Author Topic: Maximum baud rate is 460800?  (Read 15483 times)

randomrichard

  • Member
  • ***
  • Posts: 1
Maximum baud rate is 460800?
« on: May 23, 2013, 05:17:19 am »
Hello
I have a fast 16bit ADC using the Arduino Due that can send at 921600 baud. However, none of the terminals I have tried will go faster than 460800 baud, including COMPortTerminal, after the bit rates available are suitably modified. It will do 460800 but not 921600 or intermediate values. Does anyone know if this is a Windows restriction, or what?

[attachment deleted by admin]

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Maximum baud rate is 460800?
« Reply #1 on: May 27, 2013, 09:11:30 am »
Baud rates must be supported by the port hardware and the software driver used to access the port.

One way to get fast baud rates is by using a USB/serial converter:

http://www.ftdichip.com/Support/Knowledgebase/index.html?whatbaudratesareachieveabl.htm

Also see

http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/9e2ab24f-85ed-4f03-80f9-37d46c4dc000