Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Infra Red remote control
Message
De
13/08/2001 17:48:11
 
 
À
11/08/2001 09:38:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00542645
Message ID:
00543271
Vues:
19
>Just a wild a** guess here! If you have a IR serial port on your computer you could use mscomm to read it and and you could save the results to a file for latter analysis.
>
>Glenn
>
>>I have IR remote control (included on the PCTVRAVE package from pinaclesys ) and I want to be able to recognize wich key has been pressed. Does any one experienced something like this? Any tip will be a great help.
>>Thank´s in advance,
>>NPedro

Thank's for help, but...still need help.

I'm trying to get data from COM1 with code below but nothing happen.
Any suggestion?
Thank's in adavnce,
NPedro


****************************
Do WHILE !OK
IF THISFORM.c.InBufferCount > 0
cChar = THISFORM.c.Input
OK = .T.
Endif
Enddo

wait wind "Result: " + cChar
****************************
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform