Skip to content

Tag Archives: arduino

using strings to communicate with arduino

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 […]

Posted byleonar.dOctober 28, 2013January 6, 2020Posted inArduinoTags: arduino, communication, rx, servo, string, tx
  • imprint and privacy policy