View Single Post

   
  #13 (permalink)  
Old 01-16-2008, 07:28 PM
Mike Stroyan
 
Posts: n/a
Default Re: RS232 programming, helps needed...

jimp@specsol-spam-sux.com wrote:

|For a direct connection, i.e. no flow control, you should be using the
|device file that has 00 as the last 2 digits of the minor device number.

|As in:

|crw--w--w- 1 bin bin 78 0x023800 Sep 23 07:11 tty2d9
| ^^ These digits.

|The termio man page should explain these bits.

The device file minor number bits can be decoded and set with the
lssf and mksf commands. Look at the "man lssf" and "man mksf" manuals.
You want the asio0 section of "man mksf" for workstation serial ports.

--
Mike Stroyan, mike.stroyan@hp.com
Reply With Quote