- 3.2k
- 7
- 36
- 48
Serial print message get's errorresults in gibberish
I'm trying to print messages to the serial monitor, and all I get is some unreadable format. Looping "Serial.println("Wait...!");"
Looping Serial.println("Wait...!");
gives me the following results: ö’ö’ƒÕ•¬ƒ ́1⁄4Õƒö"ƒ2ƒƒƒ¬‘1⁄4¬Õ"’"ƒ¬•
ö’ö’ƒÕ•¬ƒ ́1⁄4Õƒö"ƒ2ƒƒƒ¬‘1⁄4¬Õ"’"ƒ¬•
Why is it unreadable, and how do I make it print a readable format?
Serial print message get's error
I'm trying to print messages to the serial monitor, and all I get is some unreadable format. Looping "Serial.println("Wait...!");" gives me the following results: ö’ö’ƒÕ•¬ƒ ́1⁄4Õƒö"ƒ2ƒƒƒ¬‘1⁄4¬Õ"’"ƒ¬•
Why is it unreadable, and how do I make it print a readable format?
Serial print message results in gibberish
I'm trying to print messages to the serial monitor, and all I get is some unreadable format.
Looping Serial.println("Wait...!");
gives me the following results:
ö’ö’ƒÕ•¬ƒ ́1⁄4Õƒö"ƒ2ƒƒƒ¬‘1⁄4¬Õ"’"ƒ¬•
Why is it unreadable, and how do I make it print a readable format?
- 2.9k
- 6
- 24
- 46
How to Serial print readable serial messages?message get's error
How to print readable serial messages?
I'm trying to print messages to the serial monitor, and all I get is some unreadable format. Looping "Serial.println("Wait...!");" gives me the following results: ö’ö’ƒÕ•¬ƒ ́1⁄4Õƒö"ƒ2ƒƒƒ¬‘1⁄4¬Õ"’"ƒ¬•
Why is it unreadable, and how do I make it print a readable format?