Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working Sample Code of Capturing Data from Com Ports
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Working Sample Code of Capturing Data from Com Ports
Divers
Thread ID:
01032942
Message ID:
01032942
Vues:
85
Hi All,

Is there anybody who have a working code in capturing data input to com ports? I need help on this matter please, I had tried this code below and need to display the captured output to a listbox or grid then parse the data and save into a table but got an error.
IF Thisform.MyCom.InBufferCount > 0
    Thisform.mybuffer = Thisform.mybuffer + Thisform.MyCom.Input
    ENDIF
ENDPROC
The sample is code from MS KB using MSCOMM32.OCX
Any help please?
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform