huawei E1550 usb to LPC1769

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

huawei E1550 usb to LPC1769

1,562 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MRliqiang on Sun Sep 28 19:56:50 MST 2014
Hi forum,

I am trying to send SMS via the USB huawei dongle through the lpc1769. How do I go about doing this. Could someone point me in the right direction?

Should I use the USB Host Lite on the LPC1769 or by using a FTDI RS232 to UART, try to use UART to communicate with the USB dongle to send the SMS. I am not sure which one would work, just some ideas that I have gotten while searching the web for a solution.

Regards
Joe
Labels (1)
0 Kudos
Reply
1 Reply

1,541 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Mon Sep 29 06:01:07 MST 2014
Well, if this Huawai dongle is a 3G module with USB connector then you normally need to operate it on a computer and not on a microcontroller.
If it's a special type of dongle providing you with an AT command interface (e.g. UART with 115kbaud), then simply use one of the UARTs of the LPC1769.
If the dongle gives you a virtual COM port then you need to run a USB host software on the LPC1769 which implements this profile.

Regards,
NXP Support Team
0 Kudos
Reply