This should do it, you can write multiple bytes:
byte Ser2Finger[]={0x55,0x50,0x01, ... };
...
Serial.write(Ser2Finger, sizeof Ser2Finger);
This should do it, you can write multiple bytes:
byte Ser2Finger[]={0x55,0x50,0x01, ... };
...
Serial.write(Ser2Finger, sizeof Ser2Finger);