I am trying to upload a .hex file to my attiny85v-10pu and using my arduino as a isp (i think thats the right term) but it come up with this error.
ser_open(): can't open device "lpt1": The system cannot find the file specified
I put in the command avrdude -c arduino -p attiny85 -u flash:w:tvbgone.hex
I am using cmd on Windows 10 and am following a tutorial on instructables and am using an attiny85v-10pu with an arduino as a programmer.
please help before my brain explodes :)