cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 2G module

fan li
Associate
Posted on April 08, 2018 at 04:03

HI

   I use stm32f107?now I want to communicate with a 2G gprs module by usb?How I do it ?

#stm-32 #stm-32lo #stm-32f107 #stm-mcu
2 REPLIES 2
Posted on April 08, 2018 at 21:29

Not likely to be super practical. Consider using a RPi for USB connectivity, or find a serial (USART) connectable Cellular Modem

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on April 08, 2018 at 22:04

Just out of curiosity: what makes you use the USB for GPRS module?

AT commands through the UART are the simplest and popular way of communicating with GSM modems. I used binary protocols for this purpose once (i.e. Nokia FBUS protocol) but it complicates things. I did it because I had a few decent Nokia phones and wanted to use them for the purpose.