A command line is a string given to a command interpreter that tells it actions to take, such as running programs or copying files. The interpreter processes command lines with escapes and substitutions.

learn more… | top users | synonyms

1
vote
1answer
236 views

(SOLVED) Gprs SIM900 and Gps NEO-6M don't work together

I'm trying to get gps position and send to my API through the shields Gprs SIM900 and Gps NEO-6M. On setup(), first I start gprs shield and call the function that connects to internet. Then on ...
1
vote
1answer
94 views

Arduino command line vs. Arduino builder

I'm working on adding my Arduino to continuous integration and I came across two different possible ways of doing this, Arduino command line, and arduino-builder. Can someone explain why the ...
0
votes
1answer
53 views

Use command line to upload hex code to teensy.ex

I need a command line implementation for uploading code to Teensy-LC through Windows 8.1 operating system I know Paul has not released support for command line for Teensy-LC yet but i would like to ...
1
vote
1answer
44 views

How can I make Arduino IDE use Atmel's provided toolchain? (Linux/Ubuntu)

I have an Arduino based board using ATmega168PB, but so far only Atmel's provided toolchain supports this microcontroller. I can download the toolchain from Atmel's website, but I am not sure how to ...
3
votes
2answers
74 views

Connecting via serial with Arduino comand line

Since inotool is dead, I'm trying to transition over to Arduino's built-in command line tool. It seems largely equivalent, but the one feature it seems to be missing is a serial interface. e.g. ...