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.
<PackageVersion Include="HeboTech.ATLib" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="HeboTech.ATLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=HeboTech.ATLib&version=8.0.0
                    
Install HeboTech.ATLib as a Cake Addin
#tool nuget:?package=HeboTech.ATLib&version=8.0.0
                    
Install HeboTech.ATLib as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 216 12/19/2024
8.0.0-rc1 90 12/16/2024
8.0.0-beta2 103 12/14/2024
8.0.0-beta1 91 12/10/2024
8.0.0-alpha1 117 5/23/2024
7.1.0-beta2 144 1/30/2024
7.1.0-beta1 99 1/30/2024
7.0.0 731 1/3/2024
7.0.0-RC3 186 11/19/2023
7.0.0-RC2 127 11/6/2023
7.0.0-RC1 106 11/2/2023
6.0.2 453 7/15/2023
6.0.1 207 6/4/2023
6.0.0 217 5/7/2023
5.0.0 249 4/14/2023
4.2.0 1,192 9/18/2022
4.1.0 644 4/17/2022
4.0.0 493 4/17/2022
3.1.0 590 7/13/2021
3.0.0 455 6/30/2021
2.0.1 537 4/24/2021
2.0.0 410 4/10/2021
1.0.0 426 4/1/2021
0.0.8 555 1/17/2021
0.0.7 568 9/2/2020