7 lines
270 B
Batchfile
7 lines
270 B
Batchfile
|
rem Default COM port, through which PC communicates with a ROBO TX Controller,
|
||
|
rem for example "set COM_PORT=COM6".
|
||
|
rem If no default port is set, i.e. "set COM_PORT=", then the virtual USB COM port,
|
||
|
rem to which ROBO TX Controller is connected, is used.
|
||
|
|
||
|
set COM_PORT=
|