Questions tagged [web-serial-api]
36 questions
0
votes
0 answers
Open socket connection to python socket JavaScript
I am working on TINET, a way to connect a TI-84 Plus CE graphing calculator.
Everything works fine for connection but after a poll, I saw that users preferred not to download a python script to bridge between serial and TCP server.
So we've decided…

TKB Studios
- 11
- 2
0
votes
2 answers
View command line used by Playwright to launch Chromium
I have a web application that talks to a connected device from Chrome and which for specific reasons needs to be tested from within a Docker container. The device has two USB endpoints, one of which is an emulated serial device.
The various settings…

dandan78
- 13,328
- 13
- 64
- 78
0
votes
0 answers
How can I close a Web Serial port
I want to close the serial port after a condition is met.
if (result !== null && i == 1) {
Swal.fire("error!", "", "error");
port. close();
break;
}
if (result2 !== null && i == 1) {
…

Paramin
- 1
- 1
0
votes
1 answer
javascript web serial api
i'm working on project i need from client to connect to serial port of
Weighing machine scale and click on another button to get data in realtime in one line without using any library like node Serialport
`