hey,
i am gopi. i am new to arduino, i have a problem with the serial monitor in arduino.
i have done some library updations and board updations. when i run the code and open the serial monitor the window is displaying some encrypted text. Previously it was good showing some english words and numerical values. can you help me in fixing this?
and the code i was running is showing with one error
this is the code i am using. I somehow managed to correct the error. Now I came across with other error
D:\arduino\prgms\my_research\my_research.ino:4:22: fatal error: services.h: No such file or directory
#include <services.h>
and also here i am using PLX/DAQ tool to transfer the data from serial monitor to excel sheet. The tool was set to 9600 baud rate. So my serial monitor baud rate should be 9600.
If the baud rate is 9600, I am getting a foreign language.
Read the instructions on how top post code and edit your post to add the code tags.
Yes Sir. Thanks for the reply. Even though the code was showing errors like some missing library files. The serial monitor has displayed numerical values and some english sentences.
When i tried to remove errors by installing some library files like BLE SDK and RBL_nRF8001, suddenly serial monitor started acting like this.
I tried by changing the sentence to Serial.begin(9600), still i am struck with the same problem. It is displaying some foreign language.