I'm using Serial over Ethernet, but it's not free. Is there any free software that can do the same thing?

link|improve this question
1  
You want software that converts serial bus data and transmits it over ethernet? Because your title makes no sense. – Ramhound Dec 5 '11 at 11:56
Have you looked at freecode.com/projects/serproxy ? – Harry Johnston Dec 5 '11 at 23:02
feedback

1 Answer

On Linux I imagine netcat would allow you to forward the serial port over Ethernet. I don't know if any of the Windows ports of netcat would allow this though.

You may also need to do some extra work if you need an interface similar to the program you have linked to.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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