4.0.0 Branch Update #86
Replies: 4 comments 2 replies
-
Hi @pnpebeling , Sorry, just be busy in other projects currently v4 should now be compatible with v15 (in the last few miniutes)
And to build the latest PSI
The schema error, is due to changes made in the server its self (that we have a dependancy on) let me know how it goes |
Beta Was this translation helpful? Give feedback.
-
EXTRA INFOYou can test if the PSI works after build BUT - update the COM port name in the script (for OSX its Line 19 in cc2d5db This test uses a dummy config - just to make sure the driver starts up (so you may need to change the test storage location) ![]() Test Config |
Beta Was this translation helpful? Give feedback.
-
Hi, Successful build and install !!! ... thanks The only breaking change I have found so far is the DeviceConfig property of the Controller class. This property now returns null. Is this intentional or a bug? If intentional, was it dropped from the server side or on the .net side. If .net would you consider restoring it? thanks again -pae |
Beta Was this translation helpful? Give feedback.
-
Success, the missing DeviceConfig property has returned. thanx for the prompt response. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The recent 4.0.0 update appears to change version checking. I've incorporated the new code and I'm getting some version check errors on startup. (within Driver.cs) The SetApiVersionCB is failing with the "schema_incompatible" error. After some poking around I found the following change seems to fix things.
(Driver.cs, Line 26) private int _schemaVersion = 40; //pae 42;
thanx.
pae
p.s. any progress on V15 support?
Beta Was this translation helpful? Give feedback.
All reactions