-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rockBlock code #2
Comments
Have you tried communicating directly through some serial shell, like putty? its a good way of determining if you have, at least, a connection, if you do get a connection try sending "AT" and seeing if it returns an "OK" |
but I am using raspberry pi 4 |
if I use screen /dev/pttyUSB0 19200. is communicating and works fine and gives me ‘OK’. but if I use your code nathing happens. |
Excellent you know you've connected everything right and you have 2 way comms with the module. Its actually MakerSnake's code, I just raised the issue a couple of years ago about using with python3. alternatively you could use Adafruits CircuitPython library; |
thank you for your response. I will check those links. |
@rhyshorner, I am using this code to send data of temperature sensor through rockblock 9602. I installed your library. when I try to run the code. it doesn’t do anything. could you point to me what I suppose to change. by the way I am using USB to TTL Serial Adapter.
thanks
The text was updated successfully, but these errors were encountered: