UNPKG

modem-serial

Version:

Communication module for serial modems control: This NodeJS utility aims to make it easy to interact with USB dongles, providing functions to get info, connect, make calls with just an API call.

51 lines (35 loc) 867 B
# 0.0.1 First commit to Github (not even finished). # 0.1.0 Support for radio params information and calls in Huawei GSM modems and QualComm CDMA. # 0.1.1 - Provider and technology fixes - Add SPN (SIM Preferred Network) info. # 0.1.2 - Add isOpen API function # 0.1.3 - Get calling number in the correct way. # 0.1.4 - Remove \r after subtechnology # 0.1.5 - Qs must be local variables # 0.1.6 - Better 'restart' command - Timeout Dialing - Timeout calling # 0.1.7 - Better 'restart' command # 0.1.8 - Technology CDMA reports as technology '2', subtechnology 'CDMA' # 0.1.9 - Bug fix in unsolicited ^MODE message # 0.2.0 - Pre-production release. # 0.2.1 - Check if lac_id and cell_id are reported # 0.2.2 - Check if subtechnology is reported # 0.2.3 - CDMA technology in COPS # 0.2.4 - Remove AT+CLIP from initialization as breaks other devices use.