RX and TX pins communicating with UART Serial MP3 Player

Hey there,

I'm using an Arduino nano to send serial commands to this UART MP3 Player:

yx5300/Serial MP3 Player v1.0 Manual.pdf at master · 0xcafed00d/yx5300 · GitHub

It communicates via TX and RX, but every code I see uses other pins, such as 6 and 7, as TX and RX. Why is that? Can you not use the pins labelled TX and RX to send commands?

Yes, you can use TX and RX. The 'problem' is that in that case you loose the communication over USB with a PC for upload and debugging.

Thank you very much!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.