epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

Std error #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

I still get the same error. I've changed the revision but still I get the std system error

epsilonrt commented 5 years ago

The raspbian piduino repository has been updated to version 0.3.41, thinking about removing /etc/piduino.conf before doing an apt update then apt upgrade.

ghost commented 5 years ago

shall I reinstall piduino instead of upgrading ?

epsilonrt commented 5 years ago

no

ghost commented 5 years ago

Thank You ! It's working now.

ghost commented 5 years ago

By, the way connecting to rpi with bluetooth and executing Serial.read() , can I send data ?

ghost commented 5 years ago

I mean will the data be transferred via serial or should I setup anything else ?