Autodrop3d / serialTerminal.com

A browser based serial terminal. No plugins. Vanilla javascript.
https://www.serialterminal.com
ISC License
200 stars 46 forks source link

fix baudRate undefined if baud rate was never set #6

Closed Neradoc closed 3 years ago

Neradoc commented 3 years ago

localStorage.baud is only set when changing the baud rate menu, so when that has never been done the page tried to connect with a baudRate undefined, despite showing the default value of 9600. Fixed by testing if localStorage.baud is undefined in port.open.