Heres the deal. I'm rusty at VB and i need a program...
I have here a MICROCHIP "Attiny2313" that i would like to create an user friendly interface for. NO I AM NOT HACKING ANYTHING. Many electronic experimenters like me use these chips to play with "Leds" and "IR remote controls" to build robots etc,,,,
How do you flash the Attiny2313 Hex file onto the chip? Well, its simple. You start by downloading the Datasheet for the chip and follow the instructions like so. Example, to program code into the chip may require you send and instruction followed by the hex file written is assembly. Example code that says Burn this hex to the chip, Wright "0010 000" then send your code.
Great, glad to get that outta the way...
Now to my question. How do you interface the Parallel port, and how do you control it. I've seen 50 Billion questions on how to do this and they all lead to no where, which is why i posted here, in the "COM" section where it belongs.
How do i control the parallel port? I can program in visual basic, i have never used any include files, nor know how to include them or even what to do with them. I'm no newbie but i am very very very new when it comes to any include file or using the parallel port. I once tried to use WINSOCK but the instructions was so lame i gave up trying to follow a paper trail. Is it worth the hassle, what sorta paper trail will i have to follow in order to understand how to program the parallel port? As i was saying, i know how to follow instructions, i know what should be sent in order to program the attiny microcontroller. The problem is sending it.
Nothing is hard, its knowing what to do. Sometimes it is to hard to know what to do, or know how to do it. In any case, if that is the case, "impossible to find instructions" then I give up before i start. As i said, i have no experience in include files, api's etc,,, So, lets see what happens here if any.
