Transmitting data exceeding 1 byte continuously using serial write
Answers
-
Hi Robbert, Which MCU are you using? Most of them support a buffer size that allows you to write a number of bytes at each control sample. Those bytes will be sent out by the VSRTOS interrupt handler as fast as possible, so there should be no gap between the 8 byte data elements.
0 -
Peter Darnell said:
Hi Robbert, Which MCU are you using? Most of them support a buffer size that allows you to write a number of bytes at each control sample. Those bytes will be sent out by the VSRTOS interrupt handler as fast as possible, so there should be no gap between the 8 byte data elements.
Hi Peter, this is not intended for use on any MCU, but rather for industrial control (RS232, RS485, etc.). I am using the Real Time/Serial Write block, so I can't use a buffer to write multiple bytes.
0