Welcome! Log In Create A New Profile

Advanced

Determining arduino interface port

Posted by pingiscoolest 
Determining arduino interface port
April 11, 2009 03:01PM
I have installed the reprap host on my Ubuntu 9.04 (i am beta testing it) PC. I am not sure what port my arduino communicates on and am wondering how I would go about finding that out what port I should set the reprap host to communicate with the arduino on. Thanks for any answers!
Re: Determining arduino interface port
April 11, 2009 06:30PM
try
# ls -l /dev/ttyUSB*

in the console. Normally it should be only one /dev/ttyUSB0 unless you have more usb <-> serial devices plugged in.
Re: Determining arduino interface port
April 11, 2009 07:00PM
ok I did that. It worked the arduino port was /dev/ttyusb0. Thanks for the help!!!
Re: Determining arduino interface port
April 12, 2009 02:13PM
Now that I have it set to the right port is there anyway to check the communications between the Computer and the Arduino?
Re: Determining arduino interface port
April 13, 2009 07:54PM
Adrian posted a way to make the slots in a stepper motor shaft to us in a extruder....it comes with a small program that allows you to sent a number of steps to the arduino using the built in serial interface.

Sent a number of steps and get a response back.

It worked for me.
Arvin
Re: Determining arduino interface port
April 13, 2009 08:23PM
[objects.reprap.org]

is the link to his post.
Re: Determining arduino interface port
December 08, 2009 03:06PM
am new with arduino. may some pls advice me where to start
Re: Determining arduino interface port
December 08, 2009 05:15PM
I added:
SUBSYSTEMS=="usb", ATTRS{idProduct}=="6001", ATTRS{idVendor}=="0403", NAME="%k", SYMLINK+="arduino", MODE="0660"
into my udev rules so it shows up as /dev/arduino winking smiley
Sorry, only registered users may post in this forum.

Click here to login