-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how set baudrate? what default speed? #102
Comments
The baud rate is set here arduino/demos/rgb/sketch/sketch.ino Line 25 in 486b7e8
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 .... 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 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
The text was updated successfully, but these errors were encountered: