Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTP Dial Up
Message
De
14/04/1998 09:31:00
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginie, États-Unis
 
 
À
14/04/1998 09:20:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00091732
Message ID:
00091741
Vues:
23
I'm not either... but I did print it off. I will type it in for you.

Quotes::

Example: supose we have a form with 'comm'=MSComm object in it.

Initialization:
thisform.comm.settings='9600,N,8,1"
thisform.comm.commport=2 & COM2 with 9600baud ...
thisform.comm.portopen=.T. & try to open port
if !(thisform.comm.portopen)
=messagebox('Port not opened!',0,'Error')
endif

...now communicate with somthing on port with
thisform.comm.output="bla bla bla..."
lreturnedvalue=thisform.comm.input

More useful settings:

comm.inputlen=0 & read entire buffer when you use comm.input
comm.inbuffercount & number of chr recieved in buffer
comm.outbuffercount & -\\- in output buffer
comm.rthreshold & number of chr recieved for file event comm.oncomm()
comm.commevent &numeric code of event who fired comm.oncomm()

For more help right click on MSComm and choose Help...


::End Quote.
Mark Kessler
USMC Network Operation Center
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform