Echo Off Echo Demo Program for the Star. This program show various features of the Star. Rem Set the serial port to the correct operating mode. We use COM4 Echo Press any key to continue Pause Mode COM4 19200,n,8,1 Rem Note that star needs time to process some commands. For that reason some operations Rem require a Pause before the next command is given. Also see the description of Rem the operating mode for more information. Rem Set to user LED mode Echo !3,01# > COM4 Echo Press any key to switch the LEDs Off Pause Rem Set all LEDs to Off Echo !0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00# > COM4 Echo LEDs are Off Echo ... Echo Press any key to switch the LEDs to Low Pause Rem Set all LEDs to Low Echo !0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11# > COM4 Echo LEDs are Low Echo ... Echo Press any key to switch the LEDs to Medium Pause Rem Set all LEDs to Medium Echo !0,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66# > COM4 Echo LEDs are Medium Echo ... Echo Press any key to switch the LEDs to Maximum Pause Rem Set all LEDs to Maximum Echo !0,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF# > COM4 Echo LEDs are Maximum Echo ... Echo Press any key to switch the LEDs to a Heart shape Pause Rem Set all LEDs to a heart shape Rem 0 10 20 30 40 50 60 Rem 12,34,56,78,90,12,34,56,78,90,12,34,56,78,90,12,34,56,78,90,12,34,56,78,90,12,34,56,78,90,12,34 Echo !0,0F,00,00,00,0F,0F,00,00,0F,0F,00,00,0F,00,00,00,F0,00,F0,00,FF,0F,0F,00,FF,0F,00,00,FF,FF,FF,F0# > COM4 Echo LEDs are in Heart shape Echo ... Echo Press any key to start the test mode - Step 1 of 2 Pause Rem Set operating values to speed up the testing mode functions. Echo !2,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,01,20# > COM4 Echo Press any key to continue the test mode - Step 2 of 2 Pause Rem Set to user test mode Echo !3,20# > COM4 Echo Test mode activated Echo ... Echo Press any key to start the programmed flashing stars - Step 1 of 3 Pause Rem Define the flash stars Echo !1,21,1e,0e,36,3E,14,02,32,3b,33,0b,1b,1f,0f,37,3f,0a,02,2c,3d,35,0d,1d,20,10,38,40,04,02,2a,39,31,09,19# > COM4 Echo Press any key to start the programmed flashing stars - Step 2 of 3 Pause Rem Set timer values to speed things up. Faster than the defaults. Echo !2,00,00,ff,0A,0F,ff,ff,ff,ff,ff,ff,ff,ff# > COM4 Echo Press any key to start the programmed flashing stars - Step 3 of 3 Pause Rem Programmed flash operating mode Echo !3,02# > COM4 Echo Programmed Flashing stars activated Echo ... Echo Press any key to start the random flashing stars - Step 1 of 2 Pause Rem Set timer values to speed things up. Echo !2,00,00,00,05,0F,ff,ff,ff,ff,ff,ff,ff,ff# > COM4 Echo Press any key to start the random flashing stars - Step 2 of 2 Pause Rem Random flash operating mode Echo !3,0A# > COM4 Echo Random Flashing stars activated Echo ... Echo Press any key to start the Blinking mode - Step 1 of 2 Pause Rem Set timer values to blink at high values. Echo !2,ff,ff,ff,ff,ff,32,01,0a,04,ff,ff,ff,ff# > COM4 Echo Press any key to start the Blinking mode - Step 2 of 2 Pause Rem Set to blinking mode Echo !3,04# > COM4 Echo Blinking mode activated Echo ... Echo Press any key to start the Sparkle mode from LEDs at low - Step 1 of 3 Pause Rem Set all LEDs to off Echo !0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00# > COM4 Echo Press any key to start the Sparkle mode from LEDs at low - Step 2 of 3 Pause Echo !2,ff,ff,ff,ff,ff,0a,01,0f,0f,ff,ff,ff,ff# > COM4 Echo Press any key to start the Sparkle mode from LEDs at low - Step 3 of 3 Pause Rem Set to blinking mode and sparkle mode Echo !3,45# > COM4 Echo Sparkle mode activated Echo ... Echo Press any key to start the random star test mode - Step 1 of 2 Pause Rem Set timer values to speed things up Echo !2,ff,ff,ff,ff,ff,ff,00,0f,ff,ff,ff,02,ff# > COM4 Echo Press any key to start the random star test mode - Step 2 of 2 Pause Rem Set to random test mode Echo !3,28# > COM4 Echo Random star test mode activated Echo ... Echo Press any key to start the Auto Off mode - Step 1 of 2 Pause Rem Set timer values to speed things up Echo !2,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,0a,ff,ff# > COM4 Echo Press any key to start the Auto Off mode - Step 2 of 2 Pause Rem Set to auto off mode Echo !3,10# > COM4 Echo Auto off mode activated Echo ...