https://github.com/markmll/ping-arduino-loader
Detect an arduino loader attached to a serial port, trying various speeds and reset pin sense.
https://github.com/markmll/ping-arduino-loader
arduino console linux loader
Last synced: about 1 month ago
JSON representation
Detect an arduino loader attached to a serial port, trying various speeds and reset pin sense.
- Host: GitHub
- URL: https://github.com/markmll/ping-arduino-loader
- Owner: MarkMLl
- Created: 2020-09-24T07:56:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T08:02:12.000Z (over 5 years ago)
- Last Synced: 2025-04-07T20:54:20.365Z (about 1 year ago)
- Topics: arduino, console, linux, loader
- Language: Pascal
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ping-arduino-loader
Detect an arduino loader attached to a serial port.
The single command-line parameter is the port name.
The rationale for development was that the author had an "upcycled" ATMEGA649V
board, onto which he'd written the ButterflyCore loader. However this wasn't
responding since (a) the resonator speed couldn't be read and (b) the sense of
the reset signal wasn't as expected.
The program was written using Free Pascal and the Lazarus IDE, it has no external
dependencies. It's been tested on x86_64 Linux, but should be portable.