Platform: Windows XP SP3
Device: Maple Rev. 3
Version: 0.5.0
Serial Port(s) (USART) Questions:
#1. What is the receive buffer size for the USARTS?
Is it adjustable?
#2. Does the Tx on the USART have also a buffer size?
Is it also adjustable?
#3. The Arduino serial command "Serialx.flush()" (all three ports) does not work eg compile?
#4. What are the standard fixed baud rates for the serial ports?
Note: On the Arduino they were fixed. In the setup using Serialx.begin(baud); fixed baud error checking was performed. Not on the Maple?
On the Maple, Inserting "any" value for the baud in Serialx.begin(baud); is OK and not checked for?
#5. Is Max. baud rate for USART1 is 4.5 M/bits/sec ~ 450,000 baud?
#6. Is Max. baud rate for USART2 & USART3 is 2.5 M/bits/sec ~ 250,000 baud?
Ref. Standard / Special Baud Rates:
Standard baud rates:
•110 •300 •600 •1200 •2400 •4800 •9600
•14400 •19200 •28800 •38400 •56000
•57600 •115200
Special baud rates:
•128000 •153600 •230400
•256000 •460800 •921600