I am using this code ::
Question about C # serialport
to check which port my USB phone is connected to.
supposedly USB will be a virtual com, but that seems wrong
I used the code above to determine where my phone is, and the output is just trash.
is there any way to get C # to talk to my USB port so that I can talk to the gsm phone connected to it?
source share