> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> [EMAIL PROTECTED]
> Sent: Wednesday, 14 September 2005 8:13 AM
> To: vittorio
> Cc: [email protected]
> Subject: Re: [R] Reading data from a serial port
> 
snip

> Now all this of course is written in terms of a Linux system,
> and we don't know yet what sort of system you are using. On Windows,
> I find one can navigate by hand through
> 
>   My Computer -> Control Panel -> System -> Device Manager
>   -> Ports -> Communications Port (COM1) -> Port settings
> 
> where again one can manually set "Bits per second", "Data bits",
> "Stop bits" and "Flow control" but, again, I don't know of a
> program which can be used to set these "non-manually".
> 
I think that windows would use com1 for /dev/ttyS0 so one could use a batch 
file in windows with something like
mode com1:4800,0,7,1 

I recall somewhere about setting parity to 0 for space parity, but I don't have 
a DOS manual here at work.

snip
> 

Tom

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to