Skip to content

Customization beyond Configuration.h #66

Answered by aegean-odyssey
billbrach asked this question in Q&A
Discussion options

You must be logged in to vote

I'm a big proponent of explicitly documenting the build process for projects, especially embedded software. A "Makefile" is a relatively simple way to capture all of the details about how to compile, assemble, link and otherwise process the source code files.

I've not tried to build the firmware with the Arduino tools, but under the hood, Arduino uses the same cross compiler tool chain, so I imagine that it is possible.

First though, the baudrate setting has no bearing on the firmware. The USB port always operates at its fastest possible speed -- the baudrate is passed between the printer and the host more or less as a "faux" setting to appear like a "COMM" style serial port. I think the …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@billbrach
Comment options

Answer selected by billbrach
Comment options

You must be logged in to vote
1 reply
@billbrach
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants