Sending commands over serial without IDE? #5779
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2017-06-20 by @gfwilliams Something like that should work, but you do have a missing end quote in that code and the wrong arrow... I just tried:
and that works great on Linux (and should do on mac if you change the This might help you? https://www.espruino.com/Interfacing Posted at 2017-06-20 by @gfwilliams Also this one: https://www.espruino.com/Pico+CPU+Monitor Posted at 2017-06-20 by @gfwilliams And one more thing - there is a command-line app to do some other simple things for you too: https://www.npmjs.com/package/espruino But if all you want to do is send commands, the echo is probably best :) |
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 2017-06-20 by BootySnorkeler
Hi,
I would like to send commands over to my espruino via serial.
I think this is the way:
However, it doesn't do anything. My terminal shows me no feedback whatsoever, even if I press enter or ctrl+c.
Am I doing something wrong?
I have to do it over serial; I can't have my board connected with a prompt always on because I have this home automation project for my dorm and I would like to send serial commands wirelessly with bluetooth, and the espruino's going to be stuck somewhere on the wall.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions