Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Support for faster baud rates in the serial monitor and Serial class. #341

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

I would like to have more baud rates in the SerialMonitor.java file (230400, 
460800, 921600bps etc.,)

Why?

It is supported by FTDI chip so we can use for faster data transfer

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

no

Original issue reported on code.google.com by narmada.prabakaran on 29 Aug 2010 at 7:11

GoogleCodeExporter commented 9 years ago
I assume this has been done, 
   if not why not.

Original comment by andrew6...@gmail.com on 27 Jul 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Hmm, do these baud rates work with the Arduino serial classes?  On the Uno too 
or just the Duemilanove and other FTDI-based boards?

Original comment by dmel...@gmail.com on 31 Jul 2012 at 12:58

GoogleCodeExporter commented 9 years ago
There should be option for CUSTOM baud rate in Serial Monitor. I have check 
baud of 100 to 921600 baud, communicating Arduino with MatLab. Also I tried 
Baud of 5,10,50.

Original comment by digvijay...@gmail.com on 19 Sep 2012 at 12:11