Skip to content
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

sim7000 auto baudrate #5

Open
Tasosgi opened this issue Jan 30, 2019 · 3 comments
Open

sim7000 auto baudrate #5

Tasosgi opened this issue Jan 30, 2019 · 3 comments

Comments

@Tasosgi
Copy link

Tasosgi commented Jan 30, 2019

The sim7000 from default is on auto baud rate. The MCU must transmit some AT after sim7000 reset for sync. Is there a provision for this?

@MaJerle
Copy link
Owner

MaJerle commented Jan 30, 2019

Library doesn't care about any low-level stuff, like GPIO/UART initialization for drivers. That's part of driver implementation.

@Tasosgi
Copy link
Author

Tasosgi commented Jan 30, 2019

I think the gsm_reset_with_delay() is part of the library. I would expect some AT there for sync before the first command to GSM. I am surprising how the examples are working without these. Maybe only my version of SIM7000 is with auto baudrate enabled as default.

Also congratulations for your work and thank you for sharing it with us!

@alxkbr
Copy link

alxkbr commented May 28, 2020

The same problem with SIM800C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants