Codes de télécommandes

Portrait de MorMic

Bonjour à tous

J'ai développé une petite application commandée par une télécommande Infra Rouge JVC. Tout fonctionne bien: chaque appui d'un bouton exécute une fonction.

Je désire dupliquer le montage avec une autre télécommande que j'ai trouvée dans mes caisses: une Thomson RCT2100. Et là je m'aperçois qu'une touche appuyée donne deux codes différents en alternance; pour le 1 par exemple: E8DCA582  puis 8C11A336 . Et ceci pour chaque code. D'où la nécessité pour moi de créer 2 tables de commande, ce qui n'est pas une difficulté en soi mais qui complique la solution universelle de mon montage.

Quelqu'un a-t'il connaissance de ce système. Y-a-t'il une correspondance entre ces deux codes ?

Salutations

Michel

Portrait de Maximus54

I developed a small application controlled by a JVC Infra Red remote control. Everything works fine: each press of a button performs a function.

I want to duplicate the assembly with another remote control that I found in my boxes: a Thomson RCT2100. And there I realize that pressing a key gives two different codes alternately; for the 1 for example: E8DCA582 then 8C11A336 . And this for each code. Hence the need for me to create 2 control tables, which is not a difficulty in itself but which complicates the universal solution of my assembly.

Does anyone know of this system. Is there a correspondence between these two codes? 

Greetings

Michael

To solve this problem, you can consider the following approaches:

More in-depth analysis: You can perform a more detailed analysis of the infrared codes emitted by the Thomson RCT2100 remote control. This may involve using an infrared receiver and analysis software to capture and decode the codes emitted by each key. This deeper analysis can help you understand the logic of the alternative codes and find a match between them. 

Search online: You can also search online to see if other users have experienced similar issues with this Thomson RCT2100 remote. It is possible that someone has already found a solution or a match between the alternative codes.

edit (jetfuzz): j'ai supprimé le lien vers un site de jeu en ligne.                                                                                                              

Portrait de ChrisMartin

MorMic  il te suffit de faire de même une fois le code0 et l'autre le code1 ou est la difficulté ?

Portrait de Walter

Tu as une commande sur 32bits, tu as utiliser une librairie pour quel protocol pour obtenir la commande associé à ta touche?
Sinon tu reçois les codes en alternance tant que la touche est enfoncé, ou une seul fois, ou encore un nombre sur les appuis pair et l'autre sur les impairs?