10-19-2006 11:29 AM
10-20-2006 01:40 AM
Hi Chris,
I am facing the same problem. I want to drive a RS-485 interface with a baudrate of 250K and also 9 bits with no parity. We have a special dedicated board for the normal (field) solution but I want to bypass this board for testing.
With your board you can't use a non standard baudrate. I use the PCI-8431/2 so the baudrate is solved but then the 9 bits.
In my application the 9th bit is used for the first byte in a frame. So one byte with the 9th bit as a '1' and the following bytes of that frame the 9th bit is '0'
I made a monitor for this interface using a fixed parity. This fixed parity is seen as the 9th bit. The monitor part was easy. Controlling this interface is the next step for me when I can find the time.
I think that your solution b) can be done with a digital I/O board and/or with a digital pattern generator with a conversion to the RS-485 interface.
Hope this helps a bit.