vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.94k stars 719 forks source link

get LAC & Cell ID #483

Open Yassine-49 opened 3 years ago

Yassine-49 commented 3 years ago

This function returns LAC and Cell ID as 8 bytes hex format (example: "0179D60A"), first 4 bytes are LAC and last 4 bytes are CID. image

according to this wiki LCID/CID, CID is only 2 bytes and LCID is 4 bytes to whom it may concern.

Tested on SIM808.