mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-04-17 20:38:37 -04:00
5 lines
102 B
Batchfile
Executable File
5 lines
102 B
Batchfile
Executable File
@echo off
|
|
mode %1 38400,n,8,1
|
|
java -cp .;AgnisServer.jar com.fr3ts0n.ecu.ObdTestFrame %1 %2 %3 %4 %5
|
|
|