Discussion:
Programming serial port
(too old to reply)
Frank Pittel
2006-03-22 17:55:28 UTC
Permalink
I've come across a need to read and write to the serial port
on my linux box. Does anyone know how to go about doing this
and could point me to a reference?
--
-------------------
Keep working millions on welfare depend on you
Slowly
2006-04-04 18:03:15 UTC
Permalink
Post by Frank Pittel
I've come across a need to read and write to the serial port
on my linux box. Does anyone know how to go about doing this
and could point me to a reference?
I used libezv24; it's easy and it works.

Take a look at: http://sourceforge.net/projects/ezv24/
s***@sthack.com
2007-02-26 14:51:29 UTC
Permalink
On Wed, 22 Mar 2006 11:55:28 -0600, Frank Pittel
Post by Frank Pittel
I've come across a need to read and write to the serial port
on my linux box. Does anyone know how to go about doing this
and could point me to a reference?
There is the serial IO programming that exist...
I do not know the other librairies that the other user give you.
It will depends if you want to by sync or async with your serial port.
Here I deal in SYNC mode wich is standard read() and write() to the
file descriptor of the port.

hope this helps
Paul
:)
<>
none
2007-02-27 08:30:29 UTC
Permalink
Post by s***@sthack.com
On Wed, 22 Mar 2006 11:55:28 -0600, Frank Pittel
Post by Frank Pittel
I've come across a need to read and write to the serial port
on my linux box. Does anyone know how to go about doing this
and could point me to a reference?
There is the serial IO programming that exist...
I do not know the other librairies that the other user give you.
It will depends if you want to by sync or async with your serial port.
Here I deal in SYNC mode wich is standard read() and write() to the
file descriptor of the port.
hope this helps
Paul
:)
<>
Hello,

Walk to this ( http://www.futuredesktop.org/opportunities.html ) page
and search for "Going serial" and "Serial lib".

// moma
http://www.futuredesktop.org

Loading...