USB detection support for CDC in NFC-USB Dongle

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

USB detection support for CDC in NFC-USB Dongle

402件の閲覧回数
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 返答(返信)

380件の閲覧回数
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 件の賞賛
返信

260件の閲覧回数
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 件の賞賛
返信