David James replied to the topic 'QHY183C not detected' in the forum. 3 years ago

If you take a look at the SDK install script, it does this:

cp -a sbin/fxload /sbin/fxload

... so you may well have the QHY version installed without even knowing it.

You can check which it is... the original 2008 vintage fxload installed by Ubuntu (0.0.20081013-1ubuntu2):
$ md5sum /sbin/fxload 
cf5820edbf0ac2adaadc0366cecc7c62  /sbin/fxload

... or the newer QHY version:
$ md5sum sdk_linux64_20.11.28/sbin/fxload 
163119db651909a3dd4b5f0be5000162  sdk_linux64_20.11.28/sbin/fxload


Read More...