MrNice Posted August 12, 2022 Share Posted August 12, 2022 Hallo, weis jemand ob es einfach grundsätzliche APN Einstellungen von Magenta für 2G mit einer Prepayd Karte gibt? Würde dies für ein Elektronik Arduino Projekt benötigen wo dies einzugeben ist const char apn[] = ""; // APN (example: internet.vodafone.pt) use https://wiki.apnchanger.org const char gprsUser[] = ""; // GPRS User const char gprsPass[] = ""; // GPRS Password Danke Lg Link to comment Share on other sites More sharing options...
1 NTM Posted August 12, 2022 Share Posted August 12, 2022 Hey @MrNice Mit einer Magenta Wertkarte würde der Magenta Standard-APN funktionieren (egal ob 2G/GSM, 3G/UMTS oder 4G/LTE): const char apn[] = "internet.t-mobile.at"; // APN const char gprsUser[] = "t-mobile"; // GPRS User const char gprsPass[] = "tm"; // GPRS Password LG NTM Jonathan Dorian 1 Link to comment Share on other sites More sharing options...
Question
MrNice
Hallo,
weis jemand ob es einfach grundsätzliche APN Einstellungen von Magenta für 2G mit einer Prepayd Karte gibt?
Würde dies für ein Elektronik Arduino Projekt benötigen wo dies einzugeben ist
const char apn[] = ""; // APN (example: internet.vodafone.pt) use https://wiki.apnchanger.org
const char gprsUser[] = ""; // GPRS User
const char gprsPass[] = ""; // GPRS Password
Danke
Lg
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now