[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: termios ifnterface, raw?



My speed is B9600.
I thought setting the c_cflag baudrate is good enough. Is it not?
It sounds like cfmakeraw will take care of most of these flags.

Thanks,
--Robbie

 --- On Fri 01/27, Peter Chubb < peter@chubb.wattle.id.au > wrote:
From: Peter Chubb [mailto: peter@chubb.wattle.id.au]
To: sheriff@excite.com
     Cc: debian-embedded@lists.debian.org
Date: Sat, 28 Jan 2006 07:05:59 +1100
Subject: Re: termios ifnterface,  raw?
>>>>> "Robbie" == Robbie <sheriff@excite.com> 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.

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!




Reply to: