I'm on Windows 7.
I would like to connect 2 VM(ware) Debian by serial port.
First I'm trying to create the "reader" VM.
I tried to add a serial port like this :
- name : /dev/ttyS1
- This end is is the client.
- The other end is a virtual machine.
But my program cannot open the /dev/ttyS1 serial port (the programs succeed with a actual hardware serial port).
What's wrong?