STM32f7 USB Host controlling 4G Modem
Posted on December 18, 2017 at 15:55I'm trying to link my stm32f7 to a Telit LE910 modem over USB. I can already do this over a UART but I want to increase the data rate.My hope is to use the stm32 USB Host CDC drivers.I can enumerate the device and...