I am facing some known problems here
my arduino board (black chip says ATMEGA8-16PU) wont upload any, I am just trying to upload the blinkin-led sketch as a tryal but it does not work.
I think it has to do with the fact that I can only see comports in the tools-serialport menu instead of the usb drivers. I have reinstalled the usbdrivers a few times but it still wont work
this problem is known because I can remember having it a few years back also, but I cant figure out what I did back then.
i’ve done all that, I have nothing running exept the arduino environement, but I do get an error that “serialport is allready in use, try quitting any program that may be using it” but as I said I am not running anything.
while installing drivers I saw that my comp installed the arduino as serial port and not as serial to usb convertor.
do you have any clue how to change that, where find the right drivers
arduino shows in hardware, as USB serial port
tried different ports
read all the troubleshooting things
The driver is a ‘virtual comport’, so you can communicate it with classic serial protocols, like the vvvv RS232 node or the Arduino software, no need to change that.
Yes, thanks for reminding me you could indeed change the COM port it gets assigned to.