Open selevo opened 1 year ago
The baud rate is set here
The redefinition of the WebUSB to Serial here
is confusing that may be misunderstood as a regular Serial. Should have just let it be 'WebUSBSerial' instead.
Baud rate essentially does not matter for an emulated USB serial port like is created here, which is why there's nothing on the host side to set baud rate.
Now that the Web Serial API is available it is mostly unnecessary to use this library to create a custom USB endpoint for WebUSB.
Thank's!
About API Web Serial .... It's not work on android brousers but webusb - work https://selevo.github.io/WebUsbSerialTerminal/
This allows you to use a smartphone as a display, mathematical apparatus and visualization tool for any devices that require a display, and the user can save on this and in DIY developers can also use this option to save money. besides, most people have at least two smartphones collecting dust in their desk drawer 😀
I don’t understand well why speed is not important, where can I read more about this? After all, usually when the speed of the receiver and transmitter differ, I get Abracadabra instead of symbols
i not see it in code (( thank's