It’s not possible to interact with strings, because arduino receives char by char, but there is a way to work around this problem. The communication with the Arduino is simple. You usually get one char/byte, compare it to a predefined command in your code and do something. Now if you want to move for example […]