Thomas-Tsai / pms3003-g3

read pm data from pms3003 g3 sensor with python
13 stars 12 forks source link

check_keyword #1

Open danielpaulotipan opened 7 years ago

danielpaulotipan commented 7 years ago

Good day!

When I tried your code, the following comes up..

sudo python g3.py

init /dev/ttyAMA0 conn ok check _keyword

and it just stays there... What would be the problem? Should I add something?

Thomas-Tsai commented 7 years ago

you can set debug=1 and check the stdout

Thomas-Tsai commented 7 years ago

I just add an except to ignore error and try again