Hi,
may be there exist one way how you can use it.
For example if you have in slot1 N2267A, slot2 N2266A, slot3 N2270A etc.
you can initialize with DriverSetup option string:
DriverSetup:slot1=N2267A;slot2:N2260A;slot3=N2270A
or you can use this driver setup only for module N2266A: DriverSetup: slot2=N2260A. all other slots will be detected automatically.
instead of N2266A you shoul use N2260A.
N2260A can work in four modes:
a) a 80-channel 1-wire multiplexer (1)
b) a 40-channel 2-wire multiplexer (2)
c) two independent, 20-channel 2-wire multiplexer (2D)
d) a 20-channel 4-wire multiplexer (4)
If you would like operate with N2260A with configuration two independent, 20-channel 2-wire multiplexer you should use in driver setup
slot2=N2260A:2D etc. More details in FP panel of IniWithOptions function.
If you does not specify configuration, configuration 40-channel 2-wire multiplexer will be used as default.
Differencies should be only in channel characteristics. So driver does not return correct max switching current etc., but routing should be correct.
Let me know, if it is working. When this will work correctly, it should be easy add support of this module to the driver.
Zdenek