when using the Serial.print("print_this_line") function, how would someone send a " character ??
The exact string i need to send is Serial.print("8s"001") you can see, the " in the middle of the command, i need to transmit that.
the problem is that the compiler sees "8s" as my string and the 001" as an error.
any suggestions ?