Convert SIM Status to Table
tbl, len = modem.stot(bin)
Used for converting responses to table (e.g. from AT+CRSM=192,...)
AT+CRSM=192,...
The len result is taken from the decimal value of tbl[128] (i.e. tag 80 hex)
len
tbl[128]
80