Description
About WebSerial Test
Introduction
This page checks whether Web Serial exists and can open the port picker. Support is mainly desktop Chrome/Edge. The page does not read or write bytes on the port.
What this tool does
It reports API presence, lists ports previously allowed for this site when available, and can request a new port. It does not open a data session.
When to use it
Use it before debugging a serial web app on Chromium desktop.
How it works
Supported: Chrome/Edge on desktop over HTTPS. Unsupported: Safari, Firefox, and most mobile browsers. Why: serial port access is powerful and limited to a few engines. Permissions: you approve a port in the picker. Hardware: a USB-serial device if you use the picker. Expected: available/unsupported and an optional picker — no console traffic from this page.
Step-by-step instructions
- Open Web Serial Test in desktop Chrome or Edge.
- Read availability.
- Optionally request a port or cancel.
Common problems
Unsupported on Safari/Firefox/mobile is expected. Drivers must still work at the OS level for real apps.
Privacy explanation
No serial bytes are read or uploaded.