Hi,
i have two CC2640R2 Launchpads, one as client and one as server with TI Simplelink SDK 3.30.00.20 and Simple Serial Socket example.
- How do i know if they are communicating with 2mbps?
- Can i set the speed to be 2mbps on application side?
- Is there a way to minimize the latency time? (Time from RX UART Launchpad1 to TX UART Launchpad2)
I set up a simple python serial application to open both UART and send and read 1 byte. Using the oscilloscope, i notice that the latency from the time that UART RX (Launchpad1) arrives and is send to UART TX (Launchpad2) takes over 50ms.
Is it possible to reduce this value below 1ms? How can i speed up the communication and reduce the latency?