When I run the serial monitor it shows letters instead of number, the serial baud is set correctly (9600 baud) on the monitor and in the code. We are using the MKR1000 board.
Arduino_MKR1000_Problems:
When I run the serial monitor it shows letters instead of number
What do you mean "letters instead of number"? The serial monitor will display numbers as ascii text, and you can change the formatting to binary, octal, decimal, and hexadecimal.
Danois90:
What do you mean "letters instead of number"? The serial monitor will display numbers as ascii text, and you can change the formatting to binary, octal, decimal, and hexadecimal.