Error when using AT command module #747
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 2 comments
-
Posted at 2015-05-10 by @gfwilliams You could try loading the unminified module instead? It would probably give you more of an idea where the problem was. To do that you can just go into settings, and change the extensions from |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2015-05-10 by @gfwilliams Actually, try returning It might actually be that you wanted to register a line handler instead? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-05-09 by Hardware_Hacks
Hi all,
I'm using the AT module to send messages for interfacing to my GSM.
I've noticed I'm seeing a few errors pop out every so often when viewing the console:
Obviously without viewing all of my code this is hard to track down but if someone could point my to where the AT command library is hitting this error I dont mind looking through my own code to pinpoint the issue. I'm assuming its something to do with registering listeners?
Beta Was this translation helpful? Give feedback.
All reactions