Hello,
Hopefully someone out there is familiar with the Adafruit Audio FX Sound Board. I am trying to figure out how to send serial commands to it in order to play the audio files on the board.
I went through the tutorials and I am able to get the demo program working where I can send commands from the terminal monitor - that's working fine.
I am just not 'getting' how to send those commands from the code itself.
From the tutorial - it instructs me to send #NN\n (# symbol, then the number of the track, and end with a new line).
I am not clear on how to send this to the board?
To play track 10, would it be:
Serial.write("#10\n")
I am not clear on what I am doing wrong.
Anyhow - I apologize for being a newbie and not taking the time I should to solve this problem on my own, however I do appreciate any insight into this.
Thanks,
cpbiomed