This is a wrapper for the LPAC client that uses serial port to manage eUICC (eSIM) on Fibocom FM350.
- Download and extract LPAC
- Download and extract lpac-fibocom-wrapper
- Copy
lpac.exe
to lpac-fibocom-wrapper folder - Rename
lpac.exe
tolpac.orig.exe
- Connect modem to PC via USB
- Set environment variable
AT_DEVICE
to modem serial port. (Ex:SET AT_DEVICE=COM10
) - Run
lpac-fibocom-wrapper.exe chip info
- Download and extract EasyLPAC
- Rename
lpac.exe
tolpac.orig.exe
- Copy
lpac-fibocom-wrapper.exe
from lpac-fibocom-wrapper to EasyLPAC - Rename
lpac-fibocom-wrapper.exe
tolpac.exe
- Connect modem to PC via USB
- Execute EasyLPAC
- Select serial port in
Card Reader
menu - Press
refresh
button
When using Fibocom FM350 select the correct slot based on type of eSIM you are using (slot 0=Physical SIM, slot 1=Embedded eSIM)
AT+GTDUALSIM=1
For AT provisioning, the modem needs these commands to interact with the eUICC:
AT+CCHO
to open logical channelAT+CCHC
to close logical channelAT+CGLA
to use logical channel access
Wrapper support Keenetic Rest API.
- Create text file
lpak-kn.env
near wrapper exe file - Write your router address, login and password:
AT_KN_ADDRESS=http://192.168.1.1 AT_KN_LOGIN=admin AT_KN_PASSWORD=admin