USB driver confused with Arduino
USB driver confused with Arduino, a forum discussion on Cleverscope Mixed Signal USB Oscilloscopes. Join us for more discussions on USB driver confused with Arduino on our Driver Questions forum.
You must be logged in to post a reply
Back to Forum Index : Back to Driver Questions |
Guest
5 Oct 2018
Posts:
I have a CS328A which fails to connect if I first have a Arduino Nano connected. The Nano appears as "USB-SERIAL CH340". The work-around, which I can live with, is to first connect the CS328A but it took me a while to figure it out.
Cheers,
Ken.
Cheers,
Ken.
bartschroder
9 Aug 2019
Posts: 481
Actually we have another solution. The problem is that the Nano looks like a mouse, and we ask it if it has a scroll wheel. This causes the driver to crash.
To fix it first paste this link into the address line in a folder:
You need to find cleverscope.ini
2 channel app: %localappdata%\VirtualStore\Program Files (x86)\Cleverscope
4 channel app: %localappdata%\VirtualStore\Program Files (x86)\Cleverscope4
open cleverscope.ini with notepad etc.
paste in these lines:
[MouseWheel]
Use=0
This will disable the search for the scroll wheel. Sadly you will also lose the scroll wheel function (being a knob on the last action).
To fix it first paste this link into the address line in a folder:
You need to find cleverscope.ini
2 channel app: %localappdata%\VirtualStore\Program Files (x86)\Cleverscope
4 channel app: %localappdata%\VirtualStore\Program Files (x86)\Cleverscope4
open cleverscope.ini with notepad etc.
paste in these lines:
[MouseWheel]
Use=0
This will disable the search for the scroll wheel. Sadly you will also lose the scroll wheel function (being a knob on the last action).
Back to Forum Index : Back to Driver Questions |