USB connection between STM32F411 and modem RM500 quectel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-07-11 3: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.
- Labels:
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 3: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?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 7: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.
