mouse_scroll.bat 167 B

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