Serial test #3956
Unanswered
espruino-discuss3
asked this question in
General
Serial test
#3956
Replies: 1 comment
-
Posted at 2014-07-17 by @gfwilliams Hi Sonny, Can you try updating to version 1v67? 1v65 had a regression that meant that unless you specified Posted at 2014-07-18 by user7290 Thanks Gordon 1v67 fixed it! Sonny |
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 2014-07-17 by user7290
I'm doing the Serial test example connect rx tx together
1v65
Serial3.setup(9600,{rx:D9,tx:D8});
Serial3.on('data', function(data){print("serial3"+data);});
Serial3.print("hello");
output:
=undefined
serial3
serial3
serial3
serial3
what happend to hello?
Thanks,
Sonny
Beta Was this translation helpful? Give feedback.
All reactions