overon:basically you just need to comment out these lines (unless of course you are in the mood to figure you why it causes sat box to crash, personally i dont mind the info box so it wasnt a big issue for me):
// disable display
// turn off display before changing the channel
byte[] arrOSDOff = new byte[] { COMMAND_PREFIX, COMMAND_OSD_OFF };
pSerial.Write(arrOSDOff, 0, 2);
Easy enough explanation - I have the D11 specification that is where I learned the values for
COMMAND_OSD_OFF and thus how the above was developed. I didn't like the On Screen Display if I was changing channels using my Media Center remote.
My guess is that the value defined for
COMMAND_OSD_OFF means something completley different on the box you are driving. Do you have the specs for the box you are driving??