I'm trying to connect to a camera (Adafruit's VC0706) via SoftwareSerial to a MSP430F5529, and the camera is only able to transmit and receive at 38400 baud. The board is able to transmit at 38400 successfully and receives a datastream back from the camera at 38400, but it is only displayed as gibberish on Energia's serial monitor. I know the camera isn't transmitting gibberish because it gives an identical signal to an Arduino, which displays it correctly, but I'm not sure what else to do. I saw on this forum that different boards sometimes have limits to the baud rates they can interpret, so could that be it? If not, what else could cause it?
Apologies if I've left anything out - I'm still rather new at this.