You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You may need to print just the character code 1, not the string 0x01.

    Try: Serial1.print("\x01"); instead of Serial1.println("0x01");

About

Avatar for Gordon @Gordon started