I want to establish a TCP/IP connection over a UART connection (Windows XP/7)
        Posted  
        
            by michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by michael
        
        
        
        Published on 2010-06-10T22:47:57Z
        Indexed on 
            2010/06/10
            22:53 UTC
        
        
        Read the original article
        Hit count: 307
        
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).
© Stack Overflow or respective owner