Forum >talking to mp3 module over hardware serial with the new library
ArduinoGeneral

talking to mp3 module over hardware serial with the new library

userHead Account cancelled 2017-05-18 03:53:49 1007 Views0 Replies
Hi there.
Is it possible to talk to the mp3 module over hardware serial with only one wire as it was with the old library? I have only been able to get the new library to work over software serial but this library conflicts with the servo library. the old library worked perfectly with a single wire through a resistor from arduino tx to module rx. this new library has the software serial block in setup which if you remove, stops it from working. is there a way around this? thanks.