├── Aime_Reader.h ├── Arduino-Aime-Reader.ino ├── README.md ├── doc ├── Example.txt ├── aime示例.mct └── vfd_log.txt └── tools ├── DTR-RTS ├── DTR-RTS.c └── DTR-RTS.exe ├── ReaderTest └── ReaderTest.ino ├── SerialData_helper ├── SerialData_helper.py ├── esp32_1617b07_data.csv ├── esp32_1617b07_data.csv_done.txt └── esp32_1617b07_data.spm ├── segatools-edit ├── sg-cmd.c └── vfd.c └── vfd_test └── vfd_test.ino /Aime_Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/Aime_Reader.h -------------------------------------------------------------------------------- /Arduino-Aime-Reader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/Arduino-Aime-Reader.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/README.md -------------------------------------------------------------------------------- /doc/Example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/doc/Example.txt -------------------------------------------------------------------------------- /doc/aime示例.mct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/doc/aime示例.mct -------------------------------------------------------------------------------- /doc/vfd_log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/doc/vfd_log.txt -------------------------------------------------------------------------------- /tools/DTR-RTS/DTR-RTS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/DTR-RTS/DTR-RTS.c -------------------------------------------------------------------------------- /tools/DTR-RTS/DTR-RTS.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/DTR-RTS/DTR-RTS.exe -------------------------------------------------------------------------------- /tools/ReaderTest/ReaderTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/ReaderTest/ReaderTest.ino -------------------------------------------------------------------------------- /tools/SerialData_helper/SerialData_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/SerialData_helper/SerialData_helper.py -------------------------------------------------------------------------------- /tools/SerialData_helper/esp32_1617b07_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/SerialData_helper/esp32_1617b07_data.csv -------------------------------------------------------------------------------- /tools/SerialData_helper/esp32_1617b07_data.csv_done.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/SerialData_helper/esp32_1617b07_data.csv_done.txt -------------------------------------------------------------------------------- /tools/SerialData_helper/esp32_1617b07_data.spm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/SerialData_helper/esp32_1617b07_data.spm -------------------------------------------------------------------------------- /tools/segatools-edit/sg-cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/segatools-edit/sg-cmd.c -------------------------------------------------------------------------------- /tools/segatools-edit/vfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/segatools-edit/vfd.c -------------------------------------------------------------------------------- /tools/vfd_test/vfd_test.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sucareto/Arduino-Aime-Reader/HEAD/tools/vfd_test/vfd_test.ino --------------------------------------------------------------------------------