← Chrome 148 reference

v148 · web api · covered on mdn

Web Serial API on Android

The Web Serial API — which lets web pages communicate with serial devices connected via USB or Bluetooth — is now supported on Chrome for Android. Previously available only on desktop.

this feature is documented on MDN

MDN: Web Serial API

MDN has a full reference for the Web Serial API — Serial, SerialPort, connection/read/write flows — including updated browser compatibility tables reflecting Chrome 148's Android support. gendn doesn't duplicate that here.

quick reference

What changedAndroid support added; API shape is identical to the desktop version
Entry pointnavigator.serial — a Serial object
Key methodsSerial.requestPort() · Serial.getPorts()
Device typesUSB-serial adapters, Bluetooth serial devices, embedded microcontrollers (Arduino, Raspberry Pi, etc.)
Shipped inChrome 148 (Android); Chrome 89 (desktop)
ChromeStatus6043992171085824 — Web Serial API on Android
SpecWICG Web Serial
Source: MDN, chromestatus, May 2026.