UNO Serial chaos at 115200bps - NFC module incompatible?

'I connected this module with a UNO, and changed the code from Serial1.xxx() to Serial.xxx() to adapt them. I found the Serial output became very chaotic. Hence that I tried to use SoftwareSerial.h on Pin10 & 11 to send the command, however it never success. I can read nothing from UNO. I realised it was the limitation that the Arduino RX can only accept 57600 bps less that the NFC module requirement: 115200 bps. What should I do then?
2024-07-11 14:41:47 Sorry, there is no other way but use the hardware serial to send the command to NFC module, and to monitor the NFC reading info, please use SoftwareSerial.h through a USB-Serial adapter or other method like a LCD module etc.
Tonny12138
