
Прошу идею мою сильно не ругать. Как говорится: помогите чем могите!!!!!!!!

![]() |
roboforum.ruТехнический форум по робототехнике. |
|
AG писал(а):2 трубочки-одна всасывает пыль и прочую мелкую пакость, а вторая идёт в сосуд с водой и далее на выдув. Сосуд с водой-своеобразный водный фильтр.)
Сейчас пришел в тупик. Мне нужно управлять шасси с пульта, который подаёт команды на определеные клавиши нажатия. На сколько я знаю кодировки у каждого пульта различны. Вопрос, как считать код, посылаемый пультом? Заранее огромное спасибо.
Config Rc5 = Pind.2
'the interrupt routine is inserted automatic but we need to make it occur
'so enable the interrupts
Enable Interrupts
'reserve space for variables
Dim Address As Byte , Command As Byte
Print "Waiting for RC5..."
Do
'now check if a key on the remote is pressed
'Note that at startup all pins are set for INPUT
'so we dont set the direction here
'If the pins is used for other input just unremark the next line
'Config Pind.2 = Input
Getrc5(address , Command)
'we check for the TV address and that is 0
If Address = 0 Then
'clear the toggle bit
'the toggle bit toggles on each new received command
Command = Command And &B01111111
Print Address ; " " ; Command
End If
Loop
End
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 5