Skip to content

Need advice on simple way to print #949

Answered by SpenceKonde
AnalogWorld asked this question in Q&A
Discussion options

You must be logged in to vote

just throw a serial adapter onto the 6-pin FTDI header on the edge of the board. Standard pinout, pins as marked. The one catch is there's no autoreset because you can get autoreset without disabling UPDI unless you have a part with a PB4 (20 pins or 24 pins) as you can set it to use PB4 as an alternate reset pin and do the usual autoreset. I recommend not using the Arduino IDE's console window (it's terrible, lacks literally every feature on my serial console checklist); instead, have an external program (I highly recommend hTerm - it lets you view or send data as ascii, hex, binary, or decimal bytes (eg, to send a space you can send a ascii ' ', hex 20, decimal 32, or binary 00100000 an…

Replies: 3 comments 4 replies

Comment options

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

Answer selected by AnalogWorld
Comment options

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

Comment options

You must be logged in to vote
2 replies
@SpenceKonde
Comment options

@AnalogWorld
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants