Red Squirrel
No Lifer
I can write a C++ app for this, but I'm just wondering if there is a native way with the command line to send a command to a serial interface (arduino in this case) and get a response?
I've actually used echo and cat before with other devices but it does not seem to work with this one. Probably because of the way the data is sent. (baud rate etc)
I also have picocom installed and I can always install another terminal emulator so if one of those tools has the option that will do too. Just thought I'd check before I code an app.
I've actually used echo and cat before with other devices but it does not seem to work with this one. Probably because of the way the data is sent. (baud rate etc)
I also have picocom installed and I can always install another terminal emulator so if one of those tools has the option that will do too. Just thought I'd check before I code an app.