WICG / serial

Serial ports API for the platform.
https://wicg.github.io/serial/
Other
255 stars 46 forks source link

The navigator. Serial. RequestPort () can't get the usb link equipment #194

Closed 954514762 closed 5 months ago

954514762 commented 10 months ago

image HelloSerial.html:1 Uncaught (in promise) DOMException: Failed to execute 'requestPort' on 'Serial': No port selected by the user.

reillyeon commented 10 months ago

Check in edge://device-log to see if the serial device has been detected, then check in the Windows Device Manager control panel to make sure that the device has been installed correctly and has a COM port number (e.g. COM3).

954514762 commented 10 months ago

There are all of them. I'll see if there are any examples of the whole project

reillyeon commented 10 months ago

Can you provide screenshots of the logs showing the devices being detected?

reillyeon commented 5 months ago

Closing due to lack of response.