Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending SMS from within a program
Message
From
10/10/2013 07:09:16
 
 
To
09/10/2013 22:00:26
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP3
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01585098
Message ID:
01585167
Views:
76
I found GSM modems but strange behavior is present. Comm port is 5

oComm = CREATEOBJ('MsCOMMLib.Mscomm')
oComm.CommPort = 5
oComm.PortOpen = .T.
oComm.settings = "9600,N,8,1"
oComm.inputLen = 0

on command

oComm.Output = "AT" + Chr(13) + Chr(10)

error appear Ole IDispatch exception code 0 from MSComm: Operation valid only when the port is open.

What am I doing wrong? Port is open or not?
Simple thing can be terrific.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform