When we CC2538 ZNP over USB cdc interface - what communication speed does it support ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Dhanraj,
ZNP_UART_BAUD is equal to HAL_UART_BR_115200, which is applied to HalUARTOpen -> HalUARTOpenUSB in Z-Stack 3.0.2\Components\hal\target\CC2538ZNP\hal_uart_usb.c
Regards,
Ryan
From the Z-Stack ZNP Interface Specification: "The USB transport exposes the CDC (communication device class). USB interface and exposes a virtual COM port to the host. The host processor would then access this device as a regular COM port device and communicate with the ZNP using the UART transport."
The largest baudrate settings I've seen attempted are 230400, 460800, and 921600.
Regards,
Ryan