espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
251 stars 101 forks source link

Provide Support For All SerialOptions While Opening Port Of Device (Web Serial API) #114

Closed RushikeshPatange closed 8 months ago

RushikeshPatange commented 8 months ago

Currently, only baudRate is supported by the connect method of Transport Class. However, the following options can also be passed when opening the port of the device. For more details, refer to this link:

It will be beneficial for devices like ExpressLink, which has specific serial options configurations while opening the port.

brianignacio5 commented 8 months ago

Closing this issue thanks to #115