Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use CreateFile function
Message
De
02/06/2003 23:29:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00795494
Message ID:
00795516
Vues:
16
Use the MSCOMM control
But It doesn't send binary Data

*This is my SendData function

function SendData(strData)
dime comout(1)
store chr(strData) to comout
mscomm.olemscomm.object.output=comout
endfunc

Wrong: if strData>128 and strData<255 (WIN98 Chinese operating system )

How can I transmit a single byte Hex data?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform