uploaded 1 week ago
USB DTE plugin for esp_modem component
## 1.2.1

- Added support to transmit larger payloads than the buffer_size of DTE

### Known issues
- ESP32-P4 cannot receive fragmented AT responses from a modem. Thus, some SimCom modems do not work with this version

## 1.2.0

- Fixed C++ build error for `usb_host_config_t` backward compatibility
- Added default configuration for SimCom SIM7070G, SIM7080 and SIMA7672E modems
- Added default configuration for Quectel EC20
- Added ESP32-P4 support

### Known issues
- ESP32-P4 cannot receive fragmented AT responses from a modem. Thus, some SimCom modems do not work with this version

## 1.1.0

- Updated to [CDC-ACM driver](https://components.espressif.com/components/espressif/usb_host_cdc_acm) to v2
- Added default configurations for tested modems
- Fixed USB receive path bug, where received data could be overwritten by new data
- Added initial support for modems with two AT ports

## 1.0.0

- Initial version

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/esp_modem_usb_dte^1.2.1"

or download archive

Stats

  • Archive size
    Archive size: 10.38 KB
  • Downloaded in total
    Downloaded in total 29.0k times
  • Downloaded this version
    This version: 690 times

Badge

espressif/esp_modem_usb_dte version: 1.2.1
|