PDA

View Full Version : Serial Port Access in Fedora


ncttrnl
03-22-2007, 02:20 PM
Is there a simple way to dump ascii to the serial port on a fedora box in bsh?

I'm trying to find a serial device and I'm not having any luck. I'm pretty sure its attached to /dev/ttyS1 but I tried the other ports too.

I may write up a quick c++ program because I know I can get to the ports that way. I was just looking for a quick and dirty way for testing.

ncttrnl
03-22-2007, 05:58 PM
Nevermind

I just wrote a quick perl script and used syswrites. Its ugly but all is good.