We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d33b0 commit 0fa76ebCopy full SHA for 0fa76eb
src/js/webSerial.js
@@ -124,7 +124,7 @@ class WebSerial extends EventTarget {
124
if (connectionInfo && !this.openCanceled) {
125
this.connected = true;
126
this.connectionId = connectionInfo.connectionId;
127
- this.bitrate = options.baudrate;
+ this.bitrate = options.baudRate;
128
this.bytesReceived = 0;
129
this.bytesSent = 0;
130
this.failed = 0;
0 commit comments