LPC546xx USB CDC Flow Control

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC546xx USB CDC Flow Control

1,545 次查看
evan_ohlsen
Contributor II

I have been testing out the LPCXpresso 54618 dev board and trying to implement a serial com port using the onboard high-speed USB controller (USB1). The USB SDK available on NXPs website includes a virtual com port example project called "dev_cdc_vcom" which echoes the characters sent by the host PC through a virtual COM port, but does not seem to implement flow control. Is there a way to implement flow control between the Onboard USB1 device controller and the host-PC? I would like to be able to use the USB1 controller to communicate between host-PC and the LPC54618 as a COM Port device. 

Thank you,

Evan

标签 (4)
0 项奖励
回复
1 回复

1,417 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Evan

you can change whether DTE is present or not in the the Control Signal Bitmap Values.

 flow control can be changed with USB_DeviceCdcEvent SetControlLineState.

Have a nice day,

Jun Zhang

 

0 项奖励
回复