I have working micropython https scripts using urequests operating on my XBee3 LTE Cat 1 devices. When I move that code over to the 3g modem it fails with an 7005 EIO error.
HTTP code using sockets works. Are there issues with urequests on the 3G global modems?
What differences between the modems do I need to account for to rectify this error?
I attempted following instructions from here https://www.digi.com/resources/documentation/digidocs/PDFs/90001541.pdf
But I noted it was out of date since it references the old requests instead of the current urequests.