The arduino code is nothing special but if it helps:
int msg1[] = {0x00, 0xB3 , 0x11, 0x05, 0xF5, 0x23};
int msg2[] = {0x02, 0xB2 , 0x14, 0x45, 0x45, 0x34, 0x45, 0x34};
void setup() {
Serial.begin(9600);
Serial.setTimeout(1);
}
void loop() {
for(byte i=0; i <...