2022-07-11 03:50 AM
Hi I am working on a project where a need to send AT commands through my MCU to a modem, the problem is that this modem only has a USB interface and not a UART interface, so I have a lot of doubts of how should I do this, i wanted to use the USB_Host_Library but I dont know hot to send the data to a certain interface and enpoint, since que AT command interface appears as a virtual COM (Interface 2 with 3 endpoints).
And which class should I use? Communication Host class?
Thanks in advice, Nicolas.
2024-08-05 02:43 AM
Hello Nicolas,
Were you able to figure out this? I am also trying to interface the STM32 with Quectel RM500Q and would like to know more about this topic.
Thanks in advance
Sundar.
2024-08-05 03:14 AM
Similar recent question here:
@Sundar6444 wrote:trying to interface the STM32 with Quectel RM500Q .
Have you contacted Quectel for support with that?
Maybe they can suggest tips for interfacing this module to microcontrollers?
Maybe they can suggest a solution better suited for microcontroller connection?
2024-08-05 07:04 AM
Thanks for sharing the link. It seems a lot of members are trying to interface STM controllers with modems.
Yes, i approached Quectel and looks like it is a dead end. They have asked me to develop a driver ourselves.