Hello,
Below is the beginning of my code. However, when I use the serial monitor with a Baud rate of 28800, it returns gibberish. Is this a known bug, or do I do something wrong?
N.B. The same code works fine at 19200 or 38400...
void setup(){ Serial.begin(28800); Serial.println("hoi"); Serial.println(85,BIN);
I see the same - jibberish that is - on Windows XP with IDE version 018.
If you actually need this specific baudrate to work - you may want to search the FTDI driver documentaton for a chapter on remapping baudrates.
Actually, it is working perfectly in combination with MATLAB. The serial monitor seems to be the problem.