The serial device is currently unsupported and undocumented.
Opening the serial device opens a webserial connection in Chrome (or Edge).
This allows a program running com0com version 2.2 on Windows, or socat on a Mac to connect to the device.
One use for this is Firmata, which is a protocol used by several libraries. The Firmata firmare is loaded once on the board. A driver program is written in JavaScript, Java, Python whatever language, and talks Firmata to the Arduino.
It would be very nice if it could be supported.
The
serialdevice is currently unsupported and undocumented.Opening the serial device opens a webserial connection in Chrome (or Edge).
This allows a program running com0com version 2.2 on Windows, or socat on a Mac to connect to the device.
One use for this is Firmata, which is a protocol used by several libraries. The Firmata firmare is loaded once on the board. A driver program is written in JavaScript, Java, Python whatever language, and talks Firmata to the Arduino.
It would be very nice if it could be supported.