Hello @HappyUser
ESP32P4 has 5 (five) UARTs. See here.
AFAIK all other ESP32 variants only have 3 (three) or less UARTs. (Of which the first one is used for debugging.)
Edit: ESP32S3 devices which have USB-C connected directly to the MCU (e.g. no dedicated USB-Serial chip) can use USB-C to debug (e.g. Serial) and still has 3 (three) UARTs free (e.g. Serial0, Serial1, Serial2).
Please find an example here.
BTW: are you aware of the fact that SIM76XXX is different from what is in IoT Base CatM (SIM7080G) and Atom DTU NBIoT2 (SIM7028)?
SIM76XXX uses LTE (which is different from NBIoT or LTE-M) SIM7080G uses NBIoT or LTE-M SIM7028 uses NBIoT onlyThanks
Felix