amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

unable to close serial port #284

Open inteldon opened 4 years ago

inteldon commented 4 years ago

I wrote a simple arduino code with a serial read command (the code has delay functions and is not running at full speed). I noticed that I could not stop the code from running no matter what I did, Ctrl + any keyboard key didn't do anything and the code continued running. I had to restart the raspberry pi to resume normal operation.

Please help.