JohnD
2018-12-05 19:54:02 UTC
Message: 3
Date: Tue, 4 Dec 2018 15:51:25 -0600 (CST)
Subject: scanForArduinos
Content-Type: text/plain; charset=us-ascii
Hi! I'm using an old laptop (with ubuntu 18.04.1 ) with octave 4.2.2 and
I'mDate: Tue, 4 Dec 2018 15:51:25 -0600 (CST)
Subject: scanForArduinos
Content-Type: text/plain; charset=us-ascii
Hi! I'm using an old laptop (with ubuntu 18.04.1 ) with octave 4.2.2 and
trying to connect it with an arduino Uno board. (Arduino 1.8.7 IDE)
After running the arduinosetup intruction ( I'm doing this in order to
checkAfter running the arduinosetup intruction ( I'm doing this in order to
if the laptop can connect to the board) when I try to find the board I'm
always getting an empty string as a result. Any Suggestion?
Thanks.
<http://octave.1599824.n4.nabble.com/file/t373116/portatil_caracter%C3%AD
sticas.png>
<Loading Image...>
When running the arduinosetup command, looking on the Arduino IDE, did youalways getting an empty string as a result. Any Suggestion?
Thanks.
<http://octave.1599824.n4.nabble.com/file/t373116/portatil_caracter%C3%AD
sticas.png>
<Loading Image...>
verify the serial port it detected was OK, set the board type correctly and
upload the code to the Arduino, (and was it successful)
If the scan is still failing, what happens if try to create an Arduino
object:
ar = arduino('/dev/ttyACM0')
NOTE: change the /dev/ttyACM0 to whatever the port your arduino is connected
to.