Page 1 of 1

notebook without parallel port?

Posted: Mon Oct 20, 2008 12:56 pm
by allen
hey guys i was wondering if there was a way for me to use codevision with a notebook without a parallel port using a parallel to usb cable.

I am using an at90s8515 microcontroller board. Thanks!

Posted: Tue Oct 21, 2008 7:12 am
by wonce4000
hmm i am not sure...i am wondering if a microcontroller that old is compatible with a new notebook

Posted: Wed Oct 22, 2008 9:07 am
by henni
wonce4000 wrote:...i am wondering if a microcontroller that old is compatible with a new notebook

Easiest way to program an AVR is using a parallel port. I use it without any circuitry between, only some wires.
If no parallel port available, the solution is USB2LPT, you can see in community projects. However, to build your own USB2LPT, you need a parallel port or another USB2LPT to program the ATmega8 chip used for your USB2LPT.

Posted: Fri Oct 24, 2008 3:14 pm
by allen
thanks....i guess i will have to stick to desktop computers then :(