I am writing a Serial Port class in C++.
To test this: I want to hook up a USB to SerialPort(RS-232) converter on one USB. Connect a NULL modem cable from that SerialPort(RS-232) to Serial to USB convert to another USB on the same computer.
I am writing a Serial Port class in C++.
To test this: I want to hook up a USB to SerialPort(RS-232) converter on one USB. Connect a NULL modem cable from that SerialPort(RS-232) to Serial to USB convert to another USB on the same computer.
Yes I was able to hook up 2 (USB to RS-232 converts) to the same computer and connection between them was established via NULL modem cable.
Then I had to look in the DeviceManager ports to see what com ports I can use.
Ran a 2 instances of the program(client, server) communication worked well.