MaJerle / lwcell

Lightweight cellular modem host AT library
MIT License
395 stars 147 forks source link

sim7000 auto baudrate #5

Open Tasosgi opened 5 years ago

Tasosgi commented 5 years ago

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 commented 5 years ago

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

Tasosgi commented 5 years ago

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 commented 4 years ago

The same problem with SIM800C