All I'm getting is this error message:
Sketch uses 26182 bytes (85%) of program storage space. Maximum is 30720 bytes.
Global variables use 1605 bytes (78%) of dynamic memory, leaving 443 bytes for local variables. Maximum is 2048 bytes.
Low memory available, stability problems may occur.
avrdude: ser_open(): can't set com-state for "\\.\COM4"
An error occurred while uploading the sketch
All I have is arduino IDE running, visuino isn't even connected to the board. Doesn't seem to want to upload, and not sure why. Is it a problem if I'm trying to upload with a display and a sensor connected to it? It's a pretty simple sketch, so I can't see why it's having issues like that.
Com 4 port is selected in arduino IDE, Nano board is selected with 328p processor selected, using AVR ISP MkII
Any insight or advice is greatly appreciated. I know a little bit about arduino because I work with 3D printers, this is my first personal DIY project I'm doing. It's super basic, just a DHT22 temp/humidity sensor and an I2C display. I could be doing something wrong but I can't see what it would be. Thanks for any help you may be able to offer.