public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* What does the 0x0F char from serial port signify??
@ 2003-07-31 17:43 Joshua Colvin
  2003-08-01 14:03 ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Colvin @ 2003-07-31 17:43 UTC (permalink / raw)
  To: linux-serial


Hello all,
I'm trying to setup a socket connection to a serial port under Linux. 
When talking to the device
on the other end of the serial port I get an SI (shift in) character 
(hex value 0x0f, octal value 017)
embedded in the response. So rather than get "RESPONSE" I get 
"RESP\017ONSE". It happens
like clockwork, same place, every time. While it COULD be the device on 
the other end (it's 3rd
party closed source proprietary), I seriously doubt it. I've been 
playing with the termios settings
when configuring the serial port to no avail.

The closest I could find to the meaning of this character is an 
additional character set code and is
controlled by IEXTEN or VDISCARD. However setting or clearing either of 
these has no effect. Does
anyone have any insight as to what this??

I'm using cfmakeraw to make the serial port raw. It does not talk to a 
modem, but rather to a data
acquisition computer via RS-422. Any ideas?? Does RS-422 have anything 
to do with this? I'm
slowly going crazy.

Thanks.
Josh


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-01 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-31 17:43 What does the 0x0F char from serial port signify?? Joshua Colvin
2003-08-01 14:03 ` Theodore Ts'o
2003-08-01 17:59   ` Joshua Colvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox