Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Infra Red remote control
Message
From
13/08/2001 17:48:11
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00542645
Message ID:
00543271
Views:
17
>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
****************************
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform