New Standing [SOLVED for the UMTS part]:
The device for communication with the Modem is not one of the ttyUSBx ports but ttyACM0 provided by the cdc_acm module!
Code:
Oct 3 10:31:58 myx301 usb 2-4: new high speed USB device using ehci_hcd and address 3
Oct 3 10:31:58 myx301 usb 2-4: configuration #1 chosen from 2 choices
Oct 3 10:31:58 myx301 option 2-4:1.0: GSM modem (1-port) converter detected
Oct 3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB0
Oct 3 10:31:58 myx301 cdc_acm 2-4:1.1: ttyACM0: USB ACM device
Oct 3 10:31:58 myx301 cdc_acm 2-4:1.3: ttyACM1: USB ACM device
Oct 3 10:31:58 myx301 option 2-4:1.5: GSM modem (1-port) converter detected
Oct 3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB1
Oct 3 10:31:58 myx301 option 2-4:1.6: GSM modem (1-port) converter detected
Oct 3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB2
Oct 3 10:31:58 myx301 option 2-4:1.7: GSM modem (1-port) converter detected
Oct 3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB3
Oct 3 10:31:58 myx301 option 2-4:1.8: GSM modem (1-port) converter detected
Oct 3 10:31:58 myx301 usb 2-4: GSM modem (1-port) converter now attached to ttyUSB4
Oct 3 10:31:58 myx301 cdc_acm 2-4:1.9: ttyACM2: USB ACM device
Then i used cu to connect to the port:
And then i started to communicate with the modem:
Code:
AT+CFUN=1
OK
AT+CPIN="4310"
OK
*ESTKSMENU: A1-Dienste,0,6
254,News
253,Freizeit & Fun
252,B-FREE
251,TOOLBOX
250,Service
249,Hotlines
*EMWI: 1,0
+PACSP0
*ESTKDISP: 1,0,0,SIM Card PRO
AT+CGDCONT=1,"IP","A1.net"
OK
ATDT*99***1#
CONNECT
The important thing is that the GSM-Module has to be turned on by the AT+CFUN=1 command because it will not respond to any other commend without this. You can use AT+CFUN=0 to turn it off and save energy.
So put this in the init settings of the software that you use to connect.
Have fun !
And now the next quest: How to use the GSM part of the module ?
Bookmarks