HeboTech.ATLib 8.0.0

dotnet add package HeboTech.ATLib --version 8.0.0                
NuGet\Install-Package HeboTech.ATLib -Version 8.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HeboTech.ATLib" Version="8.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HeboTech.ATLib --version 8.0.0                
#r "nuget: HeboTech.ATLib, 8.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HeboTech.ATLib as a Cake Addin
#addin nuget:?package=HeboTech.ATLib&version=8.0.0

// Install HeboTech.ATLib as a Cake Tool
#tool nuget:?package=HeboTech.ATLib&version=8.0.0                

About

ATLib is a C# AT command library that abstracts away the commands and makes it easy to communicate with modems.

Hayes command set (commonly known as AT commands) is a command set frequently used in modems. Read more about it at Wikipedia.

Supported commands:

  • Send SMS in PDU format (GSM 7 bit or UCS2 encoding)
  • Send concatenated SMS (message that spans over multiple SMSs) in PDU format (GSM 7 bit or UCS2 encoding)
  • SMS supports emojies
  • List SMSs
  • Read SMS (PDU format (GSM 7 bit or UCS2 encoding))
  • Delete SMS
  • Get SMS Status Report (delivery status)
  • Dial number
  • Answer incoming call
  • Hang up call
  • Get SIM status
  • Enter SIM PIN
  • Get remaining PIN & PUK attempts
  • Get product information
  • Get battery status
  • Get signal strength
  • Get / set date and time
  • Disable echo
  • Send USSD code
  • Get / set character set
  • Get IMSI
  • Some modems may also support modem specific commands

Events

  • Incoming call
  • Missed call
  • Call started
  • Call ended
  • SMS received
  • SMS Status Report received
  • Error received
  • USSD response received
  • Generic event

Supported modems:

  • Adafruit FONA 3G (based on SIMCOM SIM5320 chipset)
  • D-Link DWM-222 (based on Qualcomm MDM9225 chipset)
  • TP-LINK MA260 (based on a Qualcomm chipset)
  • Cinterion MC55i
  • Other modems may work using one of the implementations above. You can add your own implementation using the existing functionality as base.

Other

  • Debug functionality that lets you intercept incoming and outgoing data

Additional Documentation

Github Repository

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 87 12/19/2024
8.0.0-rc1 68 12/16/2024
8.0.0-beta2 77 12/14/2024
8.0.0-beta1 70 12/10/2024
8.0.0-alpha1 111 5/23/2024
7.1.0-beta2 139 1/30/2024
7.1.0-beta1 95 1/30/2024
7.0.0 638 1/3/2024
7.0.0-RC3 181 11/19/2023
7.0.0-RC2 123 11/6/2023
7.0.0-RC1 101 11/2/2023
6.0.2 370 7/15/2023
6.0.1 191 6/4/2023
6.0.0 197 5/7/2023
5.0.0 230 4/14/2023
4.2.0 1,162 9/18/2022
4.1.0 606 4/17/2022
4.0.0 464 4/17/2022
3.1.0 545 7/13/2021
3.0.0 423 6/30/2021
2.0.1 497 4/24/2021
2.0.0 372 4/10/2021
1.0.0 388 4/1/2021
0.0.8 513 1/17/2021
0.0.7 524 9/2/2020