Building a own Dev-Board.

Hi,

I'm using a Arduino Duemilanove board, but now I'd like to build a own board, which should uses the the COM-Port instead of a USB-Port.

So I googled and found this:
http://sandimcron7.blogspot.com/2010/03/avr-programmer-for-microcontroller-this.html


I have all these components to build this up, aswell the Arduino-Bootloader are already uploaded to my new two ATmega328p ICs.

But now to my questions. Can I upload my Hexs via avrdude or via the Arduino-Enviroment to the new board?
And can this board use a serial communicationl with the PC via the COM-interface?

Can I upload my Hexs via avrdude or via the Arduino-Enviroment to the new board?

You will have to change programmers.txt to add your bit-banging serial port ISP programmer and have to change boards.txt to make that programmer the default for your board. If you can figure out how to do both of those you should be able to use the bit-bang serial interface to upload sketches, assuming it works as expected.

And can this board use a serial communicationl with the PC via the COM-interface?

No. It can only be used as an ISP programmer to upload bootloaders and sketches. Look at the schematic for the Arduino Single-Sided Serial Board (version 3) to see how to connect your AVR chip to a 9-pin serial port: