I just got around to responding...I was going to suggest PySerial, as I use
that to communicate with an attached piece of hardware. Seems to work well
cross-platform.
for the record, I solved this using PySerial
In UNIX for text mode output the default setting in the serial driver is to
map the standard UNIX EOL which is \n to \r\n
Unix input also maps \r to \n
The Linux man page is
man 4 tty_ioctl
for more than you will likely will want to know
In Windows the file must contain the \r\n which is the sta
I think in Linux, line breaks are just a single \n character, but in
windows, it's supposed to be \r\n. You might need to replace all \n's with
\r\n's.
On Saturday, April 9, 2011 1:15:55 PM UTC-4, w2padawan wrote:
> hello everybody,
>
> sorry if this a too basic question, but have not found
4 matches
Mail list logo