Finding out COM port

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
jakac_1482786
Level 3
Level 3
First like received

I am using the USB-UART component for a project.  Is there any way that the PSOC can tell which COM port the PC has assigned to it?  I would like to show that value on a LCD screen that I have connected.  I figure the PSoC should know which COM port it was assigned (although I am not a USB expert).  I'm just trying to get that value.

   

 

   

Thanks!

   

jk

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The USB to COM interface is residing on the PC side, so there are no information sent to the PSoC implementation. You would need to write a program for your PC that sends back the required information using the COM-USB interface when established.

   

 

   

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The USB to COM interface is residing on the PC side, so there are no information sent to the PSoC implementation. You would need to write a program for your PC that sends back the required information using the COM-USB interface when established.

   

 

   

Bob

0 Likes