Hi All,
I have some concerns with the way of RS485 data transmitted through NI USB to RS485 cable. Following are the list of specifications for communication,
1. 9-bit mode of operation (1st byte of 9th bit is 1 and 2-8 byte of 9th bit is 0).
2. Baud Rate - 230400
3. Parity - None
4. Flow Control - None
5. Stop Bit - 1
6. Data Bits - 8
I used the parity bit Mark (1) and space (0) for the 9th bit. I used for loop with Mark for 1st byte and space for remaining bytes as shown below,
The scope waveform is as shown below ~10ms to transmit the data,
I'm not sure why there's a delay between 1st byte and the other bytes? Is it because of the parity change?
I also need to send all the data within ~1ms as the waveform shown below.
Kindly comment your queries so that I can add more information.
Thanks in advance.