beagleterm / beagle-term

Beagle Term for Serial Communication
BSD 3-Clause "New" or "Revised" License
58 stars 26 forks source link

Higher baudrate support #74

Closed eeyrw closed 7 years ago

eeyrw commented 7 years ago

Recent usb-ttl dongle and embedded device can support baudrate up to 460800. It could be useful if support extend baudrate option in app:

128000 153600
230400 256000 460800 921600

Thanks.

sunglim commented 7 years ago

Thank you for the reporting.

We can implement it by adding more options at below https://github.com/beagleterm/beagle-term/blob/master/app/index.html#L44

PR is always welcome.