Li Junru

Results 92 comments of Li Junru

hi all @tore-espressif @espzav ,what is the plan about this feature

> > hi all @tore-espressif @espzav ,what is the plan about this feature > > Hi @lijunru-hub, we can continue with this PR. Do you agree with proposed changes of...

@espzav It seems that I haven't had much time to focus on this feature. Could you please provide an update on its current progress?

The slave connection to the esp32 can only be made through the uart serial port, the USB connection is not supported.

It is also possible to connect via USB. You will need to use the `usb_host_cdc_acm` library. However, you will need to port the relevant code yourself by modifying the UART...

Are you referring to the following two scenarios? 1. Connecting to a 4G module and downloading a file via the 4G connection. 2. Connecting to a mobile hotspot and downloading...

Setting `CONFIG_LWIP_TCP_WND_DEFAULT` to 2760 significantly improves HTTP download performance. Please close @leeebo

In the latest code, users need to configure the `CONFIG_MODEM_USB_ITF` macro based on the device descriptor. This interface (`itf`) typically includes a bulk IN endpoint and a bulk OUT endpoint.

Find the interface number which has two eps (one bulk in, one bulk out) ![Image](https://github.com/user-attachments/assets/d1c63449-1250-43a7-bfa2-d2254069e96f)