Contact Support
https://github.com/contact
All Things: Home Automation, Programming, Raspberry Pi, Arduino, Robotics and Linux
<!-- Like Button --> <br/><br/><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.canonicalUrl + "&layout=button_count&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:21px;'/> <!-- Like Button -->

sudo apt-get udpate sudo apt-get install socat
# socat tcp-listen:8000,reuseaddr,fork file:/dev/ttyUSB0,nonblock,waitlock=/var/run/tty0.lock,b115200,raw,echo=0
socat pty,link=/dev/ttyUSB0,waitslave tcp:pi.oeey.com:8000
# while true ; do socat pty,link=/dev/ttyUSB0,waitslave tcp:pi.oeey.com:8000 ; sleep .001 ; done
# tio -b 115200 /dev/ttyUSB0 [tio 16:53:30] tio v1.20 [tio 16:53:30] Press ctrl-t q to quit [tio 16:53:30] Connected > I sent something to the serial port