[GreenKeys] Dovetron Software Terminal Programs
Henry Minsky
[email protected]
Fri, 15 Aug 2003 14:04:51 -0400
I use the linux serial device driver call , ioctl (TIOCSSERIAL,
serial_info), to set the serial port
device parameters. It is the same thing that the setserial program does.
you can set all the fields of the serial info struct, it's defined in
/usr/include/linux/serial.h, and then you
pass it to the serial port via the ioctl() call.
>
>I'm interested on how Henry Minsky uses the Linux serial drivers to run the
>UART with 5 bit chars at odd baud rates and 45 Baud. It took me a bit of
>experimentation to make Windows work with the lower baud rates. Even then,
>if I hack the hardware to fine tune 45.45 verses 45.00 Baud, WinNT, Win2K or
>WinXP won't work. Microsoft dropped C++ compiler software for direct
>hardware I/O interupt driven communications many years ago.
>
>73,
>AA6ED
>
>_______________________________________________
>GreenKeys mailing list
>[email protected]
>http://mailman.qth.net/mailman/listinfo/greenkeys
>
>
>
>