Hi!
First of all, let me introduce myself. My Name is Oscar. Embedded software Engineer for TelematiQs B.V. from the Netherlands. We are currently building a device to interface with vehicles and communicate with the CAN bus. The project is going into the production phase and because of this I am asked to look into OpenTap for testing manufactured devices.
Now, I’m busy trying to figure out how everything works and planning on using Python to write some tests. I have already written some firmware on the device that can handle serial commands and run on device tests to test if all chips are routed correctly and so on. When tests are done, the results are written in a format over the serial connection.
In the process of trial and error I have reinstalled everything a couple of times. I now get the following error whenever i start the editor.exe or use the tap command in a shell:
10:20:46.148 Serializer XML Line 2: Unable to locate type ‘Keysight.OpenTap.Plugins.Python.PythonSettings’. Are you missing a plugin?
10:20:46.766 OpenTAP OpenTAP version ‘9.19.2+0e656415’ 64-bit initialized 10/19/2022 [1.04 s]
10:20:47.296 Main Latest version of ‘Visual Studio SDK CE’ is 1.4, your version is 1.2. Please consider updating. [529 ms]
10:20:47.296 Main Latest version of ‘SDK’ is 9.19, your version is 9.17. Please consider updating. [529 ms]
10:20:47.296 Main Latest version of ‘WPF Controls’ is 9.18, your version is 9.17. Please consider updating. [529 ms]
Does anyone have any clue what it is and how to fix it?
Kind regards,
Oscar