mouse_scroll.bat 148 B

123456
  1. @echo off
  2. :: Scroll down
  3. .\send.exe COM4 115200 0x04 0x00 0x02
  4. timeout /t 3 /nobreak >nul
  5. :: Scroll up
  6. .\send.exe COM4 115200 0x04 0x01 0x02