hi,
i´m currently using a script interfacing the arduino board over serial port by declaring
Serial.begin(9600);
.
tried several com-interfaces on computer side (command line, zterm, arduino serial monitor, pd)etc.. but i´m getting just wrong syntax. after changing the serial rate to 19200 in those programs (not in arduino-code), all of a sudden, it works, but for this project i would need a (working

) baud rate of 9600 as i´m using a bluetooth device which can deal only with that specific baud rate?
is there any preference (in ~/Library/Arduino/preferences.txt) which overwrites the Serial.begin definition with another value? Seems like a strange bug to me.