Hi, I can't get my ez-link to transmit at a baud rate other than 9600? In other words only this works:
void setup() {
Serial.begin(9600); // 57600, 115200, nothing else works?
}
That seems like an awful limitation of this product, is there a way to change the default transmit baud rate? It's supposed to be self adjusting from what I read but clearly that is not the case. Thank you