Hello @DavidoZ why don't you try the provided example? Strictly Serial.begin() isn't needed in setup() as M5.begin() already takes care of that. And for the communication with the SIM7600 you'll need to open Serial2. See above example. Thanks Felix