使用usb cdc acm的端点通知(基于interrput)

时间:2017-03-02 09:46:27

标签: usb cdc acm

每个USB CDC ACM都有三个端点: 通知 2.数据IN。 3.数据OUT。 我们可以将通知端点用于我们的应用目的吗?

1 个答案:

答案 0 :(得分:0)

在USB协议中,任何通信都由主机发起,设备只能应答请求。即使设备有中断未决,它也必须等到主机向端点发送中断请求。 您可以通过中断传输

查询通知端点

<强> http://www.beyondlogic.org/usbnutshell/usb4.shtml#Interrupt

document.write ("Value " + loopCounter + " was " degFahren[loopCounter] + " degrees Fahrenheight "); 中的

是函数

libusb

http://libusb.sourceforge.net/api-1.0/group__syncio.html

<强> http://janaxelson.com/usb_virtual_com_port.htm