hbjorgo / ATLib

ATLib is a C# library that makes it easy to communicate with modems.
MIT License
52 stars 20 forks source link

SIMCOM 7600 AT Commands #14

Closed DazFahy closed 2 years ago

DazFahy commented 2 years ago

Hi I have been developing a raspberry pi powered sensor. I am just adding the SIM7600G-H 4G HAT to the device. I started off using the standard serial ports but then came across your project and the implementation of pipes. I have taken a copy of the library and changed my code to run with the pipes. During the process I have added commands for the SIMCOM 7600 as well as some standard AT Commands. I have also added extra information to the SignalQuality including decibels. Also I am using UnitsNet for anything like decibels or voltages.

Is this something you would be interested in me providing a pull request for?

hbjorgo commented 2 years ago

Hi! Awesome to hear this :) Support for more modems is appreciated.

I'd love a PR! But I need to see the implications of the unit library before I can decide if it should be included or not.