We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure if this is possible, but here's a starting point: http://blog.solutions-cubed.com/programming-the-arduino-uno-with-a-serial-port/
This is low priority; just a note to future selves.
Bootloader links:
Also, more documented:
https://github.com/Optiboot/optiboot/wiki/HowOptibootWorks#basic-operation
I guess, in that last one, SoftModem code would have to be inserted somewhere here: https://github.com/Optiboot/optiboot/blob/master/optiboot/bootloaders/optiboot/optiboot.c
Also, an ATTiny bootloader: https://github.com/micronucleus/micronucleus as used on the DigiSpark
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure if this is possible, but here's a starting point: http://blog.solutions-cubed.com/programming-the-arduino-uno-with-a-serial-port/
This is low priority; just a note to future selves.
Bootloader links:
Also, more documented:
https://github.com/Optiboot/optiboot/wiki/HowOptibootWorks#basic-operation
I guess, in that last one, SoftModem code would have to be inserted somewhere here: https://github.com/Optiboot/optiboot/blob/master/optiboot/bootloaders/optiboot/optiboot.c
Also, an ATTiny bootloader: https://github.com/micronucleus/micronucleus as used on the DigiSpark
The text was updated successfully, but these errors were encountered: