Search found 241 matches

by xol
Sat Aug 27, 2022 9:20 am
Forum: SUB-20 General Discussion
Topic: How do I disable driver signature enforcement win W10
Replies: 2
Views: 30753

Re: How do I disable driver signature enforcement win W10

You can now download and install a signed driver that does not have a signature enforcement issue.
viewtopic.php?f=2&t=550
by xol
Sat Aug 27, 2022 9:15 am
Forum: SUB-20 General Discussion
Topic: Digitally Signed SUB-20 Driver
Replies: 0
Views: 2320

Digitally Signed SUB-20 Driver

To achieve maximum security, you are only allowed to install signed drivers on Windows 8/10/11.

You can now download and install Digitally Signed SUB-20 driver:
http://www.xdimax.net/download/SUB-20-d ... 17-x64.exe
http://www.xdimax.net/download/SUB-20-d ... 17-x64.zip
by xol
Mon Jul 25, 2022 4:05 am
Forum: SUB-20 General Discussion
Topic: Python module for SUB-20 library
Replies: 0
Views: 2823

Python module for SUB-20 library

Pyhon module for SUB-20 is available from Python Package Index pypi.org:
https://pypi.org/project/pysub20/

Installation: pip install pysub20
Repository: https://github.com/paulgr2008/pysub20

Author & Maintainer: Paul Grebeniuk
by xol
Wed Feb 12, 2020 5:11 am
Forum: SUB-20 General Discussion
Topic: DLL translation library
Replies: 2
Views: 26192

Re: DLL translation library

Below is a correspondence between U2C Ports and SUB-20 GPIO:

Code: Select all

| U2C Port    |  A  |  B   |   C   |  N/A  |
| SUB-20 GPIO | 0-7 | 8-15 | 16-23 | 24-32 | 
For instance: U2C Port B0 - SUB-20 GPIO8
by xol
Sun Nov 24, 2019 4:56 am
Forum: SUB-20 General Discussion
Topic: Downgrade firmware?
Replies: 4
Views: 12868

Re: Downgrade firmware?

Hi,
You are asking for something very very old. Can you please explain the reason?
We are always keeping backward compatibility. You should not have any problems with newer versions.
by xol
Fri Sep 02, 2016 6:12 pm
Forum: SUB-20 General Discussion
Topic: SUB-20 driver for LabVIEW 64bit
Replies: 0
Views: 19696

SUB-20 driver for LabVIEW 64bit

If you are familiar with DLLs and LabVIEW, creating a 64-bit version of the driver is not too hard. Open user.lib\SUB20 v1.2 LV2013+\Public\Controls You will find 4 files. 1.png Each of these accesses the 32-bit .NET DLL. You need to change each of them to point to the 64-bit version. The rest of th...
by xol
Mon Jun 20, 2016 3:58 am
Forum: SUB-20 General Discussion
Topic: How do I disable driver signature enforcement win W10
Replies: 2
Views: 30753

Re: How do I disable driver signature enforcement win W10

Another option would be to update the SUB-20 firmware to the 0.4.2+ , please see here
http://xdimax.net/forum/viewtopic.php?f=2&t=526&p=1300
by xol
Sat Apr 23, 2016 9:45 am
Forum: SUB-20 General Discussion
Topic: LabView 2014 Crash Fix
Replies: 0
Views: 16475

LabView 2014 Crash Fix

We have seen a LabVIEW 2014 crash if the DLL doesn’t link properly. This is how to fix it: Start with the example called “SUB-20 get SUB-20 data.vi” simply because it’s a stand-alone example that does not require any hardware and works for all variations of SUB-20. Click through to Initialise.vi > G...
by xol
Wed Oct 07, 2015 6:26 pm
Forum: SUB-20 General Discussion
Topic: How do I disable driver signature enforcement win W10
Replies: 2
Views: 30753

How do I disable driver signature enforcement win W10

Please check if you have performed these steps to disable the driver signature enforcement in Windows 10 / Windows 8 a. Press the Win + C and click on PC settings. b. Switch over to the “Update & recovery” section. c. Then click on the Recovery option on the left hand side. d. Once selected, you wil...
by xol
Thu Apr 02, 2015 8:04 am
Forum: SUB-20 General Discussion
Topic: Writing to LTC1663 DAC
Replies: 3
Views: 23084

Re: Writing to LTC1663 DAC

HI,
What Slave address is returned by SUB-20?