I have three arduino’s brand new rev3, two mega and one uno, supplied 8V through the VIN pin. I want to do serial communication with the arduinos with my computer. I have cut the red wire if the usb cable, but I can’t find the port on my computer. When the VIN is supllied with 5V, there is no problem finding the port, but not 8 and 12V. An older arduino I have have no problems establishing communication in all these voltages using the same setup. I have just been using a usb with the power wire not cut, and I have assumed that it uses the VIN power and ignores the usb power
I would love to hear from anyone knowing whats happening. When reading the arduino documentation, my understanding is that the cut red wire shouldnt be any issue, like im used to from previous projects.
Higher voltages on Vin separate the 5V from USB (to the USB chip) from the MCU 5V, turning off the USB chip. Variations depending on the actual PCB version are possible, though.