Hi David,
I'm so sorry to hear that your problem still not be solved :(
Sometime the excitement cause us to miss some step!
Last time when I told you to set the Board in the Arduino
like this
Dicimila/Duemilanove w/328
I should have told you to select
Arduino w/ATMega328
sorry about that!!
Now, as I read your last e-mail, I think I know wher the problem is!
And I think your problem will get resolve this time.
> As for the RTS check box, i have never made it to that screen, my PC
> DOES NOT give me the option for a USB serial port (comX).....only COM1
> and COM3
The problem that you have is that you haven't install the FTDI driver.
This driver allows the Arduino (program) to communicate with the the
Duemilanove.
So that you can download the 'sketch' i.e Tagtool.pde to the chip.
Now, I want you to do this to check whether you have the FTDI dirver
installed.
First, unplug the USB cable that connects Duemilanove with the
commputer.
Then, goto the Control Panel->System
select Hardware tab,
Click at Device Manager,
Click at the + box infront of Ports(COM & LPT)
you probably see the 'Communications Port(Com1)' and 'Printer Ports
(LPT1)' listed.
Then, plug in the USB cable to connect the Duemilanove to the PC.
Wait a second, if there is a change in the list, or there is this line
'USB Serial Port (COMx)' shows up.
You are in the business! I mean that you have already installed FDTI
driver.
But if you do not see any change at all.
It means that you do not have the FTDI driver installed.
The other way to see that if you have FTDI installed is
- Disconnect the Duemilanove from your PC
- Open Arduino application
- Select Tools->Serial
You will see the available COMx port that ready for use from Arduino
application, i.e. COM1, COM3
Close the Tools tab.
- Connects the Duemilanove to the PC
- Go back to Tools->Serial,
If there is NO change on the list of the available COM ports, you do
not have FTDI driver installed.
Where can we find this FTDI driver??
- Two places,
There is the driver came with the Arduino Application that is located
in
Arduino-001x/drivers/FTDI USB Drivers/
I have never installed the driver from this directory.
The other one is on FTDI drivers installed/download page
http://www.ftdichip.com/Drivers/VCP.htm
In this page look for the right Operating System i.e Window XP etc.
And go under the column 'Comments' look for the words "setup
executable" with underline (link).
Then click at it. The driver will be installed for you. Just follows
the instruction dialogue.
After you install FTDI driver.
Connect the Duemilanove and checks by use the same methods mention
above to see if your PC can see your Duemilanove.
At this point you are ready to upload Tagtool sketch onto you
Duemilanove. And the start to DRAW, DRAW, DRAWWWWWWW.
Good luck and looking forward to hearing the good news.
Sam