Arduino Forum
How can I place quote marks around a variable?
Projects
Programming
330R
November 3, 2021, 5:20pm
14
Try these 2 steps:
Don't use String: use c-strings.
If you have trouble with escaping the double quotes, use the ASCII value for the double quote (34 or 0x22).
show post in topic
Related topics
Topic
Replies
Views
Activity
How to put quotes in a .print?
Syntax & Programs
3
9236
May 6, 2021
Adding quotes to serial.println
Programming
9
1100
May 5, 2021
Error: Stray '\' When Referencing Serial.print
Bugs & Suggestions
3
2809
May 6, 2021
Serial read
Programming
27
5010
May 5, 2021
Error with serial.printe( ) in a code. And erro with the Serial Monitor
Programming
2
844
May 5, 2021