FRDM-MCXA153 Full Speed USB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FRDM-MCXA153 Full Speed USB

Jump to solution
1,416 Views
Gurunath
Contributor II

Hi, i tried running an USB example named "dev_cdc_vcom_bm" on FRDM-MCXA153 board, where it creates a virtual COM port, and echos back the characters sent though terminal using that specific VCOM port. 

i can see the VCOM appeared in device manager has a default name "USB Serial Device" as shown in the image attached, but i need to change this default name to a custom name, using example code usb files itself,  but not in device manager settings.

Please let me know the steps required to do this name change of VCOM , or any changes to be done in usb example driver files .

Thanks.

Labels (3)
0 Kudos
Reply
1 Solution
1,248 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Gurunath 

I don't think this can be changed in USB stack.  This is determined by the USB drive on PC.

 

BR

Alice

View solution in original post

0 Kudos
Reply
4 Replies
1,327 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Gurunath 

We need to change the driver configuration to change name. My PC is Win10, I will show the steps  about how to change this default name to a custom name on my side.

Step1. Right click "USB Serial Device" on Device Manager of PC.

Step2, Choose "Driver key" under Details view. Copy the Value.

Alice_Yang_0-1722236582305.png

 

Step3,  Open and run Registry as Administrator.

Alice_Yang_1-1722236752658.png

 

Step4, Search the "value" copied in step2.

Alice_Yang_2-1722236826796.png

Step5, change name as below:

Alice_Yang_3-1722236890651.png

 

Step6, Reset board. Show as below.

Alice_Yang_4-1722236946318.png

 

If your PC is another system, you can also google like " how to change USB device name on xxx system".

 

BR

Alice

 

 

 

 

 

 

 

0 Kudos
Reply
1,282 Views
Gurunath
Contributor II
Thank you for the solution .
It would be great help to me if u can let me know if there is a way to do the same thing using usb stack code for frdm-mcxa153 in MCUXPRESSO IDE? .
0 Kudos
Reply
1,249 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Gurunath 

I don't think this can be changed in USB stack.  This is determined by the USB drive on PC.

 

BR

Alice

0 Kudos
Reply
1,227 Views
Gurunath
Contributor II

thank you for clearing the doubt

0 Kudos
Reply