Working serial communication using just UPDI pin and cheapo SerialUPDI programmer. #1286
burnsb
started this conversation in
Library discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm surprised I haven't seen more notice or discussion of this.
Using streef's upditerm, I have serial coms working on an ATtiny 3224 in Windows 11 and compiling/programming ATtiny through the arduino IDE. I'm using the same usb/serial CH340 based programmer jtag2updi that is recommended for working with this core. I made the Schottky version. Gave like $8 for two.
It isn't using the IDE serial terminal. I haven't tried bidirectional yet. Terminal is a command line based python script:
Quickly replaced serial on a program where I'm using it to debug. Need to work on my printf formatting. Two free pins!
I get the "Short read" response twice, rerun the command, and the terminal opens. Not sure why. Hold ctrl and 'e', press 'e' again to exit. upditerm must be closed to program chip in Arduino IDE.
Some discussion here
Hello world transcribed from above discussion, a few comments added.
All reactions