serial icon indicating copy to clipboard operation
serial copied to clipboard

Serial ports API for the platform.

Results 49 serial issues
Sort by recently updated
recently updated
newest added

I would like to raise an issue seeking some clarification on whether the API specification intends any synchronicity in how `setSignals()` applies the specified signal states to a serial port,...

From #71, > @reillyeon Would it be possible to reconsider this `reconfigure()` method? Most microcontrollers boot up and start listening on a Serial port at an specific baud rate but...

Usually, when our users use Web serial to control locally, there may be serial devices from the same manufacturer or other trusted devices locally. For a friendly experience, we have...

Currently, when a developer requests the list of available ports, they get back an object that contains the following properties: - [ ] comName - [ ] path - [...

We produce pager for measuring EKG and sending it via serial over usb (FTDI). There are cash machines with same connection type in medical offices where our devices are used....

This PR proposed an `id` attribute in `SerialPortInfo` hoping to address https://github.com/WICG/serial/issues/128. This `id` attribute will only present if there is such an identifier exposed by the system (e.g. combination...

Hello, I have this kind of use case: A web app accesses at least two functionally different devices on serial ports. For reference, it is a serial interface to transceiver...

I'm opening this issue to collect known use cases of apps using the chrome SerialPort api, electron + node serialport and any other arrangements of technologies to get a serial...

On MacOS it is becoming more and more difficult to install kernel extensions, and their successor since Catalina, driver extensions. It can also be challenging to get a DriverKit entitlement...

I use the web usb for communication with the usb device having three sensors. It working fine on some of the windows and all mac os machines. But in some...