USB functionality after firmware update #23
Replies: 3 comments 9 replies
-
I'd suggest starting by changing the baudrate in If that doesn't work, you might wanna try an older release (both the firmware and configuration repos have corresponding tags for each version). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the details, I'll look into it! Just to be sure, does this happen if you run PID autotuning (with M303) from serial? |
Beta Was this translation helpful? Give feedback.
-
Considering the slow release cycle of Marlin, I just applied my changes to the latest It should compile fine but I haven't tested the firmware. Please note I don't plan on updating this branch very regularly and I won't be providing binaries/configurations for it. |
Beta Was this translation helpful? Give feedback.
-
Hi there Desuuuu! I have a CR10S Pro V2, and wanted to update stock firmware to yours. I compiled and flashed marlin to 2.0.7.2, and then flashed the screen. I followed the wiki https://github.com/Desuuuu/DGUS-reloaded/wiki/Flashing-the-firmware
Downloaded Marlin source from here https://github.com/Desuuuu/Marlin/releases/tag/2.0.7.2,
Changed config files to the CR10SProV2 flavor from https://github.com/Desuuuu/DGUS-reloaded-config/tree/2.0.7.2/examples/Creality/CR10SProV2 - used unchanged from yours but I'm attaching here just in case
Build with PlatformIO, all vent well. Flashed resulting hex with Xloader (115200 baud)
I've got the DWIN_SET from https://github.com/Desuuuu/DGUS-reloaded/releases/tag/1.0.2, however I also added there files from extras - for flash reset and core firmware https://github.com/Desuuuu/DGUS-reloaded/tree/master/extras
All went well, all the functionality of the touchscreen is working, including custom G-code. INSTEAD, now I can't send any gcode via Pronterface (or Cura, etc). As soon as I connect it gives basic info and that's it, no response to M105. A command sent from console gives an error such as
Strangely enough, at the same time, I see echoes of all the commands that I send via touchscreen - see in the log attached there was a M503 sent from the screen. Pronterface communicates at baud 250000. I can still re-flash firmware via Xloader, however only using 115200 baud, strangely enough it gives an error if I try 250000.
Any suggestions of anything else I can try?
Thanks,
Fedor
config.zip
Pronterface log.txt
Beta Was this translation helpful? Give feedback.
All reactions