virtual COM port

ZXNet echo conference «zxnet.pc»

From Kirill Frolov To All 14 July 2004

Press RESET immediately, All! Given: one stupid program that only works with COM1, COM2, COM3 and COM4. Another program, a terminal emulator, such as Hyperterminal. You need to connect them. The problem can be easily solved if you have two computers and NULL modem cable, or if you have one computer with at least two free ports. However, there is only one computer, and there are no free ports there is no cable at all... I would like a virtual COM port that would simply create a pair of COMx devices:, where one of the 'x' is less than or equal to 4, and virtually connects them. In general, it would be ideal if this whole thing could be used on another car transmit over the network. Yes, the virtual port should (highly desirable) be correct process "out-of-band" signals, such as setting the baud rate, manipulation of DTR, CTS signals, sending a BREAK signal. Of course it should be free, or stolen. What are your suggestions? I looked on google didn't look out for anything. However, I haven’t really looked at it yet. Yes, we are talking about Windows (NT). And about programs for Windows (not to be confused with DOS).

From Eugene Palenock To Kirill Frolov 16 July 2004

Hello Kirill! 14 Jul 04 23:09, Kirill Frolov -> All: KF> I would like a virtual COM port that would simply create a pair of devices KF> COMx: where one of the 'x' is less than or equal to 4, and virtually them KF> connecting. In general, it would be ideal if this whole thing could be done on KF> transfer another machine over the network. Yes, the virtual port should (very KF> it is desirable) to correctly process "out-of-band" signals, like KF> setting the baud rate, manipulating DTR, CTS signals, sending KF> BREAK signal. Of course, it must be free, or stolen. Yours KF> suggestions? I looked on Google and didn't see anything. However, especially KF> while I was looking closely. Well, for example VMWare Workstation v.4.5.2.8848 Create ports there and connect them via Pipe. In Advanced, enable the Yield CPU on poll option. PS By the way, if you know how to program, you can do it on the host make the second side of the pipe ;) And by the way, it seems ZOC (terminal such) can work through pipe itself. In theory, pipe can also be forward to the grid, but I don’t know what software can do this. Best regards, Evgeniy.