iotconnectivity / python-gsmmodem-manager

A multi-platform framework for communicating and interacting with 2G/3G/4G usb modems
GNU General Public License v3.0
16 stars 5 forks source link

AT command decorator #1

Closed looslip closed 5 years ago

looslip commented 5 years ago

Changed the basic AT method generation from the weird on-the-fly generation to the more pythonic decorator-way. Also made some minor adjustments that were missed before.