bogde / HX711

An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
MIT License
876 stars 535 forks source link

Cryptic message in serial monitor #212

Closed FerdZNerd closed 2 years ago

FerdZNerd commented 2 years ago

I am clearly doing something wrong. what could be the reason for me getting this in the serial monitor. I do not get anything else.

serialmonitor

bogde commented 2 years ago

did you check baud rate?

FerdZNerd commented 2 years ago

I have the 9600 baud in the monitor. I have tried different rates both higher and lower, but unfortunately I get the same error.

FerdZNerd commented 2 years ago

Ok, now I change the baud rate to 9600, in the code and the serial monitor. Thanks, I made some progress but now i got the issues of HX711 not found.