This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

XON / XOFF on nordic DK

Hello,

I have an xon / xoff flow control implementation with nRF52833 DK.

The setup is the nRF52833 DK is connected to the computer through USB cable.

A python script is running on my computer which transmits serial frame to the DK at random time. PySerial is used and the port (JLINK CDC Uart port) is opened with xonxoff feature enabled.

The DK sends XOFF every 10 ms and send XON 1ms after to stop and resume the serial frame transmission.

Through serial debugger and logic analyzer, I confirm that the nRF52833 has sent out the xoff (0x13) however, the transmission never stops. The DK continuously received the incoming serial frame. I want to check the driver of the Jlink CDC UART PORT does support the xon xoff feature? 

Tengfei

Related