in reply to Reading serial port byte by byte...

Try open /dev/cua and read from it like from file :-) may be works
-=- MamuT -=-
  • Comment on Re: Reading serial port byte by byte...

Replies are listed 'Best First'.
Re: Re: Reading serial port byte by byte...
by accidue (Initiate) on Mar 25, 2003 at 09:51 UTC
    I'll give that a try, but i'm not too sure becuase I forgot to mention - I need to be able to write to it too! eg. send command, get responce. Or receive data, send responce.