Ymodem Examples

Are there any examples on how to flash via YModem via windows 10?

Below I’m using the batch file but it doesnt seem like its automaically entering listening mode.

Isnt entering baud 28800 suppose to trigger listening mode and YMODEM?

set Pathname="C:\Users\Steve\Documents\GitHub\Firmware"
CD %Pathname%
mode COM3 BAUD=28800
cmd /c “particle flash --serial bootloader-0.7.0-rc.1-p1.bin”

Nevermind it was my user application causing it to reconnect to wifi after entering listening mode.

1 Like

Thank you for posting your solution.