WP101 - Set flash duration
Command
WP101=<duration>
Parameters
duration - Flash duration of the backlight in milliseconds, value between 0 and 32767.
Returns
WP00101=<duration>
, where
<duration>
is the flash duration of the backlight in milliseconds
Description
Use this command to set the flash duration of the backlight for the command KF.
Note
The command RP100
returns the current backlight flash duration.
Usage Example
The example below shows how to set the backlight flash duration to 50 milliseconds. In the sequence below, the initial duration is 300 ms, then a duration of 50 ms is set. Finally the value is confirmed to be correctly set to 50 ms.
Command : RP100
Response : RP00100:00300
Command : WP101=50
Response : WP00101=00050
Command : RP100
Response : RP00100:00050