User guide
40
{
PostMessage(
HWND_BROADCAST,
WM_POWERUP,
NULL,
NULL
);
return;
}
//this is just an example code (XXX represents the module name).
- Things to do in the application
case WM_POWERUP:
When you get this message, you need to power up your module and reinitialize it.
9. How to select Mode
In M3.ini file, you can find the label called [EXT_MODE2].
Value of '0' means enable MODE1.
Value of '1' means enable MODE2.
10. Disabling IrDA
Since the external device uses IrDA port, it should be disabled in M3.ini.
In M3.ini file, you will find a label called [IRDA_INIT].
Please assign '0' to its install value.










