USB detection support for CDC in NFC-USB Dongle

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

USB detection support for CDC in NFC-USB Dongle

467 次查看
Shikamaru
Contributor I

Hi team,

           I have some query related to NXP-NCI_example from the below link https://www.mikroe.com/nfc-usb-dongle . here USB is detecting as HID. So while digging into it, inside TML layer which act as Hardware abstraction for NFC Library there i could see the HID related files.

Shikamaru_0-1698221331636.png

      However,  I want to change the usb detection as  CDC(virtual com port) is this possible ?  (Main goal here is to instead of USB detecting as HID, wanted to change it as CDC device). is there any library support from NXP to accomplish this, kindly let me know.

 

0 项奖励
回复
2 回复数

445 次查看
KellyLi
NXP TechSupport
NXP TechSupport

Hello @Shikamaru 

The USB Dongle is developed based on NXP LPC11U24 MCU. LPC11U24 supports USB2.0 specification, and USB2.0 includes CDC feature (Communication Device Class). So if you want to switch to CDC, you need to transplant the USB2.0 related protocol stack and implement this feature in your application. However, for LPC11U24, there are no libraries, SDK and application examples available to you, so sorry about that and please understand.

BR

kelly

0 项奖励
回复

325 次查看
Shikamaru
Contributor I

HI @KellyLi ,

                  Thanks for the clarification. However I have some queries related to USB Dongle.

1. Can I update the present firmware in the Dongle ?

2. If yes , kindly guide me how to proceed.

 

Regards,

Shikamaru

0 项奖励
回复