Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending SMS from within a program
Message
 
À
10/10/2013 07:09:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP3
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01585098
Message ID:
01585171
Vues:
70
>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.

You need to set Settings before setting PortOpen
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform