Our system (bitsy) is going in suspend mode even when our application is active and currently sending data through the serial port!?! (Going in suspend mode interrupts the serial data transfer)
How can we prevent the system from going in suspend mode when our application is sending data ?
I bet you don't have Battery Interface with Bitsy. So you should have the following registry keys. You can take a look at the keys with regedit.exe under \Windows Folder. If you have different values on registry keys, you can cut the following keys and paste your adsload.reg file.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power] "BattPowerOff"=dword:0 ; Main Battery Power Timeout "ExtPowerOff"=dword:0 ; External Power Timeout "WakeupPowerOff"=dword:0 ; Power off timeout after wake up.