None of these methods seem to work. I get the same results. It's almost as if
the bits are not ligned up properly (shifted in some way). Framing error??
Any suggestions will help.
Thanks.
--- On Fri 01/27, Peter Chubb < [EMAIL PROTECTED] > wrote:
From: Peter Chubb [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [email protected]
Date: Sat, 28 Jan 2006 07:05:59 +1100
Subject: Re: termios ifnterface, raw?
>>>>> "Robbie" == Robbie <[EMAIL PROTECTED]> writes:
Robbie> Hi, I'm using the program below to grab data from the serial
Robbie> port. The data is in a predefined language and does not follow
Robbie> the typical character set, but sending commands.
Where do you set the baudrate?
You need to do cfsetospeed() and cfsetispeed() on the struct termios
before the tcsetattr.
And you may find cfmakeraw() to be useful.
---
Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au ERTOS within National ICT Australia
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]