Java Comm API: How to set Raw Serial Mode
- From: Andy <andy@xxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 10:07:29 +0100
Hi All,
Is there a way from the Java Comm API to set the serial port mode to raw transfer.
This is using /dev/ttyS0, under Linux.
By default the underlying serial drivers are adding extra bytes when sending things like new line characters.
The following linux command can be used to set raw mode, but I'd rather be able to do it from within my Java program.
> stty -F /dev/ttyS0 raw
Thanks
Andy
.
- Prev by Date: Re: Alignment Problem
- Next by Date: Re: problem in thread when calling a class member's method
- Previous by thread: problem exception with netbeans 4.1
- Next by thread: ms access connectivity using jdbs
- Index(es):