| The attached patch adds the ability for a program to interact with the simulator UART through a TCP socket. For example, one could add the following to the definition of a uart device in sim.cfg: 
 channel=”tcp:5000” /* TCP socket on port 5000 */ 
 This is handy for testing or for running terminal emulator programs. 
 -Scott 
 
 |