We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpElectronics,  Serial Library › baud rate above 115200 FAILED
Page Index Toggle Pages: 1
baud rate above 115200 FAILED (Read 1225 times)
baud rate above 115200 FAILED
Nov 12th, 2008, 1:45pm
 
Hi,
I want to increase the datarate of my serial communication between the PC and a uC(msp430). Everything works fine with a baud rate of 115200. Increasing the baud rate to 149812 failed - processing read invalid data.

Is it impossible to increase the baud rate above 115200? What else might be the reason for the unwanted behaviour?

Thanks,
Stefan
Re: baud rate above 115200 FAILED
Reply #1 - Feb 17th, 2009, 12:18pm
 
Windows can't handle serial speeds faster than 115200bps.
It's possible to circumvent that somehow..
Page Index Toggle Pages: 1