080505
OPERATIONS MANUAL PPM-GX500
34
SCOPY versions 2.00 and later support additional command line options that were not present
in the original version.
For compatibility reasons, these options were added on at the end. The new options are:
Additional SCOPY Command Arguments
Aport_address
Where port_address is a hex value from
100H-3FFH. This overrides the COM1
or COM2 option and specifies the I/O
address of the COM port.
Iirq_num
Where irq_num is a decimal value from 3
to 15 indicating the IRQ assigned to the
COM port.
Bbaud_rate
Where baud_rate is the desired
communications rate. The values are in
decimal and can be any of the following:
2400
4800
9600
19200
38400
57600
115200
When used on a system with an enabled serial console, only the baud rate argument can
be used and is only necessary if the console is running at a baud rate other than 38400. An
example upload to the PPM-GX500 with a serial console enabled on COM1 at 9600 baud would
look like this:
scopy COM1 -rq app.exe -B9600
Additional SCOPY Command Arguments