Programming - Can't find file/COM1

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
manicotti
 
Posts: 9
Joined: Fri Oct 15, 2010 6:29 pm

Programming - Can't find file/COM1

Post by manicotti »

Greetings - I'm trying to program the MiniPov3 on Win7 (built from a kit), and trying to program it using a USB serial port adapter keeps bringing up this error message:

I'm not sure what's going on here - is it not recognizing that it's plugged into USB port COM1, or what? The driver on the serial port adapter is up to date and I even changed its properties to COM1, for what that's worth. The MiniPov itself is working fine otherwise - turning on the battery pack causes the LEDs to light up in sequence as preprogrammed. Any feedback is appreciated.

(edited to add a more useful screencap)
Attachments
minipov fail.png
minipov fail.png (40.68 KiB) Viewed 4152 times

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: Programming - Can't find file/COM1

Post by adafruit »


User avatar
manicotti
 
Posts: 9
Joined: Fri Oct 15, 2010 6:29 pm

Re: Programming - Can't find file/COM1

Post by manicotti »

I went through those threads, but I'm not sure how to apply that here. Where would I even check for the existence of the COM1 device, let alone access whatever might be using it already? The connections seem solid and so is the file path, so why can't it find the file?

User avatar
adafruit_support_bill
 
Posts: 88136
Joined: Sat Feb 07, 2009 10:11 am

Re: Programming - Can't find file/COM1

Post by adafruit_support_bill »

If you were able to change the properties on it, then it exists.
The most likely problem is that some application used it, then neglected to close the handle.
Close all applications and try again. If that fails, reboot and try again.

User avatar
manicotti
 
Posts: 9
Joined: Fri Oct 15, 2010 6:29 pm

Re: Programming - Can't find file/COM1

Post by manicotti »

arduwino wrote:If you were able to change the properties on it, then it exists.
The most likely problem is that some application used it, then neglected to close the handle.
Close all applications and try again. If that fails, reboot and try again.
Done and done, and apparently that's all it took. Thank you both for your help.

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”