vote up 2 vote down star

Well, there are two pc's connected via Wi-Fi and one of those (let's call it A) has a serial port printer (in ttys0) and a measure serial port device (in ttys1) connected too. So B needs to read some values from the mesure device connected on A and then write to the printer connected on A using a network connection.

flag

2  
Not a programming question -> Superuser – derobert Sep 27 at 17:26
thanks but since this is part of a web app that I'm building is programming related right? – coma Sep 27 at 18:14
1  
you are not seeking a solution to a programming problem. you're looking for a ready-made solution. how is this programming related? you're not asking how to "program" this are you? – ssg Sep 27 at 19:00
Wow!, this is becoming really annoying so next time I won't ask anything here. Thanks to Nick and Adam for their answers. – coma Sep 27 at 19:21
1  
coma, don't let ssg run you off. Some people interpret StackOverflow differently than others. I personally think your question was fine, so there's no reason to leave. – thepocketwade Sep 28 at 23:31
show 2 more comments

2 Answers

vote up 4 vote down check

ser2net is a good solution for this

aptitude install ser2net

Then edit the config in /etc/ser2net.conf

You can then make a tcp connection to a defined port and be connected to the serial port on the remote computer - very useful.

link|flag
vote up 4 vote down

I don't know if Ubuntu has anything built-in, but you could run a couple of daemons using netcat. Of course, if you want it to be secure, you'd need to do a little more work.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.