-
Buy a USB-Serial adapter, here's one I recommend:
-
Install drivers:
http://prolificusa.com/files/md_PL2303_MacOSX10.6_dmg_v1.4.0.zip
-
Install python and pip, then install pySerial
pip install pyserial
- Install r31jp:
brew tap nitsky/r31jp
brew install r31jp
- Build and run!
r31jp path/to/code.asm
or specify a serial port:
r31jp -s path/to/serial/port path/to/code.asm
This project is released under the MIT License.