Commit fcfd703f95cc714f7bcc1eede3905b18d98b2b92
authorMichel Pollet <buserror@gmail.com>
Thu, 15 Mar 2012 14:18:01 +0000 (14:18 +0000)
committerMichel Pollet <buserror@gmail.com>
Thu, 15 Mar 2012 14:18:01 +0000 (14:18 +0000)
tree64c63b5b2629d16b38190b02feccdc1c406fbabb
parent8528e582c4124634376de162bd7b949de39c1603
Message:
uart_pty: New part

This one replaces uart_udp, that was really a toy. This new part simulates
a proper serial port (almost) on the host, and allow connection with minicom
or anything you like.
Properly implemented flow control too, do it's safe at any speed.

Signed-off-by: Michel Pollet <buserror@gmail.com>
2 files changed:
examples/parts/uart_pty.c [new file with mode: 0644]
examples/parts/uart_pty.h [new file with mode: 0644]