rl78flash
rl78flash copied to clipboard
The mode settings on Windows and Linux do not work the same way.
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?