Hello
I created a little OutGauge program and have had problems with the ShowLights packet. Everything works besides the turn signals... so my problem is when i check the ShowLights packet for the signals e.g.
it just wont work! With DL_SIGNAL_ANY (128) it works (and for everything else e.g. pitspeed too) but then i cant distinguish between left and right signal... Because everytime i turn on the signals in lfs (no matter if its the left or the right one or both of them) ShowLights changes about 128... and not as i would expect 32 for the left one, 64 for the right one and 128 just for both.
Where is my failure?
MFG Reese
I created a little OutGauge program and have had problems with the ShowLights packet. Everything works besides the turn signals... so my problem is when i check the ShowLights packet for the signals e.g.
If CBool(Packet.ShowLights And DL_SIGNAL_L) = True Then DoSomething()
it just wont work! With DL_SIGNAL_ANY (128) it works (and for everything else e.g. pitspeed too) but then i cant distinguish between left and right signal... Because everytime i turn on the signals in lfs (no matter if its the left or the right one or both of them) ShowLights changes about 128... and not as i would expect 32 for the left one, 64 for the right one and 128 just for both.
Where is my failure?
MFG Reese