The SoftwareSerial implementation for Arduino UNO R4 is missing the end() method. Sometimes it is necessary to stop the Serial and start manually controlling the pins.
Often users build projects on Arduino Uno using SoftwareSerial. It works well for a limited class of uses, such as waiting for a GPS module to send data, then using it and returning to waiting before ...