Welcome! Log In Create A New Profile

Advanced

RepRap Host & USB, and Eclipse/subsclipse

Posted by Schultz 
RepRap Host & USB, and Eclipse/subsclipse
December 09, 2008 04:38PM
Q1
It was recommended that I download and install Eclipse and Subclipse. I did this and got the subclipse installed into Eclipse. Its appears to be running fine but what do you guys do with it?

Q2
I've got the reprap host up and running but with errors. It can't find the serial device. I installed the serial drivers but I don't use a serial port to the Sanguino. I use the usb/ttl connector to the sanguino. Is there a USB driver that I need to install into the RepRap host? If so, can someone point me to that?
Re: RepRap Host & USB, and Eclipse/subsclipse
December 09, 2008 05:05PM
Which platform? If you are using a relatively recent Linux then the driver should come with the system. If you are using Windows you are on your own (I can not help you).

On Linux, what you do need to do is to make sure that you are in the dialout group (at least for Debian based distributions - for others see what group is assigned to /dev/ttyS0, that is the one you need to be a member of).
Re: RepRap Host & USB, and Eclipse/subsclipse
December 10, 2008 08:37AM
Unfortunately I'm using windows. So it sounds like I need the serial cable after all.
sid
Re: RepRap Host & USB, and Eclipse/subsclipse
December 10, 2008 08:47AM
Generally there's no need for eclipse for just printing with the host.
Ecplipse is a java editor to write your own java programs...

No need for something like that if you don't intend to write or modify on your own.

that being said,
as far as I know (because I don't have a sanguino)
It's as easy to use as the arduino, just connect the usb plug to your pc;
(first time onlysmiling smiley open the arduino software and upload the firmware.
Afterwards you can close the arduino software and run the host.

No need for anything special equipment nor software nor something else.
except for the usb/ttl cable of course grinning smiley

'sid

you'll find more informations here: [sanguino.cc]

[EDIT]
Oh yes.. you'll need some files copied to the arduino software folder:
[sanguino.cc]

Edited 1 time(s). Last edit at 12/10/2008 08:50AM by sid.
Re: RepRap Host & USB, and Eclipse/subsclipse
December 10, 2008 10:37AM
Good, I'm not a java programmer and don't plan to be any time soon.

Thanks sid. I've got the Sanguino working with the Arduino programmer, but haven't gotten it to link with the host. The Sanguino does have a bug with auto reset so it's kind of a pain sometimes to up load files to it.

I'll check out the firmware and see if I can get it to link with the RepRap host today.

Thanks,
Tim
sid
Re: RepRap Host & USB, and Eclipse/subsclipse
December 10, 2008 10:54AM
well the host should recognize the sanguino.

Just make sure you have the proper File->Preferences Port(name) set
to use your usb/ttl connection

'sid
emt
Re: RepRap Host & USB, and Eclipse/subsclipse
December 11, 2008 05:21AM
Hi

In Windows you need to find the com port number your USB is using - In settings and device manager.

If it is 1 for example you need to change settings to:-

Port(name)=COM1

Note it must be in CAPS.


Regards

Ian
emt
Re: RepRap Host & USB, and Eclipse/subsclipse
December 11, 2008 05:32AM
Hi

I have added a little more detail in the Builders Wiki on port setting.

[objects.reprap.org]


Regards

Ian
Sorry, only registered users may post in this forum.

Click here to login