09-30-2005 03:09 AM
09-30-2005 03:19 AM
Hi
Just googling I found this link containing the integrators manual:
http://www.cepag.de/index_d.htm?CEP02Prod-GM29.htm
Thomas
09-30-2005 06:15 AM
Dear Thomas,
i already have all the documents.
i'm now able to send and recieve SMS using the Windows HyperTerminal
but i cant do it using LabView.
i need to do :
1) open serial port COM1
2) check if com port Opened
3) write to serial "AT+CMGF=1"
4) read serial : i need to get "OK"
5) write to serial "AT+CMGR=1" ( gets the first SMS message from the gsm device)
6) read serial : i need to get something like this:
+CMGR: “REC UNREAD”,“+447747008670”,“Matt
L”,“02/11/19,09:57:28+00”,145,36,0,0,“
+447785016005”,145,8
Test sms
but i cant do it in my LabView, any help ?
i always get "ERROR" when i do serial read
im using LabView 7.1
Regards
Mor
09-30-2005 06:19 AM
Don't forget to close your HyperTerminal connection/program before calling the serial port in LabVIEW.
lll wrote:
......
but i cant do it in my LabView, any help ?
i always get "ERROR" when i do serial read
im using LabView 7.1Regards
Mor
09-30-2005 06:23 AM
09-30-2005 09:08 AM
LabVIEW, C'est LabVIEW
09-30-2005 09:56 AM