Author Topic: Custom Baud Rates  (Read 4980 times)

nfearnley

  • Guest
Custom Baud Rates
« on: December 05, 2014, 09:56:23 am »
I'm trying to use the SerialTools app to analyze a connection that uses a custom baud rate of 500000. Mac OS X supports custom baud rates using the ioctl(fd, IOSSIOSPEED, baud_rate) function. Does your app support this, or can it be modified to?

support

  • Global Moderator
  • Jr. Member
  • *****
  • Posts: 99
    • View Profile
    • Apphugs
Re: Custom Baud Rates
« Reply #1 on: February 10, 2015, 12:57:43 pm »
It can be modified to support custom baudrate.
I'll put this suggestion on the feature request list.

hmueller

  • Regular
  • *
  • Posts: 2
    • View Profile
Re: Custom Baud Rates
« Reply #2 on: October 09, 2015, 06:14:50 pm »
I would appreciate that too.

For ESP8266 (cool, small, cheap IoT device from Espressif) development I need 74880 baud, which is unfortunately not a standard baud rate. At the moment I can only use a daily build of the Arduino IDE with the build in Terminal. SerialTool is better so it would be great to have a custom baud rate.

Thanks
Holger