Link to home
Start Free TrialLog in
Avatar of markobrljak
markobrljak

asked on

Making GSM modem info HOW??? (AT commands) with Visual Basic 6 MSCOMM!!!! URGENT !!!!

Hello, needed help ! URGENT ! ! !

Im developing small aplication based on MSCOMM control that allows to
connect my mobile phone to serial port and comunicate through data cable
(for receiving sms, modem information and so on).
Im wish to develop one window in witch user can see mobile phone info (manufacturer, model,
software revision, mobile network..etc) when mobile phone are connected to COM port.

I know AT commands, and i send it to mobile phone and i recieve result..but..i dont know how to place it
right next to object (for example Model: (result).

I have made buffer(text box) witch gives me current status of mobile response
(when i sending for example ATI3 command to mobile phone - > in buffer i see command, result, and OK)

I every case, i see in buffer command i send, result and OK..but i need only result to be placed next to object Model:

Here i my case: i send ATI3, and receive this in my text box: (have Ericsson R600)

ATI3
3102001-BVR600
OK

Thats for mobile model..Now i need one window like this:

Manufacturer: (result)
Model: (result)
Software revision: (result)
IMEI: (result)

Now, i need to place result (3102001-BVR600) next to Model: in some kind (text box, label, or what)???

Problem is, that i can only with all modem response proces place next to Model: (ATI3 102001-BVR600 OK)

I need only result to be placed next to Model: not ATI3 and OK. Only 102001-BVR600. I dont know how do that..
Same thing is when i receive sms. SMS got time, date, some REC READ command, and message..
I dont know how to categorize this to time, date, message..whole ressult that i receive is in one sentence..

PLEASE, HELP ME..with code, please. PLEASE...


THNX A LOT
 
ASKER CERTIFIED SOLUTION
Avatar of Ten13
Ten13
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial