Open jiargei opened 1 year ago
Hello, at least for e220 900T30D it's recommended to have same baud rates across the devices. Have you tried matching your Serial baud rate as well as the baud rate from the recieving end?
Hi, the configuration works only at 9600; you must split the sketch in 2. Bye Renzo
I tried to set different UART_BPS rates. It works fine as long as the UART_BPS is not greater than 9600 Baud rate! Do I miss something here?
Here is the code i'm using. I just combined the examples 01_setConfiguration and 05_sendFixedTransmissionStructure.
What I'm doing wrong?