I am running Windows 7 and purchased two of the Bluno Mega 1280s both are having the exact same problem.
The Bluno shows up in windows as "! Unknown device"
When I try to install the "Special Driver" through
Going to Device Manager
Right clicking "!Unknown Device"
Clicking on "Update Device Driver"
Selecting "Browse my computer for driver"
Navigating to my "Bluno mega 1280 special driver" folder (Where the Arduino MEGA 1280 R3.inf is located)
then press "Ok"
then press "Next"
I get the error
"Windows was unable to install your
Windows could not find driver software for your device."
I can however run AT+ commands on the Bluno Mega
I have restored it to default. None of the link lights are on, only the bright Red light.
I have attempted to manually install the drivers in "Legacy Mode". I pick the Driver and windows says it has found the driver but has experienced an error while installing it.
When I go into the Arduino IDE 1.6.5 and under tools select"
Board: "Arduino Mega or Mega 2560"
Processor: "ATMega1280"
Port:COM8 "Arduino (Uno)" <---This does not change
and try to upload a sketch, I get these errors
Sketch uses 2,704 bytes (2%) of program storage space. Maximum is 126,976 bytes.
Global variables use 200 bytes (2%) of dynamic memory, leaving 7,992 bytes for local variables. Maximum is 8,192 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x38
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x3f
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x38
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x3f
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x38
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x3f
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x38
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x3f
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x38
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x3f
I assume the driver isnt working correctly when I manually install them.
Are any new windows drivers available for the bluno?
Can anyone help me with this problem?