TinyGSM icon indicating copy to clipboard operation
TinyGSM copied to clipboard

Catch error as text

Open roysG opened this issue 3 years ago • 2 comments

Someone may help how does it possible to catch errors as text when there are errrors in the module or with exception of esp32?

roysG avatar Nov 17 '21 06:11 roysG

I don't think this is the right place for that question.

If you're looking for errors related to AT commands used by this library, the easiest way to view the debugging output is to compiles with build flag TINY_GSM_DEBUG=Serial and to use StreamDebugger or another serial port spy.

SRGDamia1 avatar Nov 24 '21 17:11 SRGDamia1

Ok thanks

On Wed, 24 Nov 2021, 18:31 Sara Damiano @.***> wrote:

I don't think this is the right place for that question.

If you're looking for errors related to AT commands used by this library, the easiest way to view the debugging output is to compiles with build flag TINY_GSM_DEBUG=Serial and to use StreamDebugger https://github.com/vshymanskyy/StreamDebugger or another serial port spy.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vshymanskyy/TinyGSM/issues/613#issuecomment-978086275, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXZDOQ34RLZ5AWZGA3CQQTUNUOOVANCNFSM5IGCLMAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

roysG avatar Nov 24 '21 19:11 roysG