LINUX You can use PERL, or if you want you cand redirect the data from the serial port to an ethernet port do a "man nc" for netcat netcat is cool, it reidrects tcpip data semmlessly under linux have used it heaps of times you would do somethign like this root> cat /dev/ttyS0 > nc -p 3000 Checking this is true ;-)