> Is there a way to set parity (none, even, odd) on a 162
> serial port running vxworks 5.2? I see how you can set
> just about everything else using "ioctl" but not parity.
> I have a power supply that requires "even parity".
> I know that there is an option (OPT_7_BIT) to strip the parity bit
> on incoming data but no way of transmitting with even parity.
The source to the tty driver for the mv162 seems to only cover the
baud rate in its hardware-specific portion. If you are REALLY stuck, you
can cheat by accessing the 8530 serial controller directly or adding the
proper IOCTL code to z8530Serial.c in you vxWorks distribution and
recompiling it. Either way, you will want to use the 8530 driver as
an example of how to use the chip.
FYI -- I have a note here about a patch from wind rivers about the serial
controller. I don't recall the details, you might want to contact them
about it. I seem to recall something about the LX board being different
and/or broken. I don't want to start any panics here, contact WRS first...
I don't recall the details.
--John Winans
- Replies:
- Re: RS232 Configuration Question on MVME162 Graham Waters
- Navigate by Date:
- Prev:
Help w/PulseTrain and PulseCounter using Mizar 8310 board Tien Doan
- Next:
Re: Help w/PulseTrain and PulseCounter using Mizar 8310 board Marty Kraimer
- Index:
1994
1995
<1996>
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
RS232 Configuration Question on MVME162 Charles Scott Higgins
- Next:
Re: RS232 Configuration Question on MVME162 Graham Waters
- Index:
1994
1995
<1996>
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|