How to connect DFPlayer mini to actual Arduino RX/TX pins

Your sketch using SoftwareSerial is useful and I was actually successful in connecting/operating 2 DFPlayers on a single Arduino Pro Micro and operating them both serially and together. I'm thinking of trying the same thing on an Arduino Mega 2560 but would like to actually try using the extra RX/TX pins that board has. Do you have a sketch or sample code that would illustrate how to do this?
2017-01-31 14:32:32 Mega has several Serial UART, just pick from one of them.... e.g. Serial1
browerjames
