I have an instrument that uses two Teensy 3.6 in its design. One is a supervisor that controls all the high level functions of the instrument, the second runs a fast data acquisition (DAQ) sub system. About once a second the DAQ sub system will need to send 2KB of data to the supervisor over a serial connection (UART4 on the Supervisor UART3 on the DAQ) with 5cm of wire. I need to do this as quickly as possible as the DAQ is dead while the transfer is occurring. My question is how quickly can the two UARTS practically communicate? From the data sheet, it seems like F_BUS/16 = 3.75MBaud is the maximum frequency, but in the real world that seems unlikely to work. Has anyone experimented with what sort of speeds are reliable over a twisted pair?
Thanks!
Thanks!