/* DYSV5Wv4 * Playing Random Tracks * arduino UNO * * Player on Software Serial (pins 10-11) */ #include "SoftwareSerial.h" SoftwareSerial mySerial(10, 11); // RX, TX byte volume = 0x40; byte commandLength; byte command[6]; int checkSum = 0; void sendCommand(){ int q; for(q=0;q