你指的是PUART还是HCI UART?你能描述一下你是如何配置波特率的吗?
如果你指的是PUART,那么默认波特率是115200 BPS。您可以通过使用WijdE-HalpPuARToStIdBaurrAd()API更改波特率。
如果你指的是HCI UART,那么默认值是115200。在WijdIdTrastfCggt结构中可以改变波特率。
注意,CYBT-3302626EVE只支持UARTs上的1M波特率。这不是CYBT-34 3026的限制,但由于EVE板上的USB串行设备而受到限制。
以上来自于百度翻译
以下为原文
Are you referring to the PUART or HCI UART? Can you kindly describe how you are configuring the baud rate?
If you are referring to the PUART, then the default baudrate is 115200 bps. You can change the baudrate by making use of wiced_hal_puart_set_baudrate() API.
If you are referring to the HCI UART, then again the default is 115200. The baudrate can be changed in the wiced_transport_cfg_t structure.
Note that CYBT-343026_EVAL supports only upto 1M baudrate on both the UARTs. This is not a limitation of the CYBT-343026 but is limited because of the USB-serial device on the eval board.
你指的是PUART还是HCI UART?你能描述一下你是如何配置波特率的吗?
如果你指的是PUART,那么默认波特率是115200 BPS。您可以通过使用WijdE-HalpPuARToStIdBaurrAd()API更改波特率。
如果你指的是HCI UART,那么默认值是115200。在WijdIdTrastfCggt结构中可以改变波特率。
注意,CYBT-3302626EVE只支持UARTs上的1M波特率。这不是CYBT-34 3026的限制,但由于EVE板上的USB串行设备而受到限制。
以上来自于百度翻译
以下为原文
Are you referring to the PUART or HCI UART? Can you kindly describe how you are configuring the baud rate?
If you are referring to the PUART, then the default baudrate is 115200 bps. You can change the baudrate by making use of wiced_hal_puart_set_baudrate() API.
If you are referring to the HCI UART, then again the default is 115200. The baudrate can be changed in the wiced_transport_cfg_t structure.
Note that CYBT-343026_EVAL supports only upto 1M baudrate on both the UARTs. This is not a limitation of the CYBT-343026 but is limited because of the USB-serial device on the eval board.
举报