mirror of
https://github.com/estkme-group/lpac
synced 2025-10-06 01:50:31 +02:00
1,021 B
1,021 B
AT APDU Backend
The AT Backend is used to communicate with the eUICC via AT commands over a serial interface. It is commonly used with cellular modems that support AT commands for SIM card management.
Unix-like platform
If you need to allow non-root users to access serial ports, read the following article
- https://help.ubuntu.com/community/DialupModemHowto/SetUpDialer#Configuring_the_dialup_connection_to_your_provider (Ubuntu)
- https://manpages.debian.org/unstable/minicom/minicom.1.en.html#DEBIAN_SPECIFIC (Debian)
- https://wiki.archlinux.org/title/Working_with_the_serial_console#Connect_using_a_terminal_emulator_program (Arch Linux)