I guess it was asked before, but I can't find anything...
I want to send the - key (blocking messages) to LFS by using
what i don't really understand is, what flag to use if i don't want to use SHIFT or CTRL? just 2 or so?
I also wonder why this works sometimes and sometimes not...
I want to send a - (block message) if the race starts, therefore i send this charater if i get the "IS_RST // Race STart" packet, but LFS does nothing...
and is it possible to determine the block state? (if messages are blocked or not)
I want to send the - key (blocking messages) to LFS by using
struct SingleCharPack // send to LFS to simulate single character
{
char Id [4]; // SCH + zero
char Char; // key to press
byte Flags; // bit 0 : SHIFT / bit 1 : CTRL
byte Spare2;
byte Spare3;
};
what i don't really understand is, what flag to use if i don't want to use SHIFT or CTRL? just 2 or so?
I also wonder why this works sometimes and sometimes not...
I want to send a - (block message) if the race starts, therefore i send this charater if i get the "IS_RST // Race STart" packet, but LFS does nothing...
and is it possible to determine the block state? (if messages are blocked or not)