This website requires JavaScript.
Explore
Help
Sign In
zaubentrucker
/
muele-marlin
Watch
1
Star
0
Fork
You've already forked muele-marlin
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
11028
commits
1
branch
0
tags
156
MiB
f6f2246f59
Commit graph
3 commits
Author
SHA1
Message
Date
etagle
1b225a2809
DUE: Emergency parser for the USB CDC
2018-05-12 02:12:11 -05:00
etagle
404fc94705
DUE USB CDC: Do not send any character if no program on the PC is listening to them. This avoids Marlin waiting until the user actually opens a program that is able to consume the output of Marlin
2018-03-15 00:56:28 -03:00
etagle
33a6fc70e4
Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC)
2017-12-21 02:42:46 -03:00