I have ran everything as administrator and I got rid of UAC.
I have temporarily disabled Anti-virus and re-ran the program
Com port is COM3
Everything I do in Arduino works fine. I can read, write and all the other Serial functions with Arduino.
My problem comes with Processing; for some reason I can not write to the port. I can read the port though.
I am following the example code verbatim; I just took out the comments to make it easier to read.
When I run Serial.list()[0] I get only 1 option: "COM3". I have tried the code with Serial.list()[0] and "COM3".
If I change brightness = Serial.read(); --> brightness = Serial.parseInt(); I can just type in a number between 0 and 255 and it changes the brightness accordingly.
Can someone help figure out why I can not write to the "COM3" Port with Processing?