rhargreaves / mega-drive-midi-interface

Control the Sega Mega Drive's Yamaha YM2612 and PSG with MIDI
GNU General Public License v3.0
96 stars 8 forks source link

Can i make it with Arduino UNO? #44

Closed starrpark closed 1 month ago

starrpark commented 1 month ago

I have an Arduino UNO R3 board. Can i send serial data to port 2 with Arduino? If yes, how do i send midi serial through Arduino?

rhargreaves commented 1 month ago

I'm afraid I have no experience using an Arduino. If you're looking to send serial data to the Mega Drive I would recommend taking a look at my serial port project which explains how to wire up and test communication with the controller port. Note that using the controller port this way is not as fast as using the USB port of a EverDrive cartridge and typically cannot handle multi-channel MIDI data too well.