USB-C communication
8 次查看(过去 30 天)
显示 更早的评论
Hi all, just wonder, if I want to read data out of a certain device while connecting through usb-c cable how do I do so? Is it the same as using serial port for normal usb connection? but from my device manager, I didnt see any usb-c port when I connect it to my laptop. please help
0 个评论
采纳的回答
Walter Roberson
2021-3-3
usb-c ports just show up as USB ports. usb-c is a physical connector, not a signalling protocol: the signalling protocol is USB. There is no logic difference or application difference between using a USB-C port or a USB-A port.
3 个评论
Walter Roberson
2021-3-3
If the device is not showing up in Device Manager then you have one of several possibilities:
- the usb-c port is broken.Try a different device and see if the other device shows up
- the usb-c cable is broken
- the device expects to receive power from the usb-c port but you are not providing enough power for it (especially if you are using a hub). This does depend upon the USB port type as usb-c is rated for higher power than usb-a or usb-b (micro-USB)
- the device is broken. This does not depend upon the USB port type
- the device type was not recognized and no driver was found for it. In such a case normally the Device Manager would list the device, just possibly with numeric codes that you did not recognize. This situation does not depend upon the fact that you used usb-c, as this level depends on the manufacturer and device type codes that were signalled as data, with the port type not being relevant
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!