Possible Duplicate:
Configuring a network interface as a IO port on Linux Fedora

I was wondering if it is possible to configure a network interface port to be used as a I/O Serial port in Fedora 13 Linux. If so does anyone have any advice on how to achieve this or point me in the direction of some info on the net?

Thanks in advance.

link|improve this question

This is not a programming question. Belongs on serverfault. – Ken White Mar 1 '11 at 20:37
feedback

migrated from stackoverflow.com Mar 2 '11 at 7:33

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Chris S Feb 17 at 16:18

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

I was searching for this same thing yesterday and found that the ser2net package can do exactly what you want. After some testing, I did find some problems with its implementation of the Serial Control Protocol (RFC 2217) but, ignoring that, it does an admirable job.

I was working with debian linux and was able to find a package named "ser2net". I would assume that Fedora has the same package available. If not, it can be downloaded in source form from http://sourceforge.net/projects/ser2net/

link|improve this answer
feedback

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