Talk:Arduino

From ArchWiki
Latest comment: 18 June 2016 by Tsester in topic stty

stty

I think we should add option min 1 to stty command. also i realized that after calling Arduino IDE's terminal icrnl had changed to -icrnl. So i suggest we update the command to :: stty -F /dev/ttyACM0 cs8 9600 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts icrnl min 1 Tsester (talk) 10:51, 18 June 2016 (UTC)Reply[reply]

Missing tools

Compiling Arduino sketchbooks fails with message: "Parameter 'tools' is mandatory." I compared the arch package to the 64-bit linux download from Arduino (found at https://www.arduino.cc/en/Main/Software) and discovered that the arch package was missing the directory: /usr/share/arduino/hardware/tools. I fixed the compilation error by moving that tools directory from the Arduino download into the correct location. Unsure if I am missing a dependency or the package is broken -- I'm new to Arch.

—This unsigned comment is by Jfmathews (talk) 05:38, 5 January 2017‎. Please sign your posts with ~~~~!