rl78flash icon indicating copy to clipboard operation
rl78flash copied to clipboard

The mode settings on Windows and Linux do not work the same way.

Open ElectApp opened this issue 4 years ago • 0 comments

My circuit want reset by invert DTR signal.

Command on Linux (Raspberry Pi): $ ./rl78flash -viva -nm1 /dev/ttyUSB0 firmware.mot

But the command below can work as well. $ ./rl78flash -viva -nm3 /dev/ttyUSB0 firmware.mot

Command on Windows: $ ./rl78flash -viva -m1 COM1 firmware.mot

Why can't I use the mode command on Windows like in Linux?

ElectApp avatar Mar 08 '21 06:03 ElectApp