I've been experiencing an issue with Arduino robot, after installing the example programs and running them I seem to have installed one example code that locked down the board.
Symptoms:
- Windows PC(Laptop) does not recognize Robot Control board as a device.
~ Temporary "solution". When pressing the reset button the PC recognizes the RCB(Robot Control Board) for a brief moment and Arduino IDE sees the control port for a brief moment, however afterwards it disconnects. RCB disconnects itself, however the display still lights up and seems to draw power, the screen does not show any action besides simply lighting up, white screen. - Windows PC recognizes any other device such as Arduino Uno and Arduino Robot Motor board(one below)
Arduino in use(issue I have with)
The error messages I get in 2 cases:
Case1:(when I try to upload a blank program in the moment when I have PC recognize the Arduino during split moment after pressing reset button on RCB)
Sketch uses 3458 bytes (12%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2411 bytes for local variables. Maximum is 2560 bytes.
An error occurred while uploading the sketch
avrdude: ser_open(): can't open device ".\COM8": The system cannot find the file specified.
Case2: After it's not registered, disconnected by itself(No I do not unplug the arduino from PC)
Sketch uses 3458 bytes (12%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2411 bytes for local variables. Maximum is 2560 bytes.
Couldn't find a Board on the selected port. Check that you have the correct port selected. If it is correct, try pressing the board's reset button after initiating the upload.
Additional notes, I've tried several solutions such as using different cable and the solution proposed here in this forum topic:
https://forum.arduino.cc/index.php?topic=227751.0
And nothing had changed(and yes I installed the latest version of Arduino IDE)
Attachment includes a screenshot of the windows machine state while the Arduino is recognized and disconnected after few miliseconds