Hello, i use Firmata library with a Arduino card . It's work well for read pin value or command servo. But i need to send some variable value to processing from arduino.
Firmata have the function sendString , but in the firmata libray processing , i can't find this function. How is it possible to send string from arduino card to processing trough Firmata?