Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Phonebook (PB) to modem.cpp. It also stores PB in the config file #426

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Added Phonebook (PB) to modem.cpp. It also stores PB in the config file #426

merged 1 commit into from
Jan 19, 2021

Conversation

manterola
Copy link
Contributor

I added phonebook (PB) functionality to the the MODEM. It consists of the following AT command:
ATPBLIST: list current phonebook
ATPBCLEAR: delete all PB entries
ATPB: add or delete entries to the phonebook
Ex: adding entries
ATPB201=irata.online:8005
ATPB6502=rainmaker.wunderground.com

Ex: using entries
atdt6502 (it will connect to rainmaker.wunderground.com:23 the default telnet port)

Ex: delete entry
atpb6502

I needed to add new section (Phonebook section) to the config file, which is updated everytime the user add or delete and PB entry.

I did not add reference to this new funtionality in the AT help.

@tschak909 tschak909 merged commit bc54138 into FujiNetWIFI:master Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants