I'm developing a program that sends a file from one computer to another between a RS232 serial port.
I can test it on the school computers just fine, but I would like to be able to test it at home. So I'm trying to connect 2 virtual machines between a virtual serial port in vmware fusion, but I don't understand how to configure it.
I've installed the 2 virtual machines and added a serial port to each one (in the settings). But the only available option is to name the file that the serial port will use. This name will be used how?
I'm working with the /dev/ttyS1 port, can I still use it normally, and somehow redirect the output to the file that was configured?