Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.27 KB

Arduino_Mega_Programmer (under development)

  1. To read ROMs, EPROMs, Flash of older Microcontrollers or Computers
  2. Read memory and save BIN or TXT format file
  3. Using Arduino TinyGo Code and Golang (only)
  4. OS = Windows 10 (for while) You may try on the Linux or MAC.
  5. go version go1.19.2 windows/amd64

Sorry for the mess. I'm learning to organize my project.

https://github.com/Gustavomurta/Arduino_Mega_Programmer/tree/main/ROM%20Reader%20with%20Arduino (TESTED OK !!)

Golang:

https://go.dev/ Golang - my favorite language

https://go.dev/dl/ Golang downloads

https://go.dev/doc/install Golang Install instructions

https://go.dev/doc/tutorial/getting-started Golang getting started

TinyGo

https://tinygo.org/ TinyGo

https://tinygo.org/docs/reference/microcontrollers/arduino-mega2560/ TinyGo - Arduino Mega

https://tinygo.org/docs/concepts/peripherals/gpio/ How to control pins directly using GPIO

https://tinygo.org/docs/reference/microcontrollers/machine/arduino-mega2560/ Documentation for the machine package for the Arduino Mega 2560

https://github.com/tinygo-org/tinygo TinyGo Github