You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

These commands may be sent over the serial line. The preceding semicolon ';' defines, that the command is targeted onto the small USB-serial chip.

  • ;C2560_RES - RESET the 2560 uC
  • ;C32u2_RMD - Set operation to Non reset mode
  • ;C32u2_RME - Set operation to reset mode
  • ;C32u2_SNR - Read serial number
  • ;C32u2_SNW - Store serial number
  • ;C32u2_SHI - Set the serial to a high value (typically 1Mbaud)
  • ;C32u2_SLO - Set the serial to a low, default value (typically 115200baud)
  • ;C32u2_FWV - get the version of this firmware

Details see: https://github.com/prusa3d/32u2-usbserial/blob/master/Arduino-usbserial.c

11:46
https://github.com/prusa3d/32u2-usbserial/blob/master/Arduino-usbserial.c

  • No labels