power_btn.bat 181 B

123456789
  1. @echo off
  2. echo "Pressing Power Button"
  3. .\send.exe COM3 115200 0x58 0xEE 0x00
  4. timeout /t 3 /nobreak >nul
  5. .\send.exe COM3 115200 0x58 0xEE 0x01
  6. timeout /t 3 /nobreak >nul