Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Network stack with USB modem

$
0
0
Hi, I'm working on application that uses a USB HUAWEI MU709 modem with STM32F407. First off all, i used the usb stack from keil. I follow the USB PL2303 example. The usb communication works fine. Then, to have a PPP connexion, i used the network stack from kiel. There is an example with Custom modem, i flowed it to make my own. The modem driver control block is as follows: DRIVER_MODEM Driver_MODEM; DRIVER_MODEM Driver_MODEM = { Initialize, Uninitialize, Listen, Dial, Hangup, IsO

Viewing all articles
Browse latest Browse all 3049

Trending Articles