Serial.on - how to destroy? #4071
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2014-09-03 by @gfwilliams Hi Andrey, Yes, you can do |
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
-
Posted at 2014-09-02 by Andrey
Hi, Gordon!
Is there a command for Serial class like
clearInreval()
forsetInterval()
?I cant destruct It if
Serial.on()
was called before in the code. But there is the situation in my program, when It saves some data bysave()
automatically and go toonInit()
, then runSerial.on()
another instance, which destroy the functionality - I get all the characters twice.Beta Was this translation helpful? Give feedback.
All reactions