I want to establish a TCP/IP connection over a UART connection (Windows XP/7)
- by michael
I want to connect two computer via serial but for each to see each other via a TCP/IP connection. Ie, create new ethernet ports on the computers that are in actual fact serial ports.
The reason for this is that I am actually testing the medium in which the serial connection is made (wireless), and part of the experiment will be to use TCP/IP.
Preferably I would use something that I can configure (max packet size and setting serial delimiters).