Через ардуино иде, попробуйте залить такой скетч
char buf_on[5] = {0xA0, 0x01, 0x01, 0xA2,0x00};
char buf_off[5] = {0xA0, 0x01, 0x00, 0xA1,0x00};
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly...