{
   "$schema": "./Schema/drivers_schema.json",
   "comment": [
      "This drivers.io file replaces the old, custom format, drivers.io file with a JSON based one. The schema files in the Schema directory contain details on the fields that are available for each driver type.",
      "Not every driver has a dedicated schema file because a lot of drivers support the same fields. Fields that are common to all systems are described in shared_systems_schema.json. Additional fields that apply",
      "only to a specific driver type are described in the system type specific shema file. For example: pps_system_schema or position_system_schema. ",
      "The type of system can be deduced from the id of the driver:",
      "000000 - 009999 : UNDEFINED",
      "010000 - 019999 : Echosounder",
      "020000 - 029999 : USBL",
      "030000 - 039999 : Pitch-roll-heave motion sensor",
      "040000 - 049999 : Streamer compass",
      "050000 - 059999 : Gyro's and compasses",
      "060000 - 069999 : Auxiliary seismic channel",
      "070000 - 079999 : Streamer depth sensor",
      "080000 - 089999 : Gun array depth sensor",
      "090000 - 099999 : Gun array pressure sensor",
      "100000 - 109999 : Surface navigation system",
      "110000 - 119999 : Satellite navigation system",
      "120000 - 129999 : Position navigation system",
      "130000 - 139999 : Differential corrections system",
      "140000 - 149999 : External header system",
      "150000 - 159999 : Output system",
      "160000 - 169999 : Offset system",
      "170000 - 179999 : Closure output system",
      "180000 - 189999 : PPS system",
      "190000 - 199999 : P5/94 generator",
      "200000 - 209999 : Multibeam echosounder",
      "210000 - 219999 : Gun controller",
      "220000 - 229999 : Tide gauge",
      "230000 - 239999 : Miscellaneous",
      "240000 - 249999 : Layback",
      "250000 - 259999 : Sidescan Sonars (OLD) [No Longer Supported]",
      "260000 - 269999 : Multi-transducer Echosounder",
      "270000 - 279999 : Sidescan Sonars",
      "280000 - 289999 : Eventing system",
      "290000 - 299999 : Dredging Systems",
      "300000 - 309999 : Speed logs",
      "310000 - 319999 : Underwater Sensors (Bathy, SV, Revolution)",
      "320000 - 329999 : AIS Targets",
      "330000 - 339999 : ARPA Targets",
      "340000 - 349999 : Sound Velocity Profile System",
      "350000 - 359999 : Magnetometer Systems",
      "360000 - 369999 : Dredge Sensor System",
      "370000 - 379999 : Bundle Compass",
      "380000 - 389999 : Bundle Depth Sensor",
      "390000 - 399999 : Bundle Auxiliary Sensor",
      "400000 - 409999 : Rotation Sensor",
      "410000 - 419999 : Computed Attitude Systems",
      "420000 - 429999 : Acceleration & Velocity Sensors",
      "430000 - 439999 : PPS Pulse System",
      "440000 - 440999 : Sub Bottom Profiling Systems",
      "450000 - 459999 : Acoustic Doppler Current Profiler Systems",
      
      "NOTE: JSON does not support comments like our old drivers.io format did (e.g. //). If you want to add an entry that you want Qinsy to ignore (for example in order to 'claim' an ID. Add 'do_not_use: true' to the driver"
   ],
   "drivers": [
      {
         "id": 0,
         "description": "Undefined",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10000,
         "description": "Deso 15/25 (Depth Channel A)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10001,
         "description": "Deso 15/25 (Depth Channel B)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10002,
         "description": "QC Header - Britsurvey (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10003,
         "description": "QC Header - Racal GNS (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10004,
         "description": "QC Header - Qubit Trac V Video Telegram (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "QV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10005,
         "description": "QC Header - Geoteam Geonav (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "GN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10006,
         "description": "QC Header - GeoConsult ROV (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10007,
         "description": "Odom Echotrac/Digitrace (High Freq)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10008,
         "description": "Odom Echotrac/Digitrace (Low Freq)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10009,
         "description": "Odom Echotrac/Digitrace (Single Freq)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10010,
         "description": "Simrad EA500/EA501P (Any Transducer)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10011,
         "description": "Simrad EA500/EA501P (Transducer 1)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10012,
         "description": "Simrad EA500/EA501P (Transducer 2)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10013,
         "description": "Simrad EA500/EA501P (Transducer 3)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10014,
         "description": "QC Header - NAV-LOG2/ROV-LOG2 SCS (Depth)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "NL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10015,
         "description": "Bathy UK94 Pressure Sensor (Depth and Altitude)",
         "executable": "DrvBathyUK94.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10016,
         "description": "Simrad EA300 (Depth)",
         "executable": "DrvSimradEA300.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10017,
         "description": "Digiquartz Depth Sensor (Depth)",
         "executable": "DrvDigiquartzDepth.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10018,
         "description": "QC Header - Seatex GNS (Depth) (With UTC)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10019,
         "description": "MD7 Direct",
         "executable": "DrvMD7.exe",
         "executable_arguments": [
            "DIR"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10020,
         "description": "MD7 Average",
         "executable": "DrvMD7.exe",
         "executable_arguments": [
            "AVG"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10021,
         "description": "MD7 Direct  (No Annotation)",
         "executable": "DrvMD7.exe",
         "executable_arguments": [
            "DIR",
            "NOANNO"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10022,
         "description": "MD7 Average (No Annotation)",
         "executable": "DrvMD7.exe",
         "executable_arguments": [
            "AVG",
            "NOANNO"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10023,
         "description": "Deso 20 (Depth Channel A)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10024,
         "description": "Deso 20 (Depth Channel B)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10025,
         "description": "Kaijo Denki PS20R",
         "executable": "DrvKaijoDenkiPS20R.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10026,
         "description": "Elac STG 721 (Low Frequency)",
         "executable": "DrvElacSTG721.exe",
         "executable_arguments": [
            "LOW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10027,
         "description": "Elac STG 721 (High Frequency)",
         "executable": "DrvElacSTG721.exe",
         "executable_arguments": [
            "HIGH"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10028,
         "description": "Elac LAZ 4400 (&SDDBK)",
         "executable": "DrvElacLAZ4400.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10030,
         "description": "Raytheon (Single Frequency)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "ODOM",
            "STX",
            "U0.01"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "L",
            "H"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10031,
         "description": "ESea Sound (Low Frequency)",
         "executable": "DrvESeaSound.exe",
         "executable_arguments": [
            "LOW"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10032,
         "description": "ESea Sound (High Frequency)",
         "executable": "DrvESeaSound.exe",
         "executable_arguments": [
            "HIGH"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10033,
         "description": "RWS MARS (Suction Head Depth)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Stb",
            "Prt"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10035,
         "description": "Sonavision RoxAnn (Bottom Classification)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "ROXANN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "D",
            "F",
            "S"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10040,
         "description": "EG&G Sonar System (Depth)",
         "executable": "DrvEchoSounder.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10050,
         "description": "Tritech SCU-3 SeaKing/Winson (Depth + Alt) (With UTC)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10051,
         "description": "Hyspec OSP (ROV Depth and Altitude)",
         "executable": "DrvHyspecOSP.exe",
         "executable_arguments": [
            "127"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10052,
         "description": "Tritech SCU-3 SeaKing/Winson (Depth + Alt) (Passive)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10055,
         "description": "Sweep Depth (Imtech DMS 3500)",
         "executable": "DrvDraughtSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10056,
         "description": "Network - Odom Echotrac (Control on data port)",
         "executable": "DrvAnnotateUDP.exe",
         "executable_arguments": [
            "ODOM",
            "MK3UDP"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 10057,
         "description": "Network - Odom Echotrac (Control on data port & TD depth)",
         "executable": "DrvAnnotateUDP.exe",
         "executable_arguments": [
            "ODOM",
            "MK3UDP",
            "TDDEPTH"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 10058,
         "description": "Network - Kongsberg EA series ASCII Telegram",
         "executable": "DrvAnnotateUDP.exe",
         "executable_arguments": [
            "KONGSBERG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 10060,
         "description": "Deso 25 (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "DESO25"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "A",
            "B"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10061,
         "description": "Simrad EA-series ASCII Telegram (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "SIMRAD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10062,
         "description": "NMEA (DPT/DBT/DBS) (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10063,
         "description": "Odom Echotrac/Digitrace (With Annotation and STX)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "ODOM",
            "STX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "L",
            "H"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10064,
         "description": "Odom Echotrac/Digitrace (With Annotation/ no STX)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "ODOM"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "L",
            "H"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10065,
         "description": "Knudsen 320M (PKEL HF) (With Annotation)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10066,
         "description": "Knudsen 320M (PKEL LF) (With Annotation)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10067,
         "description": "Knudsen 320M (PKEL LF) (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KNUDSEN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LF",
            "HF"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10068,
         "description": "Network - Odom Echotrac",
         "executable": "DrvOdomUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10069,
         "description": "Odom Echotrac MKIII (With annotation/ no STX)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "ODOM",
            "MK3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "L",
            "H"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10070,
         "description": "Simrad EA-series (Socket) Channel 1",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10071,
         "description": "Simrad EA-series (Socket) Channel 2",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10072,
         "description": "Simrad EA-series (Socket) Channel 1 (With UTC)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10073,
         "description": "Simrad EA-series (Socket) Channel 2 (With UTC)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10074,
         "description": "Simrad EA-series (Socket) Channel 3",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10075,
         "description": "Simrad EA-series (Socket) Channel 3 (With UTC)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10076,
         "description": "Network - Simrad EA-series",
         "executable": "DrvSimradEAxxxSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"
         ],
         "raw_samples_supported": true,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10077,
         "description": "Network - Simrad EA-series (With UTC)",
         "executable": "DrvSimradEAxxxSocket.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"
         ],
         "raw_samples_supported": true,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10088,
         "description": "Ulvertech Bathy (Depth + Altitude) (Passive)",
         "executable": "DrvUlvertechBathy.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10089,
         "description": "Ulvertech Bathy (Depth + Altitude) (With UTC)",
         "executable": "TmpUlvertechBathy.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10090,
         "description": "Network - NMEA (DPT/DBT/DBS)",
         "executable": "DrvNMEA0183UDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": true,
         "third_party_timetag_supported": true,
         "time_from_message_supported": false,
         "time_of_arrival_supported": true,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10093,
         "description": "Fahrentholz BBES",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "FAHRENTHOLZ_BBES"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LF",
            "HF"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10094,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 10095,
         "description": "AIRMAR EchoRange ($SDXDR) Depth High/Low Frequency",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIRMAR"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "XDLO",
            "XDHI"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10096,
         "description": "# Singlebeam Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 10097,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10098,
         "description": "# Manual Depth Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 10099,
         "description": "WinSocket - Depth Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 11000,
         "description": "Deso 15/20/25",
         "executable": "DrvAtlasDeso.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "A",
            "B"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 11001,
         "description": "Simrad EA-series ASCII Telegram",
         "executable": "DrvSimradEA50x.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Any",
            "1",
            "2",
            "3",
            "4",
            "5"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 11002,
         "description": "Simrad EA-series ASCII Telegram (With UTC)",
         "executable": "DrvSimradEA50x.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Any",
            "1",
            "2",
            "3",
            "4",
            "5"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 11003,
         "description": "Innomar SES2000 Depth",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "INNOMAR_SES_2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "CHAN1",
            "CHAN2"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 11004,
         "description": "Network - AIRMAR EchoRange ($SDXDR) Depth High/Low Frequency",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIRMAR"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "XDLO",
            "XDHI"
         ],
         "raw_samples_supported": false,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 11005,
         "description": "Network - CEESCOPE Depth (High/Low Frequency)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 11006,
         "description": "CEESCOPE Depth (High/Low Frequency)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 11007,
         "description": "Network - CEESCOPE Depth (High/Low Frequency) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 11008,
         "description": "CEESCOPE Depth (High/Low Frequency) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "raw_samples_supported": true,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20000,
         "description": "Simrad HPR",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_BINARY",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20000,
         "description": "Simrad HPR",
         "executable": "DrvSimradHPR.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20001,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20001,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20002,
         "description": "Simrad HiPAP (400 Binary Format)",
         "executable": "DrvUsblCounted.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20002,
         "description": "Simrad HiPAP (400 Binary Format)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "400"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20003,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20003,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20004,
         "description": "Simrad HPR300 (ASCII)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20004,
         "description": "Simrad HPR300 (ASCII)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "HPR300"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20009,
         "description": "Nautronics ATS (ASCII) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "NAUTRONICS_ATS_ASCII",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20009,
         "description": "Nautronics ATS (ASCII) (With UTC)",
         "executable": "DrvNautronicsASCII.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20010,
         "description": "Nautronics ATS (ASCII)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "NAUTRONICS_ATS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20010,
         "description": "Nautronics ATS (ASCII)",
         "executable": "DrvNautronicsASCII.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20011,
         "description": "Nautronics ATS (Binary)",
         "executable": "DrvUsblCounted.exe",
         "executable_arguments": [
            "NAUTRONICS_ATS_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20011,
         "description": "Nautronics ATS (Binary)",
         "executable": "DrvNautronicsBinary.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20012,
         "description": "USBL",
         "executable": "DrvUSBL.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20013,
         "description": "Fugro UDI-ROV Header (dX dY dZ)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "UDI_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20013,
         "description": "UDI-ROV Header (dX dY dZ)",
         "executable": "DrvHdrUDIROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20014,
         "description": "iXSea GAPS ($PTSAX/$PTSAY)",
         "executable": "DrvIxseaGaps.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20015,
         "description": "iXSea GAPS ($PTSAX/$PTSAY) (With UTC)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20016,
         "description": "Network - iXSea GAPS ($PTSAX/$PTSAY)",
         "executable": "DrvIxseaGapsUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20017,
         "description": "Network - iXSea GAPS ($PTSAX/$PTSAY) (With UTC)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20018,
         "description": "iXSea GAPS ($PTSAX/$PTSAY) (No PV Check)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20019,
         "description": "iXSea GAPS ($PTSAX/$PTSAY) (With UTC) (No PV Check)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "PPS",
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20020,
         "description": "Network - iXSea GAPS ($PTSAX/$PTSAY) (No PV Check)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20021,
         "description": "Seatec BokaWire",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "BOSKALIS_BOKAWIRE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20021,
         "description": "Seatec BokaWire",
         "executable": "DrvBokaWire.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20022,
         "description": "Dredging Tool (dX dY dZ)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "ROV1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20023,
         "description": "CutterSuction Tool vdLeun (dX dY dZ)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "VDL1",
            "A02"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20024,
         "description": "Crane Tool vdLeun (dX dY dZ)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "VDL2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20025,
         "description": "IHC Dredge Monitoring ($PIHC)",
         "executable": "DrvDredgeMonitoring.exe",
         "executable_arguments": [
            "IHC",
            "NV",
            "IY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20026,
         "description": "Liebherr WireCrane (dZ)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20027,
         "description": "Network - iXSea GAPS ($PTSAX/$PTSAY) (With UTC) (No PV Check)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "PPS",
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20028,
         "description": "Hitachi Sumitomo WireCrane (dZ)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE_HITACHI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20030,
         "description": "Trackpoint II",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20030,
         "description": "Trackpoint II",
         "executable": "DrvTrackPoint.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20034,
         "description": "NUWC TCT-TO",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20034,
         "description": "NUWC TCT-TO (Serial)",
         "executable": "DrvTrackPoint.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20036,
         "description": "Network - NUWC TCT-TO",
         "executable": "DrvUsblTerminatedUdp.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20036,
         "description": "Network - NUWC TCT-TO",
         "executable": "DrvTrackPointUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20038,
         "description": "OPC Interface (dX dY dZ)",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20040,
         "description": "Sonardyne LUSBL USBL (V.5)",
         "executable": "DrvSonardyneLUSBL.exe",
         "executable_arguments": [
            "V5"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20041,
         "description": "Sonardyne LUSBL USBL (V.6)",
         "executable": "DrvSonardyneLUSBL.exe",
         "executable_arguments": [
            "V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20042,
         "description": "Sonardyne USBL (Surveyors Output)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20042,
         "description": "Sonardyne USBL (Surveyors Output)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20043,
         "description": "Sonardyne USBL (Surveyors Output) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20043,
         "description": "Sonardyne USBL (Surveyors Output) (With UTC)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20044,
         "description": "Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20045,
         "description": "Network - Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 20047,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20048,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20049,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20050,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20051,
         "description": "# Manual USBL (dX dY dZ)",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20053,
         "description": "# Manual Layback (dX dY dZ)",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "manual_layback",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20054,
         "description": "# Manual Touchdown Point Calculation",
         "executable": "DrvManualLayback.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "manual_layback",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20055,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "CentCutter",
            "CutPoint",
            "CalPoint",
            "WorkSpudTD",
            "AuxSpudTD"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20060,
         "description": "Jan de Nul Eco Dredger (Spud Pole)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20061,
         "description": "Mikrofyn MikroDigger (Bucket)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "MIKRODIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20062,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR Format)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20063,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR Format) (with UTC)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20091,
         "description": "OISTAR Dredging Tool (dX dY dZ)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "ROV1",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20098,
         "description": "WinSocket - USBL Input (With UTC)",
         "executable": "DrvInQpsSocket.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20099,
         "description": "WinSocket - USBL Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20100,
         "description": "Flintstone Fallpipe ROV (dE dN dH)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "offset",
            "dMouth",
            "dUmbil"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20101,
         "description": "Network - Seatools (MROV - SROV)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEATOOLS_ROCKPIPER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "TETH_SB",
            "TETH_PS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20102,
         "description": "Network - AD Navigation ADX-Series (dX dY dZ)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "HDG1",
            "HDG2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "attitude",
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 20103,
         "description": "Optimal Ranging Orion",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ORION"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "offset_xyz",
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 20104,
         "description": "Network - Simrad HiPAP (NMEA $PSIMSSB Format)",
         "executable": "DrvUsblTerminatedUDP.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20105,
         "description": "Network - Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvUsblTerminatedUDP.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 20106,
         "description": "Leica Nova TS/MS Series (GeoCOM)",
         "executable": "DrvLeicaTPS1000UI.exe",
         "executable_arguments": [
            "NOVA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "usbl_type": "normal",
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
			   "id": 20107,
			   "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (USBL)",
			   "executable": "DrvQPSCountedTCP.exe",
			   "executable_arguments": [
				    "SUBSONUS_ANPP",
				    "PPS"
			   ],
			   "can_output_data": false,
			   "deprecation_status": "operational",
			   "device_control": "disabled",
			   "driver_type": "network",
			   "port_number": 16718,
			   "number_of_slots": 1,
			   "show_latency_input": false,
			   "third_party_timetag_supported": false,
			   "time_from_message_supported": false,
			   "time_of_arrival_supported": false,
			   "usbl_type": "normal",
			   "user_interface": false,
			   "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 30001,
         "description": "Western Sargas R-P",
         "executable": "DrvSargasGyro.exe",
         "executable_arguments": [
            "VRU"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30002,
         "description": "Javad AT4 or IMU Unit (R-P)",
         "executable": "DrvJavadAT4UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30003,
         "description": "AD Navigation DC-Series (Pitch)",
         "executable": "DrvJavadSatelUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30004,
         "description": "Network - Javad AT4 or IMU Unit (R-P)",
         "executable": "DrvJavadAT4UIUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 30005,
         "description": "Network - AD Navigation ADX-Series (Pitch)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "port_number": 8023,
         "possible_slot_values": [
            "HDG1",
            "HDG2"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30006,
         "description": "# Manual Attitude",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "ALL(P/R/H)",
            "PITCH/ROLL",
            "PITCH ONLY",
            "ROLL ONLY",
            "HEAVE ONLY"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30009,
         "description": "TSS DMS R-P-H (Ignore Status)",
         "executable": "DrvTSSNew.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30010,
         "description": "TSS 320 R-P-H",
         "executable": "DrvTSSNew.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30011,
         "description": "TSS 335 R-P-H",
         "executable": "DrvTSSNew.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30012,
         "description": "TSS DMS R-P-H",
         "executable": "DrvTSSNew.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30013,
         "description": "TSS 335 R-P-H Reverse Heave",
         "executable": "DrvTSSNew.exe",
         "executable_arguments": [
            "OCTANS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30014,
         "description": "Network - TSS R-P-H (320/335/DMS)",
         "executable": "DrvTSSNewUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30015,
         "description": "Ulvertech Pipe/Cable Tracker R-P",
         "executable": "DrvUlvertechTracker.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30018,
         "description": "iXSea Octans MRU ($PHTRH) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "U",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30019,
         "description": "Seapath MRU Binary Format 11",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30020,
         "description": "StoneWatcher R-P",
         "executable": "DrvStoneWatcher.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30021,
         "description": "Simrad EM1000 R-P-H",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM1000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30022,
         "description": "Simrad EM3000 R-P-H",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM3000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30023,
         "description": "Seapath MRU Binary Standard Format",
         "executable": "DrvSeapathMRU.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30024,
         "description": "Seapath MRU NMEA ($PSXN)",
         "executable": "DrvSeapathMRUASCII.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30025,
         "description": "Seapath MRU Sounder Sentence",
         "executable": "DrvSeapathMRUASCII.exe",
         "executable_arguments": [
            "SOUNDER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30024,
         "description": "Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30025,
         "description": "Seapath MRU Sounder Sentence",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SEAPATH_SOUNDER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30026,
         "description": "Simrad EA500/EA501P Roll-Pitch-Heave",
         "executable": "DrvSimradEA50x.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30027,
         "description": "Hippy Datawell Piro MRU R-P-H",
         "executable": "DrvDatawellPiro.exe",
         "executable_arguments": [
            "B",
            "C"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30028,
         "description": "iXSea Octans MRU ($PHTRH) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "O",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30029,
         "description": "Datascan 7220 Converter R-P-H",
         "executable": "DrvDatascan7220.exe",
         "executable_arguments": [
            "2340",
            "1560"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30030,
         "description": "Ashtech ADU2 Raw Data (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30031,
         "description": "Ashtech ADU2 Raw Data (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30032,
         "description": "Sercel NR230 R-P (NMEA $PSER $A)",
         "executable": "DrvNR103NMEA.exe",
         "executable_arguments": [
            "GPGGA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30033,
         "description": "Racal FFROV R-P",
         "executable": "DrvRacalFFROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30034,
         "description": "SAPS R-P",
         "executable": "DrvSAPS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30035,
         "description": "Innovatum R-P",
         "executable": "DrvInnovatum.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30036,
         "description": "Simrad HPR LBL Raw Data R-P",
         "executable": "DrvSimradLBLRawData.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30037,
         "description": "Seateam MRU R-P-H",
         "executable": "DrvSeateamMRU.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30038,
         "description": "Humphrey ROV mounted MRU R-P",
         "executable": "DrvHumphreyMRU.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30039,
         "description": "Hellingmeter SundStrand R-P",
         "executable": "DrvSundStrandUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30040,
         "description": "Litef Gyro LFK95 (Binary)R-P",
         "executable": "DrvLitefGyroLFK95.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30041,
         "description": "Simrad HPR R-P",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_BINARY",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30041,
         "description": "Simrad HPR R-P",
         "executable": "DrvSimradHPR.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30042,
         "description": "Sonardyne R-P (Surveyors Output)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30042,
         "description": "Sonardyne R-P (Surveyors Output)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30043,
         "description": "Sonardyne P-R (Surveyors Output) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30043,
         "description": "Sonardyne P-R (Surveyors Output) (With UTC)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30044,
         "description": "Klein2000 SSS VRU R-P (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KLEIN2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30045,
         "description": "Nortek Aquadopp Compass R-P",
         "executable": "DrvAquadopp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30046,
         "description": "iXSea PHINS Standard ($PIXSE ATITUD)",
         "executable": "DrvIxseaPhins.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30047,
         "description": "Network - iXSea Octans MRU ($PHTRH) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctansUDP.exe",
         "executable_arguments": [
            "U",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30048,
         "description": "Network - iXSea Octans MRU ($PHTRH) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctansUDP.exe",
         "executable_arguments": [
            "O",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30049,
         "description": "Seapath MRU Binary Format 11 (With UTC)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30050,
         "description": "DeepC AUV (Roll-Pitch)",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30051,
         "description": "Network - Coda Octopus F180 R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "port_number": 3000,
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30052,
         "description": "Network - Seapath MRU Binary Format 11 (With UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_FMT11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30053,
         "description": "XSens Motion Tracker MTi (Roll-Pitch) (Active)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30054,
         "description": "XSens Motion Tracker MTi (Roll-Pitch) (Passive)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30055,
         "description": "IMCA Generic Message (Roll-Pitch)",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30056,
         "description": "Liebherr WireCrane (Pitch)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30057,
         "description": "Jan de Nul Eco Dredger (Pitch)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30058,
         "description": "Mikrofyn MikroDigger (Pitch)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "MIKRODIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30059,
         "description": "sub-Atlantic (Compass Telegram) (Roll-Pitch)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SUBATLANTIC_TABLE1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30060,
         "description": "AOSI EZ-COMPASS-3 (Roll & Pitch)",
         "executable": "DrvPhotoneticsOctans.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30061,
         "description": "iXSea Octans TAH ($PHOCT) R-P-H",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_down",
         "possible_slot_values": [
            "Raw",
            "Raw1",
            "Raw2",
            "Raw3",
            "Lever",
            "Lever1",
            "Lever2",
            "Lever3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30062,
         "description": "iXSea Octans TAH ($PHOCT) R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_down",
         "possible_slot_values": [
            "Raw",
            "Raw1",
            "Raw2",
            "Raw3",
            "Lever",
            "Lever1",
            "Lever2",
            "Lever3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30063,
         "description": "Network - iXSea Octans TAH ($PHOCT) R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_down",
         "possible_slot_values": [
            "Raw",
            "Raw1",
            "Raw2",
            "Raw3",
            "Lever",
            "Lever1",
            "Lever2",
            "Lever3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": true,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30064,
         "description": "Honeywell PLC (Pitch)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30065,
         "description": "Qinsy Remote Control Telemetry R-P (UTC)",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30066,
         "description": "Qinsy Remote Control Telemetry R-P",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30067,
         "description": "iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSATIT)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_down",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30068,
         "description": "Network - OXTS Inertial+ R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "port_number": 3000,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30069,
         "description": "Network - TSS1/TSS2 Format (R-P-H)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "BENTHOS_TSS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": true,
         "third_party_timetag_supported": true,
         "time_from_message_supported": false,
         "time_of_arrival_supported": true,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30070,
         "description": "Imagenex DeltaT Profiler R-P-H",
         "executable": "DrvProfilerUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "port_number": 4040,
         "possible_slot_values": [
            "MRU_INT",
            "MRU_EXT"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30071,
         "description": "Imagenex DeltaT Profiler R-P-H (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "port_number": 4040,
         "possible_slot_values": [
            "MRU_INT",
            "MRU_EXT"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30072,
         "description": "NovAtel SPAN (#INSPVA Format) Roll-Pitch",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30073,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA Format) Roll-Pitch",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30074,
         "description": "iXSea Octans TAH ($PHOCT) R-P-H (UTC C3D Timetag)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "C3D_TIME",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30075,
         "description": "Network - iXSea Octans TAH ($PHOCT) R-P-H (UTC C3D Timetag)",
         "executable": "NoName.exe.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "C3D_TIME",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30076,
         "description": "Network - Honeywell PLC (Pitch)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30077,
         "description": "Hitachi Sumitomo WireCrane (Pitch)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE_HITACHI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30078,
         "description": "Jan de Nul eDigger (Pitch-Roll)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "E_DIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30079,
         "description": "Crane Tool vdLeun (Roll-Pitch)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "VDL2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30080,
         "description": "Digilog (ASCII Pitch-Roll)",
         "executable": "DrvGyroDigilog.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30081,
         "description": "Digilog (Modified Anschutz)",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30082,
         "description": "Atlas Dynabase C R-P-H (0.0055 deg)",
         "executable": "DrvAtlasMRUDynabaseC.exe",
         "executable_arguments": [
            "NEW"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30083,
         "description": "RDI Doppler BottomTrack R-P (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30084,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSATIT)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_down",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30086,
         "description": "NovAtel SPAN (#INSPVA #HEAVEA Format) R-P-H",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R/H",
            "P/R ONLY",
            "HEAVE ONLY"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30087,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA #HEAVEA Format) R-P-H",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R/H",
            "P/R ONLY",
            "HEAVE ONLY"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30088,
         "description": "OISTAR iXSea Octans MRU ($PHTRH) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "U",
            "OI",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30089,
         "description": "OISTAR iXSea Octans MRU ($PHTRH) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "O",
            "OI",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30090,
         "description": "OISTAR Digilog R-P",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30091,
         "description": "OISTAR TSS R-P-H",
         "executable": "DrvTSSNew.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30092,
         "description": "OISTAR Simrad EM1000 R-P-H",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM1000",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30093,
         "description": "OISTAR Simrad EM3000 R-P-H",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM3000",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30094,
         "description": "OISTAR Digilog (Modified Anschutz)",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "OI",
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30095,
         "description": "Atlas Dynabase C R-P-H (0.0100 deg)",
         "executable": "DrvAtlasMRUDynabaseC.exe",
         "executable_arguments": [
            "DynaC"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30096,
         "description": "# Attitude Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 30097,
         "description": "Maridan MARPOS",
         "executable": "DrvSimPosition.exe",
         "executable_arguments": [
            "MARPOS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "manual",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30098,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30099,
         "description": "WinSocket - R-P-H Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30100,
         "description": "Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30101,
         "description": "Network - Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 30102,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_down",
         "roll_convention": "positive_port",
         "rotation_sequence": "heading_roll_pitch",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30103,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 30104,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30105,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30106,
         "description": "OPC Interface R-P-H",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30107,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) R-P-H",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30108,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30109,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30110,
         "description": "L3-Klein Sonar 5000 R-P",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30111,
         "description": "L3-Klein Sonar 5000 Version 2 R-P",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30112,
         "description": "L3-Klein Sonar 3000 R-P",
         "executable": "DrvL3Kleinsocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30113,
         "description": "L3-Klein Sonar 3900 R-P",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "3900"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30115,
         "description": "CDL MiniPOS3 (Binary) R-P",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30116,
         "description": "CDL MiniPOS3 (Binary) R-P (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30117,
         "description": "Sonardyne SPRINT INS (Attitude)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30118,
         "description": "Network - Sonardyne SPRINT INS (Attitude)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30119,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_down",
         "possible_slot_values": [
            "VruPontoon",
            "VruSpud"
         ],
         "roll_convention": "positive_port",
         "rotation_sequence": "heading_roll_pitch",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30120,
         "description": "CDL Tokimec ($PTVF) R-P",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "CDL_TOKIMEC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_down",
         "roll_convention": "positive_port",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30121,
         "description": "Network (UDP) - IMCA Generic Message (Roll-Pitch)",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30123,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30124,
         "description": "Network (UDP) - Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30125,
         "description": "Network (TCP) - Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30126,
         "description": "Network (UDP) - Seapath MRU Sounder Sentence",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEAPATH_SOUNDER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30127,
         "description": "Network (TCP) - Seapath MRU Sounder Sentence",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "SEAPATH_SOUNDER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30128,
         "description": "CEESCOPE R-P-H",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30129,
         "description": "CEESCOPE R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30130,
         "description": "Network - CEESCOPE R-P-H",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30131,
         "description": "Network - CEESCOPE R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30140,
         "description": "POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30141,
         "description": "Network - POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "port_number": 5602,
         "possible_slot_values": [
            "102",
            "103",
            "1"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 30142,
         "description": "Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30143,
         "description": "Network - Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "port_number": 28784,
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30144,
         "description": "Network - Leica IPAS20 R-P",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30145,
         "description": "Network - Septentrio SBF (Binary) R-P",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "port_number": 28784,
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30146,
         "description": "Septentrio SBF (Binary) R-P",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30151,
         "description": "Network - NMEA $PRDID (R-P) (UTC C3D Timetag)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "NMEA_PRDID",
            "C3D_TIME",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30152,
         "description": "Network - NMEA $PRDID (R-P)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NMEA_PRDID"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": true,
         "time_from_message_supported": false,
         "time_of_arrival_supported": true,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30153,
         "description": "NMEA $PRDID (R-P)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NMEA_PRDID"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30154,
         "description": "eTrac TiltTrac (US Digital A2/A2T/A4/HBA2/HBA4/HD25A)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "TILTTRAC",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30155,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30156,
         "description": "iXSea PHINS (Binary Nav Message) R-P-H",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30157,
         "description": "iXSea PHINS (Binary Nav Message) R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30158,
         "description": "US Digital T7 Inclinometer (Pitch or Roll only)",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "USDIGITAL_T7"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30159,
         "description": "US Digital T7 Inclinometer (Pitch or Roll only) (Active)",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "USDIGITAL_T7",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30160,
         "description": "Raytheon AST PROSAS R-P",
         "executable": "DrvASTProSas.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "SSS_MRU",
            "MBE_MRU"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30162,
         "description": "ENL WASSP 3250 (R-P-H) (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30164,
         "description": "EdgeTech R-P-H",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "PING_ATT",
            "ATTITUDE"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30165,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA Format) Roll-Pitch",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30166,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA #HEAVEA Format) R-P-H",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R/H",
            "P/R ONLY",
            "HEAVE ONLY"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30168,
         "description": "Kongsberg Mesotech M3 R-P-H",
         "executable": "DrvKongsbergEM.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30169,
         "description": "Reson Seabat 7K (TCP/Network) R-P-H",
         "executable": "DrvSeabat7K.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "port_number": 7000,
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30170,
         "description": "SBG Systems (R-P-H) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30171,
         "description": "Network (TCP) - SBG Systems (R-P-H) (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30172,
         "description": "Network (UDP) - SBG Systems (R-P-H) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30173,
         "description": "SBG Systems (R-P-H)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30174,
         "description": "Network (TCP) - SBG Systems (R-P-H)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30175,
         "description": "Network (UDP) - SBG Systems (R-P-H)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "possible_slot_values": [
            "P/R",
            "P/R/H0",
            "P/R/H1",
            "P/R/H2",
            "P/R/H3",
            "HEAVE0",
            "HEAVE1",
            "HEAVE2",
            "HEAVE3"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30176,
         "description": "L3-Klein Sonar Hydrochart 3500 R-P",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30177,
         "description": "ENL WASSP F (R-P-H)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30178,
         "description": "Optimal Ranging Orion(R-P)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ORION"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30179,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry R-P (UTC)",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30180,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry R-P",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30181,
         "description": "Teledyne Odom MB2 (TCP/Network) R-P-H",
         "executable": "DrvSeabat7K.exe",
         "executable_arguments": [
            "ODOM_MB2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30182,
         "description": "ENL WASSP x230 (R-P-H)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_X230"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30183,
         "description": "Innomar SES2000 (R-P-H)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "INNOMAR_SES_2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30184,
         "description": "Ping DSP 3DSS-DX-450 (R-P-H)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 1,
         "pitch_convention": "positive_bow_up",
         "port_number": 23848,
         "possible_slot_values": [
            "TSS1",
            "VNYCM"
         ],
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30185,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30186,
         "description": "Teledyne RDI WorkHorse ADCP series (R-P)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30187,
         "description": "Teledyne RDI WorkHorse ADCP series (R-P) (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30188,
         "description": "Sonardyne LNAV (Attitude)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30189,
         "description": "Network - Sonardyne LNAV (Attitude)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30190,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30191,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30192,
         "description": "Kongsberg KMALL RPH (UTC)",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30193,
         "description": "Network (UDP) - Seapath Binary Format 26 R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30194,
         "description": "Network (UDP) - Seapath Binary Format 26 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30195,
         "description": "Network (TCP) - Seapath Binary Format 26 R-P-H (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30196,
         "description": "Network (TCP) - Seapath Binary Format 26 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30197,
         "description": "Seapath Binary Format 26 R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30198,
         "description": "Seapath Binary Format 26 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30199,
         "description": "Network (UDP) - Seapath Binary Format 23 R-P-H (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30200,
         "description": "Network (UDP) - Seapath Binary Format 23 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30201,
         "description": "Network (TCP) - Seapath Binary Format 23 R-P-H (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30202,
         "description": "Network (TCP) - Seapath Binary Format 23 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 30203,
         "description": "Seapath Binary Format 23 R-P-H (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30204,
         "description": "Seapath Binary Format 23 R-P-H (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 30205,
         "description": "Network (UDP) - QPS Binary - Coverage Monitoring (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "QINSY_DTM_BINARY",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_down",
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 30206,
         "description": "Network UDP - Septentrio SBF (Binary) R-P",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "heave_convention": "positive_up",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "pitch_convention": "positive_bow_up",
         "port_number": 28784,
         "roll_convention": "positive_starboard",
         "rotation_sequence": "heading_pitch_roll",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
			   "id": 30207,
			   "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Roll Pitch)",
			   "executable": "DrvQPSCountedTCP.exe",
			   "executable_arguments": [
				    "SUBSONUS_ANPP",
				    "PPS"
			   ],
			   "can_output_data": false,
			   "deprecation_status": "operational",
			   "device_control": "disabled",
			   "driver_type": "network",
			   "port_number": 16718,
			   "heave_convention": "positive_down",
			   "number_of_slots": 0,
			   "pitch_convention": "positive_bow_up",
			   "roll_convention": "positive_starboard",
			   "rotation_sequence": "heading_pitch_roll",
			   "show_latency_input": false,
			   "third_party_timetag_supported": false,
			   "time_from_message_supported": false,
			   "time_of_arrival_supported": false,
			   "user_interface": false,
			   "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 50001,
         "description": "Lehmkuhl (Binary)",
         "executable": "DrvGyro.exe",
         "executable_arguments": [
            "LEHMKUHL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50002,
         "description": "Robertson (Binary)",
         "executable": "DrvGyro.exe",
         "executable_arguments": [
            "ROBERTSON"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50003,
         "description": "SG-Brown (Binary)",
         "executable": "DrvGyro.exe",
         "executable_arguments": [
            "BROWN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50004,
         "description": "Sperry (Binary)",
         "executable": "DrvGyro.exe",
         "executable_arguments": [
            "SPERRY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50005,
         "description": "Sperry (ASCII)",
         "executable": "DrvGyroSperry.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50006,
         "description": "SAPS (Heading)",
         "executable": "DrvSAPS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50007,
         "description": "SG-Brown (ASCII)",
         "executable": "DrvGyroSGBASCII.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50008,
         "description": "Robertson (Reversed Binary)",
         "executable": "DrvGyro.exe",
         "executable_arguments": [
            "SPERRY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50009,
         "description": "Javad AT4 or IMU Unit (Heading)",
         "executable": "DrvJavadAT4UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50010,
         "description": "NMEA Compass ($--HCC)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50011,
         "description": "NMEA Compass ($--HDT)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "8"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50012,
         "description": "NMEA Magnetic Heading (HDG/HDM/HCC/HCD/HSC)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "535"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50013,
         "description": "NMEA True Heading Gyrocompass (HDG/HDT)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "24"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50014,
         "description": "KVH DGS-3 Digital Gyrocompass",
         "executable": "DrvGyroDgs3.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50015,
         "description": "NMEA Compass ($INHDT) (No CheckSum)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "128",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50016,
         "description": "NMEA Compass ($--HRC) (No CheckSum)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "256",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50017,
         "description": "Network - Javad AT4 or IMU Unit (Heading)",
         "executable": "DrvJavadAT4UIUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 50018,
         "description": "iXSea Octans MRU ($HEHDT) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "U",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50019,
         "description": "Digilog (ASCII)",
         "executable": "DrvGyroDigilog.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50020,
         "description": "Western Sargas Gyrocompass",
         "executable": "DrvSargasGyro.exe",
         "executable_arguments": [
            "GYRO"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50021,
         "description": "Geoconsult Vessel Gyrocompass 1 (ASCII)",
         "executable": "DrvGyroGeoconsult.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50022,
         "description": "Geoconsult Vessel Gyrocompass 2 (ASCII)",
         "executable": "DrvGyroGeoconsult.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50023,
         "description": "Digilog (Modified Anschutz)",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50024,
         "description": "Syledis SR3 (Heading)",
         "executable": "DrvSyledisSR3Pos.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50025,
         "description": "NMEA Position and Heading ($--GGA/$--HDT/$--ROT)",
         "executable": "DrvPositionNMEA.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50026,
         "description": "NMEA Position and Heading (CheckSum)",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50027,
         "description": "NMEA Position and Heading (No CheckSum)",
         "executable": "DrvPositionNMEA.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50028,
         "description": "Simrad HPR300 (ASCII) (Heading)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "HPR300"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50029,
         "description": "Naval GPS Data Link (PLO) Heading",
         "executable": "DrvNavalGpsLink.exe",
         "executable_arguments": [
            "REG",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50030,
         "description": "Racal SkyTrac Heading ($RSVHT)",
         "executable": "DrvSkyTrac.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50031,
         "description": "Ashtech ADU2 Raw Data (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50032,
         "description": "Ashtech ADU2 Raw Data (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50033,
         "description": "Network - Naval GPS Data Link (PLO) Heading",
         "executable": "DrvNavalGpsLinkUDP.exe",
         "executable_arguments": [
            "REG",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50034,
         "description": "Ulvertech Pipe/Cable Tracker Heading",
         "executable": "DrvUlvertechTracker.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50035,
         "description": "RWS MARS (Heading)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50036,
         "description": "Network - Coda Octopus F180 Heading (with UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 3000,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50037,
         "description": "Seapath Binary Format 11 (Heading)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50038,
         "description": "Seapath MRU NMEA ($PSXN)",
         "executable": "DrvSeapathMRUASCII.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50038,
         "description": "Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50039,
         "description": "Seateam MRU (Heading)",
         "executable": "DrvSeateamMRU.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50040,
         "description": "StoneWatcher (Heading)",
         "executable": "DrvStoneWatcher.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50041,
         "description": "Simrad EM1000 (Heading)",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM1000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50042,
         "description": "Simrad EM3000 (Heading)",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM3000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50043,
         "description": "Seapath Binary Standard Format (Heading)",
         "executable": "DrvSeapathMRU.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50044,
         "description": "Simrad HiPAP NMEA ($PSIMSNS) (Heading)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50044,
         "description": "Simrad HiPAP NMEA ($PSIMSNS) (Heading)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50045,
         "description": "Simrad HPR (Heading)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_BINARY",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50045,
         "description": "Simrad HPR (Heading)",
         "executable": "DrvSimradHPR.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50046,
         "description": "Simrad HiPAP 400 Binary (Heading)",
         "executable": "DrvUsblCounted.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50046,
         "description": "Simrad HiPAP 400 Binary (Heading)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "400"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50047,
         "description": "Simrad HPR LBL Raw Data (Heading)",
         "executable": "DrvSimradLBLRawData.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50048,
         "description": "Hippy Datawell Piro MRU (Heading)",
         "executable": "DrvDatawellPiro.exe",
         "executable_arguments": [
            "A",
            "B",
            "C",
            "D"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50049,
         "description": "iXSea Octans MRU ($HEHDT) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "O",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50050,
         "description": "QC Header - Britsurvey (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50051,
         "description": "QC Header - Racal GNS (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50052,
         "description": "QC Header - Stolt Comex (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "SC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50053,
         "description": "QC Header - UDI-NAV (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "UN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50054,
         "description": "QC Header - UDI-ROV (Heading)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "UDI_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50054,
         "description": "QC Header - UDI-ROV (Heading)",
         "executable": "DrvHdrUDIROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50055,
         "description": "QC Header - Qubit Trac V Video (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "QV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50056,
         "description": "QC Header - Geoteam Geonav (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "GN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50057,
         "description": "QC Header - GeoConsult ROV (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50058,
         "description": "Sercel NR230 Heading (NMEA $PSER $A)",
         "executable": "DrvNR103NMEA.exe",
         "executable_arguments": [
            "GPGGA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50059,
         "description": "Racal FFROV (Heading)",
         "executable": "DrvRacalFFROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50060,
         "description": "QC Header - NAV-LOG2/ROV-LOG2 SCS (Heading)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "NL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50061,
         "description": "Geoteam Anchor Handling driver",
         "executable": "DrvGeoteamAHV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50062,
         "description": "QC Header - Seatex GNS (Heading) (With UTC)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50063,
         "description": "Innovatum (Heading)",
         "executable": "DrvInnovatum.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50064,
         "description": "ISIS (ROV Gyro)",
         "executable": "DrvIsis.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50065,
         "description": "Seatec BokaWire (Vessel/ROV Gyro)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "BOSKALIS_BOKAWIRE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50065,
         "description": "Seatec BokaWire (ROV Gyro)",
         "executable": "DrvBokaWire.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50066,
         "description": "POS MV (NMEA HDT Heading and Position)",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50067,
         "description": "Simrad HiPAP NMEA ($PSIMSNS) (Heading) (UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50067,
         "description": "Simrad HiPAP NMEA ($PSIMSNS) (Heading) (With UTC)",
         "executable": "DrvSimradHiPAP.exe",
         "executable_arguments": [
            "NMEA",
            "V",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50068,
         "description": "Litef Gyro LFK95 (Binary) (Heading)",
         "executable": "DrvLitefGyroLFK95.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50069,
         "description": "Sonardyne Heading (Surveyors Output)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50069,
         "description": "Sonardyne Heading (Surveyors Output)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50070,
         "description": "Trackpoint II",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50070,
         "description": "Trackpoint II",
         "executable": "DrvTrackPoint.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50071,
         "description": "SMD ROV (Gyro Heading)",
         "executable": "DrvSMDROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50072,
         "description": "Humphrey (ROV Heading)",
         "executable": "DrvHumphreyMRU.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50073,
         "description": "Subsea Telemetry Heading",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "SUBSEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50074,
         "description": "Klein2000 SSS Heading (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KLEIN2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50075,
         "description": "Sonardyne Heading (Surveyors Output) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50075,
         "description": "Sonardyne Heading (Surveyors Output) (With UTC)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50076,
         "description": "Nortek Aquadopp Compass Heading",
         "executable": "DrvAquadopp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50077,
         "description": "Subsea Telemetry Heading (No CheckSum)",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "NOCS",
            "SUBSEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50078,
         "description": "SeaEye Boxer ROV (Heading)",
         "executable": "DrvSeaEyeBoxer.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50079,
         "description": "Crane Tool vdLeun (Heading)",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "VDL2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50080,
         "description": "iXSea PHINS Standard ($HEHDT)",
         "executable": "DrvIxseaPhins.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50081,
         "description": "RDI Doppler BottomTrack Heading (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50082,
         "description": "Tracs TDMA (Heading)",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "TRACS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50083,
         "description": "Sonardyne APS3 Position Output (Heading)",
         "executable": "DrvSonardyneAPS3.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50084,
         "description": "Sonardyne APS3 Position Output (Age) (Heading)",
         "executable": "DrvSonardyneAPS3.exe",
         "executable_arguments": [
            "DT",
            "2.0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50085,
         "description": "Sonardyne APS3 Position Output (NAVCO) (Heading)",
         "executable": "DrvSonardyneAPS3.exe",
         "executable_arguments": [
            "N"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50086,
         "description": "L3-Klein Sonar 3000 (Heading)",
         "executable": "DrvL3Kleinsocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50087,
         "description": "Network - AD Navigation ADX-Series (Heading)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "HDG1",
            "HDG2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50088,
         "description": "OISTAR iXSea Octans MRU ($HEHDT) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "U",
            "OI",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50089,
         "description": "OISTAR iXSea Octans MRU ($HEHDT) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "O",
            "OI",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50090,
         "description": "Maridan MARPOS",
         "executable": "DrvSimPosition.exe",
         "executable_arguments": [
            "MARPOS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50091,
         "description": "OISTAR NMEA Gyrocompass ($HEHDT)",
         "executable": "DrvGyroNMEA.exe",
         "executable_arguments": [
            "8",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50092,
         "description": "OISTAR Simrad EM1000 (Heading)",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM1000",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50093,
         "description": "OISTAR Simrad EM3000 (Heading)",
         "executable": "DrvSimradMRU.exe",
         "executable_arguments": [
            "EM3000",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50094,
         "description": "OISTAR Digilog (ASCII)",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50095,
         "description": "OISTAR Digilog (Modified Anschutz)",
         "executable": "DrvGyroDigilog.exe",
         "executable_arguments": [
            "OI",
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50096,
         "description": "# Heading Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 50097,
         "description": "WinSocket - Heading Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50098,
         "description": "# Manual Heading Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50100,
         "description": "IMCA Generic Message (Heading)",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50101,
         "description": "AIS Standard VDO Message (Ship's Own Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50102,
         "description": "AD Navigation DC-Series (Heading)",
         "executable": "DrvJavadSatelUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50103,
         "description": "AOSI EZ-COMPASS-3 (Heading)",
         "executable": "DrvPhotoneticsOctans.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50104,
         "description": "Network - iXSea Octans MRU ($HEHDT) (Heave Up 'U')",
         "executable": "DrvPhotoneticsOctansUDP.exe",
         "executable_arguments": [
            "U",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50105,
         "description": "Network - iXSea Octans MRU ($HEHDT) (Heave Up 'O')",
         "executable": "DrvPhotoneticsOctansUDP.exe",
         "executable_arguments": [
            "O",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50106,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50107,
         "description": "Range Site Data Format (Geodesic) Heading",
         "executable": "DrvRSDF.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50108,
         "description": "REMUS AUV ($CARXD) Heading",
         "executable": "DrvRemusAUV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50109,
         "description": "Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50110,
         "description": "EdgeTech DF1000 Sidescan (Heading)",
         "executable": "DrvEdgeTechCtrl.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50111,
         "description": "Network - Crane Tool vdLeun (QATT)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 50112,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 50113,
         "description": "XSens Motion Tracker MTi (Heading) (Active)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50114,
         "description": "XSens Motion Tracker MTi (Heading) (Passive)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50115,
         "description": "DeepC AUV (Heading)",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50116,
         "description": "Seapath Binary Format 11 (Heading) (With UTC)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50117,
         "description": "EdgeTech Heading",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "PING_HDG",
            "HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50118,
         "description": "Jan de Nul Eco Dredger (Horizontal Angle)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50119,
         "description": "Network - OXTS Inertial+ Heading (with UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 3000,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50120,
         "description": "Network - Seapath Binary Format 11 (Hdg) (With UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_FMT11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50121,
         "description": "Network - NMEA Compass ($--HCC)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50122,
         "description": "Network - NMEA Compass ($--HDT)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "8"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50123,
         "description": "Network - NMEA Compass ($--HRC) (No CheckSum)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "256",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50124,
         "description": "Network - NMEA Compass ($INHDT) (No CheckSum)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "128",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50125,
         "description": "Network - NMEA Magnetic Hdg (HDG/HDM/HCC/HCD/HSC)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "535"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50126,
         "description": "Network - NMEA True Heading Gyrocompass (HDG/HDT)",
         "executable": "DrvGyroNMEAUDP.exe",
         "executable_arguments": [
            "24"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50127,
         "description": "Network - NMEA Pos and Hdg ($--GGA/$--HDT/$--ROT)",
         "executable": "DrvPositionNMEAUDP.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50128,
         "description": "Network - NMEA Position and Heading (CheckSum)",
         "executable": "DrvPositionNMEAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50129,
         "description": "Network - NMEA Position and Heading (No CheckSum)",
         "executable": "DrvPositionNMEAUDP.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50130,
         "description": "Network - POS MV (NMEA HDT Heading and Position)",
         "executable": "DrvPositionNMEAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50131,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50132,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50133,
         "description": "OPC Interface (Heading)",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50134,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Heading"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50135,
         "description": "Imagenex DeltaT Profiler (Heading)",
         "executable": "DrvProfilerUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "possible_slot_values": [
            "HDG_INT",
            "HDG_EXT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50136,
         "description": "Imagenex DeltaT Profiler (Heading) (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "possible_slot_values": [
            "HDG_INT",
            "HDG_EXT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50137,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Heading",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50138,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Heading (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50140,
         "description": "POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50141,
         "description": "Network - POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 5602,
         "possible_slot_values": [
            "102",
            "103",
            "1"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 50142,
         "description": "iXSea Octans TAH ($PHOCT)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Heading",
            "Heading1",
            "Heading2",
            "Heading3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50143,
         "description": "iXSea Octans TAH ($PHOCT) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Heading",
            "Heading1",
            "Heading2",
            "Heading3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50144,
         "description": "Network - iXSea Octans TAH ($PHOCT) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Heading",
            "Heading1",
            "Heading2",
            "Heading3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": true,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50145,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50146,
         "description": "Mikrofyn MikroDigger (Heading)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "MIKRODIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50147,
         "description": "sub-Atlantic (Compass Telegram) (Heading)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SUBATLANTIC_TABLE1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50148,
         "description": "Qinsy Remote Control Telemetry Heading (UTC)",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50149,
         "description": "L3-Klein Sonar 5000 (Heading)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50150,
         "description": "L3-Klein Sonar 5000 Version 2 (Heading)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50151,
         "description": "L3-Klein Sonar 3900 (Heading)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "3900"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50152,
         "description": "Qinsy Remote Control Telemetry Heading",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50153,
         "description": "iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSATIT)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50154,
         "description": "Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50155,
         "description": "Network - Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50156,
         "description": "NovAtel SPAN (#INSPVA Format) Heading",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50157,
         "description": "Kongsberg Mesotech MS1000 Heading (Network)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "MS1000",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50158,
         "description": "Network - HEHDT/TSS1/TSS2 Format (Heading)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "BENTHOS_TSS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": true,
         "time_from_message_supported": false,
         "time_of_arrival_supported": true,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50159,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA Format) Heading",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50160,
         "description": "Network - Leica IPAS20 (Heading)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50161,
         "description": "Network - NMEA $PRDID (Heading) (UTC C3D Timetag)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "NMEA_PRDID",
            "C3D_TIME",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50162,
         "description": "Network - NMEA $PRDID (Heading)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NMEA_PRDID"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": true,
         "time_from_message_supported": false,
         "time_of_arrival_supported": true,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50163,
         "description": "NMEA $PRDID (Heading)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NMEA_PRDID"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50164,
         "description": "iXSea Octans TAH ($PHOCT) (UTC C3D Timetag)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "C3D_TIME",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50165,
         "description": "Network - iXSea Octans TAH ($PHOCT) (UTC C3D Timetag)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "C3D_TIME",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50166,
         "description": "Anschutz Standard 20 Format (Binary)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "ANSCHUTZ_STANDARD20"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50167,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50168,
         "description": "CDL MiniPOS3 (Binary) Heading",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50169,
         "description": "CDL MiniPOS3 (Binary) Heading (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50170,
         "description": "iXSea PHINS (Binary Nav Message) Heading",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50171,
         "description": "iXSea PHINS (Binary Nav Message) Heading (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50172,
         "description": "Raytheon AST PROSAS (Heading)",
         "executable": "DrvASTProSas.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SSS_HDG",
            "MBE_HDG"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50173,
         "description": "Network - Septentrio SBF (Binary) Heading",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50174,
         "description": "Septentrio SBF (Binary) Heading",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50175,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSATIT)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50176,
         "description": "ENL WASSP 3250 (Heading) (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50177,
         "description": "NovAtel SPAN (#INSPVA #HEAVEA Format) Heading",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50178,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA #HEAVEA Format) Heading",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50180,
         "description": "CDL Tokimec ($PTVF) Heading",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "CDL_TOKIMEC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50181,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA Format) Heading",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50182,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA #HEAVEA Format) Heading",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50183,
         "description": "Network (UDP) - IMCA Generic Message (Heading)",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50184,
         "description": "Kongsberg Mesotech M3 Heading",
         "executable": "DrvKongsbergEM.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50185,
         "description": "Reson Seabat 7K (TCP/Network) Heading",
         "executable": "DrvSeabat7K.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 7000,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50186,
         "description": "SBG Systems Heading UTC",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50187,
         "description": "Network (TCP) - SBG Systems Heading (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50188,
         "description": "Network (UDP) - SBG Systems Heading (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50189,
         "description": "SBG Systems Heading",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50190,
         "description": "Network (TCP) - SBG Systems Heading",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50191,
         "description": "Network (UDP) - SBG Systems Heading",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "EULER",
            "GPS1",
            "GPS2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50192,
         "description": "L3-Klein Sonar Hydrochart 3500 Heading",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50193,
         "description": "Sonardyne SPRINT INS (Heading)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50194,
         "description": "Network - Sonardyne SPRINT INS (Heading)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50195,
         "description": "ENL WASSP F (Heading)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50196,
         "description": "AIS Standard VDM Message (Other Ship's Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "serial",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50197,
         "description": "Optimal Ranging Orion",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ORION"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50198,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Heading (UTC)",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50199,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Heading",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50200,
         "description": "AIS Standard VDO Message (Ship's Own Message)   (UDP)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50201,
         "description": "AIS Standard VDM Message (Other Ship's Message) (UDP)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50202,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50203,
         "description": "Teledyne Odom MB2 (TCP/Network) Heading",
         "executable": "DrvSeabat7K.exe",
         "executable_arguments": [
            "ODOM_MB2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50204,
         "description": "ENL WASSP x230 (Heading)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_X230"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50205,
         "description": "Innomar SES2000 Heading",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "INNOMAR_SES_2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50206,
         "description": "Ping DSP 3DSS-DX-450 Heading",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 23848,
         "possible_slot_values": [
            ""
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50207,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) Heading (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50208,
         "description": "Teledyne RDI WorkHorse ADCP series",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HDG"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50209,
         "description": "Teledyne RDI WorkHorse ADCP series (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HDG"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50210,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50211,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50212,
         "description": "Sonardyne LNAV (Heading)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50213,
         "description": "Network - Sonardyne LNAV (Heading)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50215,
         "description": "AIS Standard VDO Message (Ship's Own Message)   (TCP)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50216,
         "description": "AIS Standard VDM Message (Other Ship's Message) (TCP)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50217,
         "description": "Network (UDP) - Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50218,
         "description": "Network (TCP) - Seapath MRU NMEA ($PSXN)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "SEAPATH_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50219,
         "description": "Kongsberg KMALL",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50220,
         "description": "Network (UDP) - Seapath Binary Format 26 (heading) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50221,
         "description": "Network (UDP) - Seapath Binary Format 26 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50222,
         "description": "Network (TCP) - Seapath Binary Format 26 (heading) (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50223,
         "description": "Network (TCP) - Seapath Binary Format 26 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50224,
         "description": "Seapath Binary Format 26 (heading) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50225,
         "description": "Seapath Binary Format 26 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50226,
         "description": "Network (UDP) - Seapath Binary Format 23 (heading) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50227,
         "description": "Network (UDP) - Seapath Binary Format 23 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50228,
         "description": "Network (TCP) - Seapath Binary Format 23 (heading) (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50229,
         "description": "Network (TCP) - Seapath Binary Format 23 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50230,
         "description": "Seapath Binary Format 23 (heading) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50231,
         "description": "Seapath Binary Format 23 (heading) (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 50232,
         "description": "FarSounder (Forward Looking Sonar) (Vessel Heading)",
         "executable": "DrvFLSControl.exe",
         "executable_arguments": [
           "FARSOUNDER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "192.168.0.2",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 50233,
         "description": "Network (UDP) - QPS Binary - Coverage Monitoring (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "QINSY_DTM_BINARY",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 50234,
         "description": "Network UDP - Septentrio SBF (Binary) Heading",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
			  "id": 50235,
			  "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Heading)",
			  "executable": "DrvQPSCountedTCP.exe",
			  "executable_arguments": [
          "SUBSONUS_ANPP",
          "PPS"
			  ],        
			  "deprecation_status": "operational",        
			  "device_control": "disabled",
			  "driver_type": "network",        
			  "port_number": 16718,
			  "number_of_slots": 1,
			  "show_latency_input": false,
			  "third_party_timetag_supported": false,
			  "time_from_message_supported": false,
			  "time_of_arrival_supported": false,
			  "user_interface": false,
			  "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 100000,
         "description": "Microfix Compressed Format",
         "executable": "DrvMicrofix.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100001,
         "description": "Syledis SB5",
         "executable": "DrvSyledisSB5.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100007,
         "description": "Hyperfix Extended Format",
         "executable": "DrvHyperfix.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100011,
         "description": "Parker PDFX Stepping Drive",
         "executable": "DrvParkerPDFX.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100012,
         "description": "Parker PDFX Stepping Drive - Remote Control",
         "executable": "DrvParkerPDFXUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100013,
         "description": "Parker PDFX Stepping Drive (NEW)",
         "executable": "DrvParkerPDFX.exe",
         "executable_arguments": [
            "",
            "",
            "",
            "",
            "Type168"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100014,
         "description": "Parker PDFX Stepping Drive (NEW) - Remote Control",
         "executable": "DrvParkerPDFXUI.exe",
         "executable_arguments": [
            "",
            "",
            "Type168"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100015,
         "description": "WAGO Dynamic Transducer Mounting",
         "executable": "DrvWAGODynaMount.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100020,
         "description": "Artemis Range and Bearing (ASCII)",
         "executable": "DrvPseudoArtemis.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100021,
         "description": "Artemis Range and Bearing (KA-BCD (0.1))",
         "executable": "DrvPseudoArtemis.exe",
         "executable_arguments": [
            "KABCD02"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100022,
         "description": "Artemis Range and Bearing (KA-BCD (0.01))",
         "executable": "DrvPseudoArtemis.exe",
         "executable_arguments": [
            "KABCD03"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100033,
         "description": "GECO Trinav rGPS Type 100/200 Version 2",
         "executable": "DrvTrinavGPSv2.exe",
         "executable_arguments": [
            "T100/200"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100034,
         "description": "GECO Trinav rGPS Type 101/201 G-P Format",
         "executable": "DrvTrinavGPSv2.exe",
         "executable_arguments": [
            "T101/201"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100037,
         "description": "SeaDiff/SeaTrack rGPS",
         "executable": "DrvRGPSSeadiff.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100040,
         "description": "Renishaw Fanbeam MkIII Range & Bearing (Renishaw Standard)",
         "executable": "DrvFanbeamUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100041,
         "description": "Renishaw Fanbeam MkIII Range & Bearing (Simrad Binary)",
         "executable": "DrvFanbeamUI.exe",
         "executable_arguments": [
            "SIMRAD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100043,
         "description": "Leica TPS1000 Series Theodolite (GeoCOM)",
         "executable": "DrvLeicaTPS1000UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100044,
         "description": "Leica Nova TS/MS Series (GeoCOM)",
         "executable": "DrvLeicaTPS1000UI.exe",
         "executable_arguments": [
            "NOVA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100045,
         "description": "Geodimeter Aga 140T",
         "executable": "DrvAga140T.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100047,
         "description": "NavAnalog Analog to Digital Convertor",
         "executable": "DrvNavAnalog.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100048,
         "description": "IHC Dredge Monitoring ($PIHC)",
         "executable": "DrvDredgeMonitoring.exe",
         "executable_arguments": [
            "IHC",
            "NV",
            "IY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100050,
         "description": "AUV/Buoy Tracking (PARADIGM)",
         "executable": "DrvAUVBuoyTracking.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100055,
         "description": "Nautronix LBL (NASNet $PNIXO)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NASNET_LBL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100056,
         "description": "Nautronix LBL (NASNet $PNIXO) (With UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NASNET_LBL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100060,
         "description": "Sonardyne PAN LBL (FS/SI strings)",
         "executable": "DrvSonardynePAN.exe",
         "executable_arguments": [
            "FSS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100065,
         "description": "Simrad HPR LBL Raw Data (Ranges)",
         "executable": "DrvSimradLBLRawData.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100067,
         "description": "Sonardyne PAN LBL (LBL string)",
         "executable": "DrvSonardynePAN.exe",
         "executable_arguments": [
            "LBL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100070,
         "description": "Jan de Nul Eco Dredger (Horizontal Angle)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100072,
         "description": "Reserved Number (Airpax moved to 312001)",
         "executable": "DrvDoNotUse.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100074,
         "description": "Cable Counter (Dynapar/ SideScan Winch)",
         "executable": "DrvCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100075,
         "description": "Cable Counter Payout (MD Totco)",
         "executable": "DrvTotcoCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100076,
         "description": "Cable Counter (Red Lion)",
         "executable": "DrvRedLionCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100077,
         "description": "Geodimeter GST (Passive RS232 Link)",
         "executable": "DrvGeodimeterGST.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100078,
         "description": "Geodimeter 600 (Passive Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "P",
            "20"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100079,
         "description": "Geodimeter 600 (Active Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "A",
            "L",
            "20",
            "750"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100081,
         "description": "DCI Minilir-Fennel",
         "executable": "DrvMinilirFennel.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100082,
         "description": "OPC Interface",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 100095,
         "description": "# Manual Surface Navigation Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100097,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 100098,
         "description": "WinSocket - Surface Navigation Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 100099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100100,
         "description": "Kongsberg RADius Range & Bearing (PSXRAD Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100101,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LBL_RANGE1",
            "LBL_RANGE2",
            "LBL_RANGE3",
            "LBL_RANGE4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 100102,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LBL_RANGE1",
            "LBL_RANGE2",
            "LBL_RANGE3",
            "LBL_RANGE4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 100103,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LBL_RANGE1",
            "LBL_RANGE2",
            "LBL_RANGE3",
            "LBL_RANGE4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 100104,
         "description": "Network (UDP) - Kongsberg RADius Range & Bearing (PSXRAD)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 110000,
         "description": "Trimble 4000 (Active RCI) **",
         "executable": "DrvTrimbleRCI.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110003,
         "description": "Trimble DSM (TSIP) **",
         "executable": "DrvTrimbleSIP.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110004,
         "description": "Trimble DSM (TSIP) WGC 6F **",
         "executable": "DrvTrimbleSIPWGC.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110005,
         "description": "Trimble DSM (TSIP) PosNet **",
         "executable": "DrvTrimbleSIPPOD.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110006,
         "description": "Trimble 7400 RealTime Survey Data **",
         "executable": "DrvTrimbleRT.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110010,
         "description": "Sercel NR103 (Passive Raw Data) **",
         "executable": "DrvNR103.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110011,
         "description": "Sercel NR203 (Passive Raw Data) **",
         "executable": "DrvNR103.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110012,
         "description": "Sercel NR203 (Active Raw Data) **",
         "executable": "DrvNR203.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110013,
         "description": "Aquarius (Port A) **",
         "executable": "DrvAquarius.exe",
         "executable_arguments": [
            "PORTA"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110014,
         "description": "Aquarius (Port B) **",
         "executable": "DrvAquarius.exe",
         "executable_arguments": [
            "PORTB"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110018,
         "description": "C-Nav NCT2000 Raw GPS 'Binary' Data **",
         "executable": "DrvCNAV.exe",
         "executable_arguments": [
            "2000"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110019,
         "description": "C-Nav NCT2050 Raw GPS 'Binary' Data **",
         "executable": "TmpCNAV.exe",
         "executable_arguments": [
            "2050"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110020,
         "description": "Magnavox 9212 (Passive Raw Data) **",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110021,
         "description": "Magnavox 9212 (Active Raw Data) **",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110022,
         "description": "Leica MX 9400 (Passive Raw Data) **",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "RAW",
            "9400"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110023,
         "description": "Leica MX 9400 (Active Raw Data) **",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "ACTIVE",
            "9400"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110030,
         "description": "Ashtech Z12 Raw Data (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "Z12",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110031,
         "description": "Ashtech G12 GPS Board (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "G12",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110032,
         "description": "Ashtech ADU2 Raw Data (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110033,
         "description": "Ashtech ADU2 Raw Data (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110034,
         "description": "Ashtech Z12 Raw Data (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "Z12",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110035,
         "description": "Ashtech G12 GPS Board (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "G12",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 110097,
         "description": "WinSocket - GPS Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120000,
         "description": "Trimble 4000 (ASCII Printout)",
         "executable": "DrvTrimbleASCII.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120001,
         "description": "Trimble 4000 (Binary Printout)",
         "executable": "DrvTrimbleBinpos.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120002,
         "description": "Trimble 7400 RealTime Survey Data",
         "executable": "DrvTrimbleRT.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120003,
         "description": "Trimble TSIP Position",
         "executable": "DrvTrimbleSIP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120004,
         "description": "Syledis SR3 (Position)",
         "executable": "DrvSyledisSR3Pos.exe",
         "executable_arguments": [
            "DRMS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120005,
         "description": "Trimble 4000 (ASCII Printout) DGPS Check",
         "executable": "DrvTrimbleASCII.exe",
         "executable_arguments": [
            "DGPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120006,
         "description": "Trimble 4000 (ASCII Printout) RTK Check",
         "executable": "DrvTrimbleASCII.exe",
         "executable_arguments": [
            "RTK"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120008,
         "description": "Geotracer 3000 GPS (NMEA $GPGGK)",
         "executable": "DrvGeoTracer.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120009,
         "description": "Sercel NR103 NMEA ($GPGGA ELL)",
         "executable": "DrvNR103NMEA.exe",
         "executable_arguments": [
            "GPGGA",
            "ELL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120010,
         "description": "Sercel NR103 NMEA (GLL and ZDA)",
         "executable": "DrvNR103NMEA.exe",
         "executable_arguments": [
            "GLLZDA"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120011,
         "description": "Sercel NR103 $HYx (Position)",
         "executable": "DrvNR103Hyp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120012,
         "description": "Sercel NR103 NMEA ($GPGGA MSL)",
         "executable": "DrvNR103NMEA.exe",
         "executable_arguments": [
            "GPGGA",
            "MSL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120013,
         "description": "Ashtech ADU2 Raw Data (Port A)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "A"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120014,
         "description": "Ashtech ADU2 Raw Data (Port B)",
         "executable": "DrvAshtech.exe",
         "executable_arguments": [
            "ADU2",
            "B"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120015,
         "description": "POS MV (NMEA GGA GST GSA and Heading) **",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120016,
         "description": "NMEA GGA GST (Conditional Output)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "MOD_OUTPUT",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120017,
         "description": "Ashtech CBEN ($PASHR CBN)",
         "executable": "DrvAshtechCBEN.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120018,
         "description": "C-Nav NCT2000 Raw GPS 'Binary' Data (PVT)",
         "executable": "DrvCNAV.exe",
         "executable_arguments": [
            "2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120019,
         "description": "C-Nav NCT2050 Raw GPS 'Binary' Data (PVT)",
         "executable": "TmpCNAV.exe",
         "executable_arguments": [
            "2050"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120020,
         "description": "RWS MARS (Position)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120021,
         "description": "iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSPOS)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120022,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSPOS)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120023,
         "description": "Network - Naval GPS Data Link (PLO) Position",
         "executable": "DrvNavalGpsLinkUDP.exe",
         "executable_arguments": [
            "REG",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120025,
         "description": "NMEA Position and Heading ($--GGA/$--HDT/$--ROT) **",
         "executable": "DrvPositionNMEA.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120026,
         "description": "NMEA Position and Heading (CheckSum)",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120027,
         "description": "NMEA Position and Heading (No CheckSum)",
         "executable": "DrvPositionNMEA.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120028,
         "description": "Naval GPS Data Link (PLO) Position",
         "executable": "DrvNavalGpsLink.exe",
         "executable_arguments": [
            "REG",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120029,
         "description": "DNAVN AUXCOM3 Position (No CheckSum)",
         "executable": "DrvAuxcom3.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120030,
         "description": "DNAVN AUXCOM3 Position (CheckSum)",
         "executable": "DrvAuxcom3.exe",
         "executable_arguments": [
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120031,
         "description": "Racal SkyTrac Position (DNAVN)",
         "executable": "DrvSkyTrac.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120032,
         "description": "EIVA NaviBat Position",
         "executable": "DrvEiva.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120033,
         "description": "Racal BasMon DeltaFix Binary (Fixed E/N)",
         "executable": "DrvBasmonBinary.exe",
         "executable_arguments": [
            "F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120034,
         "description": "Racal BasMon DeltaFix Binary (False E/N)",
         "executable": "DrvBasmonBinary.exe",
         "executable_arguments": [
            "0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120035,
         "description": "Racal BasMon DeltaFix RTCM16 (Fixed E/N)",
         "executable": "DrvBasmonType16.exe",
         "executable_arguments": [
            "SIX",
            "F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120036,
         "description": "Racal BasMon DeltaFix RTCM16 (False E/N)",
         "executable": "DrvBasmonType16.exe",
         "executable_arguments": [
            "SIX",
            "0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120037,
         "description": "Racal UKOOA Position",
         "executable": "DrvRacalUkooa.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120038,
         "description": "Seatex GPS/GLONASS (NMEA $--GNS Format)",
         "executable": "DrvSeatexNMEAGNS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120039,
         "description": "Fanbeam Position (XY Position Format)",
         "executable": "DrvFanbeam.exe",
         "executable_arguments": [
            "XYPOS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120040,
         "description": "GECO Trinav Type 100/200 Version 2",
         "executable": "DrvTrinavGPSv2.exe",
         "executable_arguments": [
            "T100/200"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120041,
         "description": "GECO Trinav Type 101/201 G-P Format",
         "executable": "DrvTrinavGPSv2.exe",
         "executable_arguments": [
            "T101/201"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120042,
         "description": "Sonardyne LUSBL LBL Position (V.5)",
         "executable": "DrvSonardyneLUSBL.exe",
         "executable_arguments": [
            "V5"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120043,
         "description": "Sonardyne LUSBL LBL Position (V.6)",
         "executable": "DrvSonardyneLUSBL.exe",
         "executable_arguments": [
            "V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120044,
         "description": "Sonardyne APS3 Position Output",
         "executable": "DrvSonardyneAPS3.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120045,
         "description": "Sonardyne APS3 Position Output (Age)",
         "executable": "DrvSonardyneAPS3.exe",
         "executable_arguments": [
            "DT",
            "2.0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120046,
         "description": "Securicor Datatrak Position",
         "executable": "DrvSecuricorDatatrak.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120047,
         "description": "Simrad HPR LBL Position",
         "executable": "DrvSimradLBLPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120048,
         "description": "Seapath Binary Standard Format",
         "executable": "DrvSeapathMRU.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120049,
         "description": "Sonardyne APS3 Position Output (NAVCO)",
         "executable": "DrvSonardyneAPS3.exe",
         "executable_arguments": [
            "N"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120050,
         "description": "Subsea Telemetry Position",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "SUBSEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120051,
         "description": "Shallow Water Range Format 2",
         "executable": "DrvShallowWaterRange.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120052,
         "description": "Seapath Binary Format 11",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120053,
         "description": "Aquarius RTK (GPGGA or GPLRK)",
         "executable": "DrvSercelAquariusUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120054,
         "description": "ESeaCat Position",
         "executable": "DrvESeaCat.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120055,
         "description": "iXSea PHINS Standard ($PIXSE POSITI)",
         "executable": "DrvIxseaPhins.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120056,
         "description": "Centre Source Position",
         "executable": "DrvCentreSourcePosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120057,
         "description": "AUV/Buoy Tracking (PARADIGM)",
         "executable": "DrvAUVBuoyTracking.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120058,
         "description": "iXSea GAPS ($PTSAG Message)",
         "executable": "DrvIxseaGaps.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120059,
         "description": "iXSea GAPS ($PTSAG Message) (With UTC)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120060,
         "description": "Magnavox 021 (Computed Position)",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "021"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120061,
         "description": "Magnavox 121 (Predicted Position)",
         "executable": "DrvMagnavox.exe",
         "executable_arguments": [
            "121"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120062,
         "description": "RWSLod (0 Message)",
         "executable": "DrvRWSLod.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120063,
         "description": "Sercel Axyle (0 Message) No PPS",
         "executable": "DrvRWSLod.exe",
         "executable_arguments": [
            "USETIME"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120064,
         "description": "Network - iXSea GAPS ($PTSAG Message)",
         "executable": "DrvIxseaGapsUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120065,
         "description": "Network - iXSea GAPS ($PTSAG Message) (With UTC)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120066,
         "description": "IMCA Generic Message (Position)",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120067,
         "description": "NMEA Position (GPGGA No CheckSum) **",
         "executable": "DrvNMEA0183.exe",
         "executable_arguments": [
            "MSL",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120068,
         "description": "NMEA Position (GPGGA Western) **",
         "executable": "DrvNMEAWGC.exe",
         "executable_arguments": [
            "1",
            "MSL"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120069,
         "description": "NMEA Position (GPGGA Ashtech) **",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "1",
            "ELL"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120070,
         "description": "NMEA Position (GPGGA) **",
         "executable": "DrvNMEA0183.exe",
         "executable_arguments": [
            "MSL"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120071,
         "description": "NMEA Position (GPGLL) (With UTC) **",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "4"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120072,
         "description": "NMEA Position (GPRMC Height 0) **",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "256"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120073,
         "description": "NMEA Validate Position (GPGGA Ashtech) **",
         "executable": "DrvNMEAValidate.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120074,
         "description": "TNL  Position (GGK) (With UTC)",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "1024",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120075,
         "description": "NGL  Position (GLL) (With UTC)",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "512"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120076,
         "description": "NMEA Position ($INGGA) (No CheckSum) **",
         "executable": "DrvNMEA.exe",
         "executable_arguments": [
            "2048",
            "MSL",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120077,
         "description": "Subsea Telemetry Position (No CheckSum)",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "NOCS",
            "SUBSEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120078,
         "description": "Network - Shallow Water Range Format 2",
         "executable": "DrvShallowWaterRangeUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120079,
         "description": "Tracs TDMA",
         "executable": "DrvSubseaTelemetry.exe",
         "executable_arguments": [
            "TRACS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120080,
         "description": "Plessey P-code GPS Position",
         "executable": "DrvPlesseyGPS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120081,
         "description": "AP Decca Navigator DEGLL Position Output",
         "executable": "DrvDeccaPos.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120082,
         "description": "Loran-C LCGLL Position Output",
         "executable": "DrvDeccaPos.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120083,
         "description": "QC Header - Britsurvey (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120084,
         "description": "QC Header - Racal GNS (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120085,
         "description": "QC Header - Stolt Comex (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "SC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120086,
         "description": "QC Header - UDI-NAV (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "UN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120087,
         "description": "QC Header - Qubit Trac V Video (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "QV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120088,
         "description": "QC Header - Geoteam Geonav (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "GN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120089,
         "description": "DGPS Precise Position Output Format",
         "executable": "DrvGPSPrecisePosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120090,
         "description": "John Chance Realtime Kinematic ($JCGGK)",
         "executable": "DrvJChanceRTK.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120091,
         "description": "Ashtech GG24 GPS and GLONASS (Position)",
         "executable": "DrvAshtechGG24.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120092,
         "description": "QC Header - GeoConsult ROV (Position)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "BS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120093,
         "description": "Maridan MARPOS",
         "executable": "DrvSimPosition.exe",
         "executable_arguments": [
            "MARPOS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120094,
         "description": "QC Header - NAV-LOG2/ROV-LOG2 (Skewed Pos)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "NL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120095,
         "description": "QC Header - Seatex GNS (Position) (With UTC)",
         "executable": "DrvHeader.exe",
         "executable_arguments": [
            "RG",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120096,
         "description": "# Position Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 120097,
         "description": "Network (TCP) - NMEA Position (GPGGA)",
         "executable": "DrvNMEASocket.exe",
         "executable_arguments": [
            "1",
            "MSL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120098,
         "description": "WinSocket - Position Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120100,
         "description": "Javad NAVPOS Position",
         "executable": "DrvJavadGril.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120101,
         "description": "Satel Link (DD$GPGLL)",
         "executable": "DrvSatelLink.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120102,
         "description": "AD Navigation DC-Series (Position)",
         "executable": "DrvJavadSatelUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120103,
         "description": "Javad IMU Unit (Position)",
         "executable": "DrvJavadAT4UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120104,
         "description": "Network - Javad IMU Unit (Position)",
         "executable": "DrvJavadAT4UIUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 120105,
         "description": "Fugro MRDGPS (PGS DGPS QC Format)",
         "executable": "DrvFugroMRDGPS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120106,
         "description": "NMEA Position ($--LLQ) **",
         "executable": "DrvNMEA0183.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120107,
         "description": "Range Site Data Format (Geodesic) Position",
         "executable": "DrvRSDF.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120108,
         "description": "REMUS AUV ($CARXD) Position",
         "executable": "DrvRemusAUV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120109,
         "description": "Network - DeepC AUV Position",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120110,
         "description": "NovAtel GPS (OEM4 Family) (#BESTPOS Format)",
         "executable": "DrvGPSPrecisePosition.exe",
         "executable_arguments": [
            "BP",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120110,
         "description": "NovAtel OEM4 Family (#BESTPOS Format) (With UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_BESTPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120111,
         "description": "Centre Crane Position",
         "executable": "DrvQPSFreeBaseUI.exe",
         "executable_arguments": [
            "CRANE_POS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120112,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120113,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120114,
         "description": "Seapath Binary Format 11 (With UTC)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120115,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120116,
         "description": "Imagenex DeltaT Profiler Position",
         "executable": "DrvProfilerUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120117,
         "description": "Imagenex DeltaT Profiler Position (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120118,
         "description": "Network - AD Navigation ADX-Series (Position)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "POS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120119,
         "description": "Network (UDP) - IMCA Generic Message (Position)",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120120,
         "description": "Network - Seapath Binary Format 11 (With UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_FMT11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120121,
         "description": "Network - POS MV (NMEA GGA GST GSA and Heading) **",
         "executable": "DrvPositionNMEAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120122,
         "description": "Network - NMEA Pos and Hdg ($--GGA/$--HDT/$--ROT) **",
         "executable": "DrvPositionNMEAUDP.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120123,
         "description": "Network - NMEA Position and Heading (CheckSum)",
         "executable": "DrvPositionNMEAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120124,
         "description": "Network - NMEA Position and Heading (No CheckSum)",
         "executable": "DrvPositionNMEAUDP.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120125,
         "description": "Network - NMEA Position (GPGGA No CheckSum) **",
         "executable": "DrvNMEA0183UDP.exe",
         "executable_arguments": [
            "MSL",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120126,
         "description": "Network - NMEA Position (GPGGA) **",
         "executable": "DrvNMEA0183UDP.exe",
         "executable_arguments": [
            "MSL"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120127,
         "description": "Network - NMEA Position ($--LLQ)",
         "executable": "DrvNMEA0183UDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120128,
         "description": "Network - NMEA Position (GPGGA Ashtech) **",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "1",
            "ELL"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120129,
         "description": "Network - NMEA Position (GPGLL) (With UTC) **",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "4"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120130,
         "description": "Network - NMEA Position (GPRMC Height 0) **",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "256"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120131,
         "description": "Network - NMEA Position ($INGGA) (No CheckSum) **",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "2048",
            "MSL",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120132,
         "description": "Network - NGL  Position (GLL) (With UTC) **",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "512"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120133,
         "description": "Network - TNL  Position (GGK) (With UTC)",
         "executable": "DrvNMEAUDP.exe",
         "executable_arguments": [
            "1024",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120135,
         "description": "Leica 1200 series ASCII",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "LEICA_1200_ASCII",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120136,
         "description": "Honeywell PLC (Lat/Lon)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120137,
         "description": "Network - Coda Octopus F180 Position (with UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 3000,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120138,
         "description": "NovAtel SPAN (#INSPVA Format) (With UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120139,
         "description": "NovAtel SPAN (#BESTGPSPOS Format) (With UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120140,
         "description": "POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120141,
         "description": "Network - POS MV V5 (Binary Groups 1/102/103)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 5602,
         "possible_slot_values": [
            "102",
            "103",
            "1"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 120142,
         "description": "Shallow Water Range Geodetic (UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NUWC_SWRG",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120143,
         "description": "Network - Shallow Water Range Geodetic (UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NUWC_SWRG",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120144,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120145,
         "description": "Geodimeter 600 - Position (Passive Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "POS",
            "NTC",
            "P",
            "20"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120146,
         "description": "Geodimeter 600 - Position (Active Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "POS",
            "NTC",
            "A",
            "L",
            "20",
            "750"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120148,
         "description": "Qinsy Remote Control Telemetry Position (UTC)",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120149,
         "description": "Qinsy Remote Control Telemetry Position",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120150,
         "description": "iXSea GAPS ($PTSAG Message) (No PV Check)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120151,
         "description": "iXSea GAPS ($PTSAG Message) (With UTC) (No PV Check)",
         "executable": "DrvIxseaGaps.exe",
         "executable_arguments": [
            "PPS",
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120152,
         "description": "Network - iXSea GAPS ($PTSAG Message) (No PV Check)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120153,
         "description": "Network - iXSea GAPS ($PTSAG Message) (With UTC) (No PV Check)",
         "executable": "DrvIxseaGapsUDP.exe",
         "executable_arguments": [
            "PPS",
            "NOPVC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120154,
         "description": "Network - OXTS Inertial+ Position (with UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "F180",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 3000,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120155,
         "description": "Network - Honeywell PLC (Lat/Lon)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120156,
         "description": "Geodimeter 600 - Position (Swap X/Y) (Passive Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "POS_SW",
            "NTC",
            "P",
            "20"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120157,
         "description": "Geodimeter 600 - Position (Swap X/Y) (Active Radio Link)",
         "executable": "DrvGeodimeter600.exe",
         "executable_arguments": [
            "POS_SW",
            "NTC",
            "A",
            "L",
            "20",
            "750"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120158,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Position",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120159,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120160,
         "description": "CDL MiniPOS3 (Binary) Position",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120161,
         "description": "CDL MiniPOS3 (Binary) Position (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120162,
         "description": "Sonardyne SPRINT INS (Position)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120163,
         "description": "Network - Sonardyne SPRINT INS (Position)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120165,
         "description": "FarSounder (Forward Looking Sonar) (Vessel Position)",
         "executable": "DrvFLSControl.exe",
         "executable_arguments": [
           "FARSOUNDER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "192.168.0.2",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120200,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 120201,
         "description": "AIS Standard VDO Message (Ship's Own Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120202,
         "description": "Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120203,
         "description": "Network - Septentrio PolaRx2e/PolaRx2eH/PolaRx2e@",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_POLARX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120204,
         "description": "Septentrio SBF (Binary)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120205,
         "description": "Network - Septentrio SBF (Binary)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120206,
         "description": "Septentrio SBF (Binary) DISABLED (UDP1)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120207,
         "description": "Network (UDP) - C-Nav 3050 Raw GPS 'Binary' Data (PVT)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "CNav_3050",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120208,
         "description": "Network (TCP) - C-Nav 3050 Raw GPS 'Binary' Data (PVT)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "CNav_3050",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120210,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA Format) (With UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120211,
         "description": "Network (UDP) - NovAtel SPAN (#BESTGPSPOS Format) (With UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120212,
         "description": "Network - Leica IPAS20",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120213,
         "description": "Network - Leica IPAS20 (GPS only solution)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS",
            "GPS_ONLY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120214,
         "description": "C-Nav 3050 Raw GPS 'Binary' Data (PVT)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "CNav_3050",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120215,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120216,
         "description": "iXSea PHINS (Binary Nav Message) Position",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120217,
         "description": "iXSea PHINS (Binary Nav Message) Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120218,
         "description": "iXSea GAPS (USBL INS 1 Message) Position",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_USBL_INS1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120219,
         "description": "iXSea GAPS (USBL INS 1 Message) Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_USBL_INS1",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120221,
         "description": "Raytheon AST PROSAS Position",
         "executable": "DrvASTProSas.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SSS_POS",
            "MBE_POS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120222,
         "description": "Network - Seatools (MROV - SROV)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEATOOLS_ROCKPIPER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MROV",
            "SROV"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120223,
         "description": "NovAtel SPAN (#INSPVA #HEAVEA Format) (With UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120224,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA #HEAVEA) (With UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120225,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "CentCutter",
            "CutPoint",
            "CalPoint",
            "WorkSpudTD",
            "AuxSpudTD",
            "AnchorSB",
            "AnchorPS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120226,
         "description": "EdgeTech Position",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120227,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA Format) (With UTC)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120228,
         "description": "Network (TCP) - NovAtel SPAN (#BESTGPSPOS Format) (With UTC)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120229,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA #HEAVEA) (With UTC)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120230,
         "description": "Kongsberg Mesotech M3 Position",
         "executable": "DrvKongsbergEM.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120231,
         "description": "Reson Seabat 7K (TCP/Network) Position",
         "executable": "DrvSeabat7K.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120232,
         "description": "SBG Systems Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120233,
         "description": "Network (TCP) - SBG Systems Position (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120234,
         "description": "Network (UDP) - SBG Systems Position (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120235,
         "description": "SBG Systems Position",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120236,
         "description": "Network (TCP) - SBG Systems Position",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120237,
         "description": "Network (UDP) - SBG Systems Position",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120238,
         "description": "ENL WASSP F Position",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120239,
         "description": "AIS Standard VDM Message (Other Ship's Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "serial",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120240,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Position (UTC)",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120241,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Position",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120242,
         "description": "AIS Standard VDO Message (Ship's Own Message)   (UDP)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120243,
         "description": "AIS Standard VDM Message (Other Ship's Message) (UDP)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120244,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INS",
            "GPS1",
            "GPS2",
            "GPSMANUAL",
            "USBL1",
            "USBL2",
            "USBL3",
            "LBL1",
            "LBL2",
            "LBL3",
            "LBL4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120245,
         "description": "Teledyne Odom MB2 (TCP/Network) Position",
         "executable": "DrvSeabat7K.exe",
         "executable_arguments": [
            "ODOM_MB2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120246,
         "description": "ENL WASSP x230 Position",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_X230"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120247,
         "description": "Ping DSP 3DSS-DX-450 Position",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 23848,
         "possible_slot_values": [
            "GGA",
            "RMC",
            "GGK"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120248,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) Position (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120249,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INS",
            "GPS1",
            "GPS2",
            "GPSMANUAL",
            "USBL1",
            "USBL2",
            "USBL3",
            "LBL1",
            "LBL2",
            "LBL3",
            "LBL4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120250,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INS",
            "GPS1",
            "GPS2",
            "GPSMANUAL",
            "USBL1",
            "USBL2",
            "USBL3",
            "LBL1",
            "LBL2",
            "LBL3",
            "LBL4"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120251,
         "description": "Sonardyne LNAV (Position)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120252,
         "description": "Network - Sonardyne LNAV (Position)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120253,
         "description": "L3-Klein Sonar Hydrochart 3500",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120255,
         "description": "AIS Standard VDO Message (Ship's Own Message)   (TCP)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120256,
         "description": "AIS Standard VDM Message (Other Ship's Message) (TCP)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Int</Type><Name>Ship's MMSI</Name><ID>MMSI</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"999999999\"/></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120257,
         "description": "Kongsberg KMALL",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120258,
         "description": "Network (UDP) - Seapath Binary Format 26 Position (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120259,
         "description": "Network (UDP) - Seapath Binary Format 26 Position (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120260,
         "description": "Network (TCP) - Seapath Binary Format 26 Position (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120261,
         "description": "Network (TCP) - Seapath Binary Format 26 Position (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120262,
         "description": "Seapath Binary Format 26 Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120263,
         "description": "Seapath Binary Format 26 Position (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120264,
         "description": "Network (UDP) - Seapath Binary Format 23 Position (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120265,
         "description": "Network (UDP) - Seapath Binary Format 23 Position (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120266,
         "description": "Network (TCP) - Seapath Binary Format 23 Position (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120267,
         "description": "Network (TCP) - Seapath Binary Format 23 Position (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 120268,
         "description": "Seapath Binary Format 23 Position (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120269,
         "description": "Seapath Binary Format 23 Position (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 120270,
         "description": "Network (UDP) - QPS Binary - Coverage Monitoring (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "QINSY_DTM_BINARY",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 120271,
         "description": "Network UDP - Septentrio SBF (Binary)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "maximum_update_rate": 0.1,
         "number_of_slots": 0,
         "port_number": 28784,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
        "id": 120272,
        "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Position)",
        "executable": "DrvQPSCountedTCP.exe",
        "executable_arguments": [
          "SUBSONUS_ANPP",
          "PPS"
        ],
        "can_output_data": false,
        "deprecation_status": "operational",
        "device_control": "disabled",
        "driver_type": "network",
        "number_of_slots": 1,
        "port_number": 16718,
        "show_latency_input": false,
        "third_party_timetag_supported": false,
        "time_from_message_supported": false,
        "time_of_arrival_supported": false,
        "user_interface": false,
        "winsocket_switch": "ip_and_port"
      },
      {
         "id": 130000,
         "description": "RTCM-104 6of8",
         "executable": "DrvRTCM.exe",
         "executable_arguments": [
            "SIX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130001,
         "description": "RTCM-104 6of8 Bit-Slipped",
         "executable": "DrvRTCM.exe",
         "executable_arguments": [
            "SIX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130002,
         "description": "RTCM-104 8of8",
         "executable": "DrvRTCM.exe",
         "executable_arguments": [
            "EIGHT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130003,
         "description": "NMEA RTCM (DGPRC/ DGDDC/ DGREF)",
         "executable": "DrvRTCMNMEA.exe",
         "executable_arguments": [
            "7"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130004,
         "description": "Sercel NR 103 (Passive Corrections)",
         "executable": "DrvNR103.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130005,
         "description": "Sercel NR 203 (Passive Corrections)",
         "executable": "DrvNR103.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130006,
         "description": "Sercel NR 203 (Active Corrections)",
         "executable": "DrvNR203.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130007,
         "description": "Aquarius (Port A)",
         "executable": "DrvAquarius.exe",
         "executable_arguments": [
            "PORTA"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130008,
         "description": "Aquarius (Port B)",
         "executable": "DrvAquarius.exe",
         "executable_arguments": [
            "PORTB"
         ],
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 130098,
         "description": "WinSocket - Differential Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150000,
         "description": "AUXCOM3 (Position; Age=0  Survey)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "NOAGE"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150001,
         "description": "AUXCOM3 (Position and Age Survey)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "AGE"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150002,
         "description": "AUXCOM3 (Skewed Position  Survey)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150003,
         "description": "AUXCOM3 (Position; Age=0  WGS84)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "NOAGE",
            "WGS84"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150004,
         "description": "AUXCOM3 (Position and Age WGS84)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "AGE",
            "WGS84"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150005,
         "description": "AUXCOM3 (Skewed Position  WGS84)",
         "executable": "DrvOutAuxcom3.exe",
         "executable_arguments": [
            "SKEW",
            "WGS84"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150006,
         "description": "Tresco PC Navigis (Position and Waypoints)",
         "executable": "DrvOutTresco.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150007,
         "description": "Syledis Y/X Position (Fault Quality)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "FQ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150008,
         "description": "Syledis Y/X Position (Fault Quality) (Steered)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "FQ",
            "STEER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150009,
         "description": "Fish output to 6041 (WinSocket)",
         "executable": "DrvOutFish6041.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150010,
         "description": "Waypoints - NMEA WPL (Simrad SDP)",
         "executable": "DrvOutWaypointsUI.exe",
         "executable_arguments": [
            "WPL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150011,
         "description": "Ballast Nedam X/Y (Local)",
         "executable": "DrvOutBallast.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150012,
         "description": "Simrad ADP70X (Position and Waypoints)",
         "executable": "DrvOutSimradADP70X.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150013,
         "description": "Waypoints - NMEA RTE/WPL (Simrad SDP)",
         "executable": "DrvOutWaypointsUI.exe",
         "executable_arguments": [
            "RTEWPL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150014,
         "description": "Ballast Nedam X/Y (Steered Point)",
         "executable": "DrvOutBallast.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150015,
         "description": "PGS Nav Header",
         "executable": "DrvOutPGSNavHdr.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150016,
         "description": "PGS Nav Header (Steered Point)",
         "executable": "DrvOutPGSNavHdr.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150017,
         "description": "Output to Qubit Scans V",
         "executable": "DrvOutScansV.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150018,
         "description": "PGS Pre-Fix Header (BCD) (Steered Point)",
         "executable": "DrvOutPGSPreFixHdr.exe",
         "executable_arguments": [
            "1100"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150019,
         "description": "Racal Navigation Format (Steered Point)",
         "executable": "DrvOutRacalNavHdr.exe",
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150020,
         "description": "NMEA GPGLL",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "8"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150021,
         "description": "NMEA GPGGA/GPVTG",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "17"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150022,
         "description": "NMEA GPGGA/GPVTG/GPGLL/GLL",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "27"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150023,
         "description": "NMEA GPGGA/GPVTG/GPGLL/GLL/GPTSS",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "91"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150024,
         "description": "NMEA GPGGA/GPVTG/GPGLL/GLL/PTNL/TSS",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "155"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150025,
         "description": "NMEA GPGLL (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "8",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150026,
         "description": "NMEA GPGGA/GPVTG (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "17",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150027,
         "description": "NMEA GPGGA/GPVTG (Skewed Steered Point)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "17",
            "SKEW",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150028,
         "description": "NMEA GPGGA/GPVTG (Steered Point)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "17",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150029,
         "description": "Waypoints - NMEA RMC/RTE/WPL (Serial)",
         "executable": "DrvOutWaypoints.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150030,
         "description": "De Beers Marine",
         "executable": "DrvOutDBM.exe",
         "executable_arguments": [
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150031,
         "description": "NMEA GPGGA",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "1"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150032,
         "description": "Waypoints - NMEA RMC/RTE/WPL (WinSocket)",
         "executable": "DrvOutWaypointsSocket.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150033,
         "description": "Waypoints - NMEA WPL (Serial)",
         "executable": "DrvOutWaypointsUI.exe",
         "executable_arguments": [
            "WPL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150034,
         "description": "De Beers Marine (Steered Point)",
         "executable": "DrvOutDBM.exe",
         "executable_arguments": [
            "SKEW",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150035,
         "description": "Western Geophysical Fix",
         "executable": "DrvOutWestern.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150036,
         "description": "ADCP X/Y Position",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "ADCP"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150037,
         "description": "ADCP X/Y Position (Steered Point)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "ADCP",
            "STEER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150038,
         "description": "Waypoints - NMEA WPC (Cegelec DPS 901)",
         "executable": "DrvOutWaypointsUI.exe",
         "executable_arguments": [
            "WPC"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150039,
         "description": "EIVA NaviBat",
         "executable": "DrvOutEiva.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150040,
         "description": "EIVA NaviBat (Steered Point)",
         "executable": "DrvOutEiva.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150041,
         "description": "Geomap (Steered Point)",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "GEOMAP",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150042,
         "description": "Atlas Fansweep 20",
         "executable": "DrvOutFanSweep.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150043,
         "description": "Atlas Fansweep 20 (WGS84)",
         "executable": "DrvOutFanSweep.exe",
         "executable_arguments": [
            "WGS84"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150044,
         "description": "C-BASS 2 (DTNEK#) (Steered Point)",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "CBASS2",
            "STEERED"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150045,
         "description": "GeoLab ESP Annotator (Multiple Positions)",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "GEOLAB"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150046,
         "description": "GeoLab ESP Annotator (Steered Point)",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "GEOLAB",
            "STEERED",
            "5"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150047,
         "description": "Atlas Deso 15 Annotator",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "DESO15"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150048,
         "description": "Atlas Deso 15 Annotator (Steered Point)",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "DESO15",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150049,
         "description": "VOACZ Video Eventing (Steered Point)",
         "executable": "DrvOutFish.exe",
         "executable_arguments": [
            "VOACZ",
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150050,
         "description": "Video Overlay (XVC 01 Controller)",
         "executable": "DrvOutVideoOverlay.exe",
         "executable_arguments": [
            "XVC01"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150051,
         "description": "Video Overlay (IVC 401/2 Controller)",
         "executable": "DrvOutVideoOverlay.exe",
         "executable_arguments": [
            "IVC401"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150052,
         "description": "Video Overlay (207 LR Controller)",
         "executable": "DrvOutVideoOverlay.exe",
         "executable_arguments": [
            "207LR"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150053,
         "description": "Video Overlay (Merpro (Liebnitz Lann))",
         "executable": "DrvOutVideoOverlay.exe",
         "executable_arguments": [
            "MERPRO"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150054,
         "description": "ADCP Lat/Lon and X/Y Position",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "GHR",
            "G"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150055,
         "description": "ADCP Lat/Lon and X/Y Position (Steered Point)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "GHR",
            "STEER",
            "G"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150056,
         "description": "Video Overlay (Generic Output)",
         "executable": "DrvOutVideoOverlay.exe",
         "executable_arguments": [
            "GENERIC"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150057,
         "description": "Vsp Manager",
         "executable": "DrvOutXxxManager.exe",
         "executable_arguments": [
            "VSP"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150058,
         "description": "ADCP Lat/Lon Position ($SNGLL)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SNGLL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150059,
         "description": "ADCP Lat/Lon Position ($SNGLL) (Steered Point)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SNGLL",
            "STEER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150060,
         "description": "Tug Manager",
         "executable": "DrvOutXxxManager.exe",
         "executable_arguments": [
            "TUG"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150061,
         "description": "Seabat 8000 Series UTC Synchroniser",
         "executable": "DrvSeabatSynch.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150062,
         "description": "Gyro Compass Output",
         "executable": "DrvOutGyroUI.exe",
         "executable_arguments": [
            "5.0"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150063,
         "description": "Depth Output",
         "executable": "DrvOutDepthUI.exe",
         "executable_arguments": [
            "5.0"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150064,
         "description": "GeoCom X-Star",
         "executable": "DrvOutBallast.exe",
         "executable_arguments": [
            "GEOCOM"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150065,
         "description": "Statoil Data Server",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "STATOIL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150066,
         "description": "Subsea Telemetry",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "SUBSEA"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150067,
         "description": "Bennex Left/Right Indicator",
         "executable": "DrvOutBennexLR.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150068,
         "description": "AutoPilot (with turning track) - RobNav AP9",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "ROBNAV_AP9"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150069,
         "description": "AutoPilot (with turning track) - Euro500",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "EURO500"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150070,
         "description": "AutoPilot (with turning track) - RobTrack/STS500",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "ROBTRACK"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150071,
         "description": "Subspection",
         "executable": "DrvOutSubspection.exe",
         "executable_arguments": [
            "SUB"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150072,
         "description": "CorrOcean Cathodic Protection System",
         "executable": "DrvOutCorrOcean.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150073,
         "description": "CorrOcean CP System (Steered Point)",
         "executable": "DrvOutCorrOcean.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150074,
         "description": "Corrintec CP System",
         "executable": "DrvOutSubspection.exe",
         "executable_arguments": [
            "COR"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150075,
         "description": "Coda Navigation Format",
         "executable": "DrvOutSubspection.exe",
         "executable_arguments": [
            "CODA"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150076,
         "description": "Coda Navigation Format (Date Format)",
         "executable": "DrvOutSubspection.exe",
         "executable_arguments": [
            "CDAT"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150077,
         "description": "NMEA Autopilot $IIAPB/VHW/VTG (Skewed Steered)",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "IIBCIVX"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150078,
         "description": "NMEA GPGLL/GPVTG",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "20"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150079,
         "description": "NMEA GPGLL/GPVTG (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "20",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150080,
         "description": "NMEA GPRMC",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "256"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150081,
         "description": "NMEA GPRMC (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "256",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150082,
         "description": "NMEA Autopilot $IIAPB/$IIVHW",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "IIBC"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150083,
         "description": "NMEA Autopilot $IIAPB/$IIVHW (Steered)",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "IIBCX"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150084,
         "description": "NMEA Autopilot $CCAPA",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "CCAZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150085,
         "description": "NMEA Autopilot $CCAPA (Steered Point)",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "CCAXZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150086,
         "description": "NMEA Autopilot $QPBWW/$QPXTE",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "QPDEYZ",
            "1"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150087,
         "description": "NMEA Autopilot $QPBWW/$QPXTE (Steered)",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "QPDEYXZ",
            "1"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150088,
         "description": "NMEA GPGGA ROV",
         "executable": "DrvOutGPGGAROV.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150089,
         "description": "NMEA GPGGA Height Sounding Datum",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "1",
            "HEIGHT"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150090,
         "description": "Pseudo Artemis Range and Bearing",
         "executable": "DrvOutPseudoArtemisUI.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150091,
         "description": "ISIS (Vessel and Fish Data)",
         "executable": "DrvOutIsisUI.exe",
         "executable_arguments": [
            "ISIS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150092,
         "description": "REDAS (Vessel and Fish Data)",
         "executable": "DrvOutIsisUI.exe",
         "executable_arguments": [
            "REDAS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150093,
         "description": "SMD (Vessel and ROV Data)",
         "executable": "DrvOutIsisUI.exe",
         "executable_arguments": [
            "SMD"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150094,
         "description": "DOWTY (Vessel and Fish Data)",
         "executable": "DrvOutIsisUI.exe",
         "executable_arguments": [
            "DOWTY"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150095,
         "description": "NMEA Autopilot $PESSA/$PESSX",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "PEFGHZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150096,
         "description": "NMEA Autopilot $PESSA/$PESSX (Steered)",
         "executable": "DrvOutAutoPilot.exe",
         "executable_arguments": [
            "PEFGHXZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150097,
         "description": "6041 WinSocket Output",
         "executable": "DrvOut6041.EXE",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150098,
         "description": "WinSocket Output (Result Data)",
         "executable": "DrvOutQpsSocket.exe",
         "executable_arguments": [
            "RESULT"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 150099,
         "description": "WinSocket Output (Raw Data)",
         "executable": "DrvOutQpsSocket.exe",
         "executable_arguments": [
            "RAW"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_definition"
      },
      {
         "id": 150100,
         "description": "Simrad S90 Format",
         "executable": "DrvOutSubspection.exe",
         "executable_arguments": [
            "S90"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150101,
         "description": "Simrad DP Force Output",
         "executable": "DrvOutSimradDPForce.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150102,
         "description": "Waypoints - Imtech ECDIS 3500 (WinSocket)",
         "executable": "DrvOutECDIS3500.exe",
         "executable_arguments": [
            "ECDIS3500"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150103,
         "description": "Syledis Y/X Position (Fault Quality) (Limit Age)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "FQ",
            "AGE"
         ],
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150104,
         "description": "Naval GPS Data Link (PLO)",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "NAVSEA"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150105,
         "description": "ISIS (JD, Soundvelocity, Depth and Fixnumber)",
         "executable": "DrvOutISIS.exe",
         "executable_arguments": [
            "PORT3"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150106,
         "description": "ISIS (Start/Stop Logging)",
         "executable": "DrvOutISIS.exe",
         "executable_arguments": [
            "PORT4"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150107,
         "description": "Range Site Data Format",
         "executable": "DrvOutRSDFUI.exe",
         "executable_arguments": [
            "RSDF"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150108,
         "description": "Range Site Data Format (Geodesic)",
         "executable": "DrvOutRSDFUI.exe",
         "executable_arguments": [
            "RSDFG"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150109,
         "description": "NMEA GPZDA",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "32"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150110,
         "description": "NMEA GPGGA/GPZDA",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "33"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150111,
         "description": "NMEA GPGGA/GPZDA (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "33",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150112,
         "description": "Network - Range Site Data Format (UDP)",
         "executable": "DrvOutRSDFUIUDP.exe",
         "executable_arguments": [
            "RSDF"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150113,
         "description": "Network - Range Site Data Format (UDP) (Geodesic)",
         "executable": "DrvOutRSDFUIUDP.exe",
         "executable_arguments": [
            "RSDFG"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150114,
         "description": "Network - Depth Output (UDP)",
         "executable": "DrvOutDepthUIUDP.exe",
         "executable_arguments": [
            "5.0"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150115,
         "description": "VisualWorks Event Output",
         "executable": "DrvOutEvent.exe",
         "executable_arguments": [
            "VISUAL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150116,
         "description": "DataTel Telemetry (Fugro POS_TEL Format)",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "FUGRO"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150117,
         "description": "AutoPilot (with turning track) - NMEA APA",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "NMEA_APA"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150118,
         "description": "AutoPilot (with turning track) - NMEA APB",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "NMEA_APB"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150119,
         "description": "AutoPilot (with turning track) - NMEA XTE",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "NMEA_XTE"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150120,
         "description": "NMEA GPGGK/GPZDA",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "4128"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150121,
         "description": "NMEA GPGGK/GPZDA (Skewed Position)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "4128",
            "SKEW"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150122,
         "description": "NMEA GPGGK/GPZDA (EM3000/RWSZeeland/MET)",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "4128",
            "TIME:1",
            "QUAL",
            "HEIGHT"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150123,
         "description": "LAMs Gyro Position Output",
         "executable": "DrvOutLAMsGyro.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150124,
         "description": "LAMs Gyro Position Output (Steered)",
         "executable": "DrvOutLAMsGyro.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150125,
         "description": "Meteo Report Generator (WMO-SYNOP)",
         "executable": "DrvMeteoReport.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150126,
         "description": "Syntrak 480 Output",
         "executable": "DrvOutSyntrak480.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150127,
         "description": "Syntrak 480 Output (Steered node)",
         "executable": "DrvOutSyntrak480.exe",
         "executable_arguments": [
            "STEERED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150128,
         "description": "Sercel Axyle UTC Synchroniser",
         "executable": "DrvSeabatSynch.exe",
         "executable_arguments": [
            "",
            "AXYLE"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150129,
         "description": "NMEA GPGGA/GPVTG/GPHDT",
         "executable": "DrvOutNMEA.exe",
         "executable_arguments": [
            "8209"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150130,
         "description": "NMEA with GUI",
         "executable": "DrvOutMultiNMEAUI.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150131,
         "description": "Generic Output (User-defined ASCII)",
         "executable": "DrvOutGenericUI.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150132,
         "description": "DensLog GPS Position Input",
         "executable": "DrvOutGenericUI.exe",
         "executable_arguments": [
            "DrvOutDensLog.xml"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150133,
         "description": "Generic ASCII Data Logger (Controller)",
         "executable": "DrvGenericLogger.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "output_update_rate"
      },
      {
         "id": 150134,
         "description": "Network - Generic Output (User-defined ASCII) (UDP)",
         "executable": "DrvOutGenericUIUDP.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150135,
         "description": "Analog Depth Output ($1AO)",
         "executable": "DrvOutGenericUI.exe",
         "executable_arguments": [
            "DrvOutAnalogDepth.xml"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150136,
         "description": "Subsea Telemetry Extended Slots",
         "executable": "DrvOutMultiPositionUI.exe",
         "executable_arguments": [
            "SUBSEA",
            "EXTENDED"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150137,
         "description": "Network - NMEA with GUI(UDP)",
         "executable": "DrvOutMultiNMEAUIUDP.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150138,
         "description": "Waypoints to FPROV - SMD DVECS ($WPX)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SMD_DVECS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150139,
         "description": "Waypoints - Seatools RTX/WPX",
         "executable": "DrvOutWaypointsUI.exe",
         "executable_arguments": [
            "RTXWPX"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150140,
         "description": "Waypoints - Seatools RTX/WPX (Network)",
         "executable": "DrvOutWaypointsUITCP.exe",
         "executable_arguments": [
            "RTXWPX"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150141,
         "description": "AutoPilot (with turning track) - Kongsberg TNT",
         "executable": "DrvOutAutoPilotUI.exe",
         "executable_arguments": [
            "NMEA_TNT"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150142,
         "description": "Network - Generic Output (User-defined ASCII) (TCP)",
         "executable": "DrvOutGenericUITCP.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150143,
         "description": "Waypoints - NMEA RTE/WPL (Simrad SDP) (UDP)",
         "executable": "DrvOutWaypointsUIUDP.exe",
         "executable_arguments": [
            "RTEWPL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150144,
         "description": "Waypoints - NMEA RTE/WPL (Simrad SDP) (TCP)",
         "executable": "DrvOutWaypointsUITCP.exe",
         "executable_arguments": [
            "RTEWPL"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150145,
         "description": "Waypoints - Route Plan Exchange (RTZ) (TCP)",
         "executable": "DrvOutWaypointsUITCP.exe",
         "executable_arguments": [
            "RTZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150146,
         "description": "Waypoints - Route Plan Exchange (RTZ) (UDP)",
         "executable": "DrvOutWaypointsUIUDP.exe",
         "executable_arguments": [
            "RTZ"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150148,
         "description": "Qinsy Remote Control Telemetry Output (UTC)",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150149,
         "description": "Qinsy Remote Control Telemetry Output",
         "executable": "DrvRemoteController.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150150,
         "description": "Network - Anchor Output (UDP)",
         "executable": "DrvOutAnchors.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150160,
         "description": "Network - IHC Dredging Positions (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150161,
         "description": "Network - IHC Dredging Triangles (Binary)",
         "executable": "DrvOutIhcTcp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150162,
         "description": "Network - IHC Dredging Positions (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150163,
         "description": "Network - IHC Dredging Triangles (ASCII)",
         "executable": "DrvOutIhcTcp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150165,
         "description": "Network - AutoPilot (with turning track) (TCP)",
         "executable": "DrvOutAutoPilotUITCP.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150166,
         "description": "AutoPilot (with turning track)",
         "executable": "DrvOutAutoPilotUI.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150167,
         "description": "Waypoints - Seafloor Autonav ASV (MavLink Protocol)",
         "executable": "DrvOutWaypointsUIMavLink.exe",
         "executable_arguments": [
            "ARDUPILOT"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150170,
         "description": "Bundle Results Telemetry Output",
         "executable": "DrvOutBundleResults.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150201,
         "description": "Network - HOV (HDAS-A) (WinSocket)",
         "executable": "DrvOutHOV.exe",
         "executable_arguments": [
            "HDAS-A"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150202,
         "description": "Network - HOV (HDAS-B) (WinSocket)",
         "executable": "DrvOutHOV.exe",
         "executable_arguments": [
            "HDAS-B"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150203,
         "description": "WinFrog Decoder",
         "executable": "DrvOutPositionUI.exe",
         "executable_arguments": [
            "WINFROG"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150204,
         "description": "Network - VODAS Section Info",
         "executable": "DrvQPSFreeBaseUI.exe",
         "executable_arguments": [
            "VODAS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150207,
         "description": "Syledis Y/X Position (Quality)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "Q"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150208,
         "description": "Syledis Y/X Position (Quality) (Steered Point)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "Q",
            "STEER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150213,
         "description": "Syledis Y/X Position (Quality) (Limit Age)",
         "executable": "DrvOutPosition.exe",
         "executable_arguments": [
            "SYL",
            "Q",
            "AGE"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150214,
         "description": "Flintstone Fallpipe ROV Output to Seatools",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150215,
         "description": "iXSea PHINS+DVL Halliburton SAS (Output Only)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "OO"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150216,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Output (UTC)",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS",
            "PPS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150217,
         "description": "Network (UDP) - Qinsy Remote Control Telemetry Output",
         "executable": "DrvRemoteControllerUDP.exe",
         "executable_arguments": [
            "SATEL3AS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150218,
         "description": "Sonardyne SPRINT INS (Output Only)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS",
            "OO"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150219,
         "description": "Network - Sonardyne SPRINT INS (Output Only)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS",
            "OO"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150220,
         "description": "iXblue Std Bin (Output only)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 150221,
         "description": "Network (UDP) - iXblue Std Bin (Output only)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150222,
         "description": "Network (TCP) - iXblue Std Bin (Output only)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 150223,
         "description": "OPC Server Plugin",
         "executable": "DrvOpcServerHandler.exe",
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "suppress_in_controller": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 170000,
         "description": "QPS Fix Generator Mk1",
         "executable": "DrvOutFix.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 8,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170001,
         "description": "HYDRO Fixbox (ASCII 'F')",
         "executable": "DrvOutHydroTrigger.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 0,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170002,
         "description": "QPS Fix Generator Mk2",
         "executable": "DrvOutFix.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 2,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170003,
         "description": "QPS Fix Generator Mk3/Mk4/Mk5/Mk6",
         "executable": "DrvOutFix.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 2,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170004,
         "description": "Knudsen Event Marker",
         "executable": "DrvOutTxt.exe",
         "executable_arguments": [
            "$PKEL03"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 0,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170005,
         "description": "Text Annotation",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "TEXTOUT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 0,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 170006,
         "description": "Hypack USB Fixbox",
         "executable": "DrvOutFix.exe",
         "executable_arguments": [
            "99"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_available_ports": 0,
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180000,
         "description": "Trimble UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "TIMETAG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "before",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180001,
         "description": "Trimble 4000 PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "before",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180002,
         "description": "NMEA ZDA",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180003,
         "description": "NMEA ZDA PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180004,
         "description": "NMEA GGA/RMC/GGK",
         "executable": "DrvPositionNMEA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180005,
         "description": "NMEA $GP PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180006,
         "description": "NMEA ZDA PPS (No TTL)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "ZDA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180007,
         "description": "NMEA GGA PPS (No TTL)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "GGA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180008,
         "description": "Network (UDP) - Trimble UTC",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "TIMETAG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180010,
         "description": "Sercel #T PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180011,
         "description": "Sercel #T PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180012,
         "description": "Aquarius SVAR!M PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1",
            "AQUARIUS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180013,
         "description": "Aquarius SVAR!M PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2",
            "AQUARIUS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180015,
         "description": "Network (UDP) - NMEA ZDA",
         "executable": "DrvPositionNMEAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180016,
         "description": "NMEA ZDA PPS (Network) (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180018,
         "description": "NMEA ZDA PPS (Network) (No TTL)",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180020,
         "description": "Ashtech PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180021,
         "description": "Ashtech PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "after",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180030,
         "description": "Magnavox PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180031,
         "description": "Magnavox PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180040,
         "description": "NovAtel PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180041,
         "description": "NovAtel PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180050,
         "description": "DeepC IMU PPS (COM1)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180051,
         "description": "DeepC IMU PPS (COM2)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180055,
         "description": "NTP Client (Network)",
         "executable": "DrvPpsNtp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180056,
         "description": "POS MV V5 (Binary Group 112 - NMEA ZDA) (Network)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 5602,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 180057,
         "description": "POS MV V5 (Binary Group 7 - PPS Time) (Network)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 180058,
         "description": "EdgeTech PPS",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180059,
         "description": "Teledyne Odom MB1",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "MB1",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180060,
         "description": "# Third party synchronized Windows system time",
         "executable": "DrvPpsWindowsSystemTime.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180061,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA Format)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180062,
         "description": "Network (TCP) - NovAtel SPAN (#BESTGPSPOS Format)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180063,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA #HEAVEA Format)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180064,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA Format)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180065,
         "description": "Network (UDP) - NovAtel SPAN (#BESTGPSPOS Format)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180066,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA #HEAVEA Format)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180067,
         "description": "NovAtel SPAN (#INSPVA Format)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180068,
         "description": "NovAtel SPAN (#BESTGPSPOS Format)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180069,
         "description": "NovAtel SPAN (#INSPVA #HEAVEA Format)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180072,
         "description": "Septentrio SBF (Binary)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180073,
         "description": "Network - Septentrio SBF (Binary)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "ACTIVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 28784,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180075,
         "description": "Kongsberg Mesotech M3",
         "executable": "DrvKongsbergEM.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180076,
         "description": "Reson Seabat 7K (TCP/Network) PPS",
         "executable": "DrvSeabat7K.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 7000,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180077,
         "description": "SBG Systems UTC",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180078,
         "description": "Network (TCP) - SBG Systems UTC",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180079,
         "description": "Network (UDP) - SBG Systems UTC",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 180080,
         "description": "Sonardyne SPRINT INS (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180081,
         "description": "Network (UDP) - Sonardyne SPRINT INS (UTC)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180082,
         "description": "L3-Klein Sonar Hydrochart 3500",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180083,
         "description": "Teledyne Odom MB2 (TCP/Network) PPS",
         "executable": "DrvSeabat7K.exe",
         "executable_arguments": [
            "ODOM_MB2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180084,
         "description": "Ping DSP 3DSS-DX-450 Timetag",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 23848,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180085,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180086,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180087,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180088,
         "description": "Sonardyne LNAV (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 180089,
         "description": "Network (UDP) - Sonardyne LNAV (UTC)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180090,
         "description": "ENL WASSP S3",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "WASSP_S3",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180091,
         "description": "Kongsberg KMALL",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "search_gate_mode": "not_used",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 180092,
         "description": "Network UDP - Septentrio SBF (Binary)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEPTENTRIO_SBF_ASTERX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 28784,
         "search_gate_mode": "auto",
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "windows_clock_sync_allowed": true,
         "winsocket_switch": "port"
      },
      {
         "id": 190000,
         "description": "P5/94 Generator",
         "executable": "DrvManP594.exe",
         "executable_arguments": [
            "P594"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 190001,
         "description": "TS166 Generator",
         "executable": "DrvManP594.exe",
         "executable_arguments": [
            "TS166"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 190002,
         "description": "UPIS Generator",
         "executable": "DrvManP594.exe",
         "executable_arguments": [
            "UPIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 190003,
         "description": "Pipe Laying Administration",
         "executable": "DrvManPipeAdmin.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200002,
         "description": "Reson Seabat 81xx/900x (Serial / PPS)",
         "executable": "NoName.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200003,
         "description": "Reson Seabat 81xx/900x (Serial / PPS) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "PPS",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200004,
         "description": "Reson Seabat 81xx/900x (Serial)",
         "executable": "DrvSeabatSerial.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Observation Time</Name><ID>USE_MSG_TIME</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Use Time of Arrival\" Value=\"0\"/><Option Name=\"Decode Time From Message\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200005,
         "description": "Reson Seabat 81xx/900x (Serial) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200006,
         "description": "Reson Seabat 81xx/900x (Network)",
         "executable": "DrvSeabatSocket.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Snippet Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200007,
         "description": "Reson Seabat 81xx/900x (Network) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 240,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200008,
         "description": "Reson Seabat 7K (UDP/Network)",
         "executable": "DrvSeabat7KUDP.exe",
         "additional_soundings_supported": true,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"7006/7004 (Old)\" Value=\"7006\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Snippet Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"7008/7004 (Old)\" Value=\"7008\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200009,
         "description": "Reson Seabat 7K (UDP/Network) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200010,
         "description": "Simrad EM3000 (X-Y-Z Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "1"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200011,
         "description": "Simrad EM3000 (R-Theta Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "0"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200012,
         "description": "Simrad EM1000 (X-Y-Z Format)",
         "executable": "DrvSimradEM1000.exe",
         "executable_arguments": [
            "1"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 60,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200013,
         "description": "Simrad EM3000D Head II (X-Y-Z Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "1",
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200014,
         "description": "Simrad EM3000D Head II (R-Theta Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "0",
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200015,
         "description": "Odom Echoscan",
         "executable": "DrvOdomEchoScan.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 30,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200016,
         "description": "L-3 ELAC Seabeam 1000 series Head I",
         "executable": "DrvSeabeamSocket.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 126,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200017,
         "description": "Simrad Mesotech SM2000 (Serial)",
         "executable": "DrvSimradSM2000.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 128,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200018,
         "description": "Simrad EM3000 (R-Theta Format / D)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "2"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200019,
         "description": "Simrad EM3000D Head II (R-Theta Fmt / D)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "2",
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200020,
         "description": "Simrad Mesotech MS 971",
         "executable": "DrvSimradMesotech.exe",
         "executable_arguments": [
            "971"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 800,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200021,
         "description": "Simrad Mesotech MS 990",
         "executable": "DrvSimradMesotech.exe",
         "executable_arguments": [
            "990"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 800,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200022,
         "description": "Simrad EM3000 (R-Theta Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "0",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200023,
         "description": "Simrad EM3000 (X-Y-Z Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200024,
         "description": "Simrad EM3000D Head II (X-Y-Z Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "1",
            "DII",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200025,
         "description": "Simrad EM3000D Head II (R-Theta Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "0",
            "DII",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200026,
         "description": "Tritech SeaKing SCU System (Slot 1)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "1",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200027,
         "description": "Tritech SeaKing SCU System (Slot 1) (With UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "1",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200028,
         "description": "Tritech SeaKing SCU System (Slot 4)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "4",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200029,
         "description": "Tritech SeaKing SCU System (Slot 4) (With UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "4",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200030,
         "description": "Tritech SeaKing SCU Master (Slot 2)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "2",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200031,
         "description": "Tritech SeaKing SCU Slave  (Slot 3)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "3",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200032,
         "description": "Tritech SeaKing SCU Master (Slot 2) (With UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "2",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200033,
         "description": "Tritech SeaKing SCU Slave  (Slot 3) (With UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "3",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200035,
         "description": "Simrad Mesotech SM2000 (Network)",
         "executable": "DrvSimradSM2000UDP.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 128,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200036,
         "description": "Tritech SeaKing SCU Master (Slot 5)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "5",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200037,
         "description": "Tritech SeaKing SCU Slave  (Slot 6)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "6",
            "PAS",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200038,
         "description": "Odom Echoscan XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "NOCS",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 30,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200039,
         "description": "Simrad EM1002 (R-Theta Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "0",
            "EM1002"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 127,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200040,
         "description": "TSS 340 PipeTracker",
         "executable": "DrvTSS350.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200041,
         "description": "TSS 350 CableTracker",
         "executable": "DrvTSS350.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200042,
         "description": "TSS 340/350 Tracker (Ignore Offset Quality)",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "NOQUAL"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200043,
         "description": "Ulvertech Pipe/Cable Tracker",
         "executable": "DrvUlvertechTracker.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200044,
         "description": "Sense MARINE Pipe and Cable Tracker (PCT)",
         "executable": "DrvTSS350.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200045,
         "description": "Imagenex DT101Xi/DT102Xi Multibeam Profiling Sonar (With UTC)",
         "executable": "DrvQPSFreebase.exe",
         "executable_arguments": [
            "IMAGENEX_D1P",
            "UTC"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": false,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 720,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200046,
         "description": "SMD ROV (CableTracker)",
         "executable": "DrvSMDROV.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 0,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200047,
         "description": "Tritech SeaKing SCU Master (Slot 5) (with UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "5",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200048,
         "description": "Tritech SeaKing SCU Slave  (Slot 6) (with UTC)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "6",
            "ACT",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200049,
         "description": "ARAN Rut Bar",
         "executable": "DrvAranRutBar.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 0,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200050,
         "description": "Innovatum PipeTracker",
         "executable": "DrvInnovatum.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 1,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200051,
         "description": "Marimatech E-Sea Swathe 501",
         "executable": "DrvESeaSwatch501.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 5,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200052,
         "description": "Innovatum PipeTracker (Ignore Solution Mode)",
         "executable": "DrvInnovatum.exe",
         "executable_arguments": [
            "NOSOL"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 1,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200055,
         "description": "R2Sonic 2000 Series (Network)",
         "executable": "DrvR2Sonic.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"0\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Snippet Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>String</Type><Name>Head IP Address</Name><ID>HEAD_IP</ID><Properties Default=\"0.0.0.0\"/><ViewProperties Tooltip=\"The IP address of the head as set in Sonic Control\" VisibilityOption=\"DRIVER_CONTROL\"/></Row><Row><Type>Int</Type><Name>Head port number</Name><ID>HEAD_PORT</ID><Properties Default=\"65502\" Min=\"0\" Max=\"65536\"/><ViewProperties Tooltip=\"The port number of the head as set in Sonic Control\" VisibilityOption=\"DRIVER_CONTROL\"/></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 1024,
         "number_of_slots": 0,
         "port_number": 4000,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200056,
         "description": "R2Sonic 2000 Series (Network) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200057,
         "description": "Reson Seabat 7K (TCP/Network)",
         "executable": "DrvSeabat7K.exe",
         "additional_soundings_supported": true,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "CUSTOM=SEABAT7K",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "port_number": 7000,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200058,
         "description": "Reson Seabat 7K (TCP/Network) XTF",
         "executable": "NoName.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200059,
         "description": "Reson Seabat 7K Pipe Detection (TCP/Network)",
         "executable": "DrvSeabat7K.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 5,
         "number_of_slots": 1,
         "port_number": 7000,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200060,
         "description": "Atlas Fansweep Port (with UTC)",
         "executable": "DrvAtlasFansweep.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 720,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200061,
         "description": "Atlas Fansweep Port (Network Clock Sync)",
         "executable": "DrvAtlasFansweep.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 720,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200062,
         "description": "Imagenex 881L Profiler (No Control)",
         "executable": "DrvProfilerUDP.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200063,
         "description": "Imagenex 881L Profiler",
         "executable": "DrvImagenexTcp.exe",
         "executable_arguments": [
            "881L"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200064,
         "description": "Reson Seabat 7K Head II (TCP/Network)",
         "executable": "DrvSeabat7K.exe",
         "additional_soundings_supported": true,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "CUSTOM=SEABAT7K",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "port_number": 7000,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200065,
         "description": "Imagenex DeltaT Profiler",
         "executable": "DrvProfilerUDP.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200066,
         "description": "Imagenex DeltaT Profiler Head II",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200067,
         "description": "Imagenex DeltaT Profiler (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200068,
         "description": "Imagenex DeltaT Profiler Head II  (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "DII",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200070,
         "description": "Kongsberg EM3002 (R-Theta Format)",
         "executable": "DrvSimradEM3000.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Manufacturer</Name><ID>MANUFACTURER</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"2\" Value=\"2\"/><EnumOptions><Option Name=\"Kongsberg\" Value=\"2\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Model</Name><ID>MODEL</ID><ViewProperties/><Properties Default=\"Other\" Value=\"2000\"/><EnumOptions><Option Name=\"EM3002\" Value=\"3020\"/><Option Name=\"Other\" Value=\"2000\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 254,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200071,
         "description": "Kongsberg EM3002 (R-Theta Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 254,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200072,
         "description": "Kongsberg EM3002D Head II (R-Theta Format)",
         "executable": "DrvSimradEM3000.exe",
         "executable_arguments": [
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Manufacturer</Name><ID>MANUFACTURER</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"2\" Value=\"2\"/><EnumOptions><Option Name=\"Kongsberg\" Value=\"2\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Model</Name><ID>MODEL</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"EM3002\" Value=\"3020\"/><EnumOptions><Option Name=\"EM3002\" Value=\"3020\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 254,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": true,
         "winsocket_switch": "port"
      },
      {
         "id": 200073,
         "description": "Kongsberg EM3002D Head II (R-Theta Format) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "DII",
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 254,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": true,
         "winsocket_switch": "port"
      },
      {
         "id": 200076,
         "description": "Kongsberg EM2040/EM710/EM302/EM122",
         "executable": "DrvKongsbergEM.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Manufacturer</Name><ID>MANUFACTURER</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"Kongsberg\" Value=\"2\"/><EnumOptions><Option Name=\"Kongsberg\" Value=\"2\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Model</Name><ID>MODEL</ID><Properties Default=\"Other\" Value=\"2000\"/><EnumOptions><Option Name=\"EM122\" Value=\"122\"/><Option Name=\"EM302\" Value=\"302\"/><Option Name=\"EM710\" Value=\"710\"/><Option Name=\"EM2040\" Value=\"2040\"/><Option Name=\"EM2040C\" Value=\"2045\"/><Option Name=\"EM2040M\" Value=\"204077\"/><Option Name=\"EM2040P\" Value=\"204080\"/><Option Name=\"Other\" Value=\"2000\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 1,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200077,
         "description": "Kongsberg EM2040 Head II",
         "executable": "DrvKongsbergEM.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Manufacturer</Name><ID>MANUFACTURER</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"Kongsberg\" Value=\"2\"/><EnumOptions><Option Name=\"Kongsberg\" Value=\"2\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Model</Name><ID>MODEL</ID><Properties Default=\"Other\" Value=\"2000\"/><EnumOptions><Option Name=\"EM122\" Value=\"122\"/><Option Name=\"EM302\" Value=\"302\"/><Option Name=\"EM710\" Value=\"710\"/><Option Name=\"EM2040\" Value=\"2040\"/><Option Name=\"EM2040C\" Value=\"2045\"/><Option Name=\"EM2040M\" Value=\"204077\"/><Option Name=\"EM2040P\" Value=\"204080\"/><Option Name=\"Other\" Value=\"2000\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 512,
         "number_of_slots": 1,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200078,
         "description": "SEA Swath Plus",
         "executable": "DrvSEASwathPlus.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200079,
         "description": "SEA Swath Plus Head II",
         "executable": "NoName.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200080,
         "description": "GeoSwath Sonar (250 KHz) Port Head",
         "executable": "DrvGeoSwath.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200081,
         "description": "GeoSwath Sonar (250 KHz) Starboard Head",
         "executable": "DrvGeoSwath.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200082,
         "description": "Kongsberg EM2040/EM710/EM302/EM122 XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200083,
         "description": "Kongsberg EM2040 Head II XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 512,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200084,
         "description": "Ulvertech Profiler (Head 1) (Passive)",
         "executable": "DrvUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "PAS",
            "REV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 201,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200085,
         "description": "Ulvertech Profiler (Head 1) (With UTC)",
         "executable": "TmpUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "ACT",
            "REV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 201,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200086,
         "description": "Ulvertech Profiler (Head 2) (Passive)",
         "executable": "DrvUlvertechProfiler.exe",
         "executable_arguments": [
            "2",
            "PAS",
            "REV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 201,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200087,
         "description": "Ulvertech Profiler (Head 2) (With UTC)",
         "executable": "TmpUlvertechProfiler.exe",
         "executable_arguments": [
            "2",
            "ACT",
            "REV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 201,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200090,
         "description": "OISTAR Simrad Mesotech MS 971",
         "executable": "NoName.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 800,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200091,
         "description": "OISTAR Simrad Mesotech MS 990",
         "executable": "NoName.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 800,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200092,
         "description": "OISTAR Tritech SeaKing SCU Master (Slot 2)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "2",
            "OI",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200093,
         "description": "OISTAR Tritech SeaKing SCU Slave  (Slot 3)",
         "executable": "DrvTritechSKV4.exe",
         "executable_arguments": [
            "3",
            "OI",
            "NOREV"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 799,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200094,
         "description": "OISTAR TSS 340 PipeTracker",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "OI"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200095,
         "description": "OISTAR TSS 350 CableTracker",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "OI"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 2,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200096,
         "description": "# Multibeam Simulator",
         "executable": "DrvSimPosition.exe",
         "additional_soundings_supported": true,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 999,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200098,
         "description": "Benthos C3D (20° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200099,
         "description": "Benthos C3D Head II (20° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200100,
         "description": "Odom ES3",
         "executable": "DrvProfilerUDP.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200101,
         "description": "Odom ES3 Head II",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "DII"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200102,
         "description": "Laser Scanning - Renishaw LaserAce SLM (Network) - OLD",
         "executable": "DrvLaserAceSLM.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": true,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200103,
         "description": "Petrel TDFLS - Network",
         "executable": "DrvPetrelTDFLS.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 101,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200104,
         "description": "Laser Scanning - Z+F PROFILER 5006i 100Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "PROFILER_5006i"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 40000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 6100,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200105,
         "description": "Laser Scanning - LEICA HDS6000/HDS6100 50Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "LEICA_HDS6000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 40000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 6100,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200106,
         "description": "Laser Scanning - RIEGL VQ-250 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ250",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.127",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200107,
         "description": "Laser Scanning - RIEGL VQ-250",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ250"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200108,
         "description": "Laser Scanning - RIEGL VZ-400 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ400",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200109,
         "description": "Laser Scanning - RIEGL VZ-400",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ400"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200110,
         "description": "Odom ES3 (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200111,
         "description": "Odom ES3 Head II (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "DII",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 480,
         "number_of_slots": 1,
         "port_number": 4040,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200112,
         "description": "Laser Scanning - SICK LMS200 (E-collector Box)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "EBOX_LMS200"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 181,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200113,
         "description": "Laser Scanning - RIEGL VZ-1000 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ1000",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200114,
         "description": "Laser Scanning - RIEGL VZ-1000",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ1000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200115,
         "description": "Kongsberg Mesotech MS971/990/1000",
         "executable": "DrvSimradMesotech.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 1600,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200116,
         "description": "Kongsberg Mesotech MS971/990/1000 Head II",
         "executable": "DrvSimradMesotech.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head2",
         "maximum_number_of_beams": 1600,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200117,
         "description": "Kongsberg Mesotech MS1000 (With UTC)",
         "executable": "DrvSimradMesotech.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 1600,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200118,
         "description": "Kongsberg Mesotech MS1000 Head II (With UTC)",
         "executable": "DrvSimradMesotech.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head2",
         "maximum_number_of_beams": 1600,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200119,
         "description": "Laser Scanning - Renishaw Dynascan SLM",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "MDL_SLM"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": true,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 36000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 30,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200120,
         "description": "Kongsberg Mesotech MS1000 (Network)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "MS1000",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 1600,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200121,
         "description": "Laser Scanning - SICK LMS500/LMS511",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "SICK_LMS500"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 5706,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 2111,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200122,
         "description": "Laser Scanning - LEICA HDS7000 50Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "IMAGER_5010"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 40000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 6100,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200123,
         "description": "Coda Octopus Echoscope (Network)",
         "executable": "DrvEchoScope.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 16384,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200124,
         "description": "Laser Scanning - Z+F IMAGER 5010 50Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "IMAGER_5010"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 40000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "port_number": 6100,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200125,
         "description": "Laser Scanning - Z+F PROFILER 5010 100Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "PROFILER_5010"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200126,
         "description": "L-3 ELAC Seabeam 1000 series Head II",
         "executable": "DrvSeabeamSocket.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 63,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200127,
         "description": "L-3 ELAC Seabeam 3000 series",
         "executable": "DrvSeabeamSocket.exe",
         "executable_arguments": [
            "3000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 1024,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200128,
         "description": "Laser Scanning - LEICA P15 / P16 / P20 / P30",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "LEICA_P20"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 20000,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200129,
         "description": "Laser Scanning - LEICA P40",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "LEICA_P40"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 20000,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200130,
         "description": "Atlas Hydrosweep MD2 Port (Network Clock Sync)",
         "executable": "DrvAtlasFansweep.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 160,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200131,
         "description": "Atlas Hydrosweep MD2 Starboard (Network Clock Sync)",
         "executable": "DrvAtlasFansweep.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 160,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200132,
         "description": "Laser Scanning - LEICA P50",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "LEICA_P50"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 20000,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200135,
         "description": "GeoSwath Sonar (125 KHz) Port Head",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "125"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200136,
         "description": "GeoSwath Sonar (125 KHz) Starboard Head",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "125"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200137,
         "description": "GeoSwath Sonar (500 KHz) Port Head",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "500"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200138,
         "description": "GeoSwath Sonar (500 KHz) Starboard Head",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "500"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200140,
         "description": "Raytheon AST PROSAS Port Head",
         "executable": "DrvASTProSas.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 25000,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200141,
         "description": "Raytheon AST PROSAS Starboard Head",
         "executable": "DrvASTProSas.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 25000,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200145,
         "description": "ENL WASSP 3250",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200147,
         "description": "Teledyne Odom MB1",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "MB1",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Snippet Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200149,
         "description": "Atlas Fansweep Starboard (with UTC)",
         "executable": "DrvAtlasFansweep.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 720,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200150,
         "description": "Atlas Fansweep Starboard (Network Clock Sync)",
         "executable": "DrvAtlasFansweep.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 720,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200151,
         "description": "Laser Scanning - RIEGL VQ-450 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ450",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200152,
         "description": "Laser Scanning - RIEGL VQ-450",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ450"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200153,
         "description": "Laser Scanning - RIEGL VZ-4000 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ4000",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200154,
         "description": "Laser Scanning - RIEGL VZ-4000",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ4000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200155,
         "description": "Laser Scanning - Applanix LANDMark",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "ILRIS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 2000,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200156,
         "description": "Laser Scanning - Optech ILRIS-HD",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "ILRIS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 2000,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200157,
         "description": "Laser Scanning - RIEGL VQ-180 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ180",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200158,
         "description": "Laser Scanning - RIEGL VQ-180",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VQ180"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200159,
         "description": "Laser Scanning - Velodyne HDL-32E",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "HDL_32E"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.1.201",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "port_number": 2368,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200160,
         "description": "Benthos C3D (30° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "30"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200161,
         "description": "Benthos C3D Head II (30° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "30"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200162,
         "description": "Benthos C3D (40° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "40"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200163,
         "description": "Benthos C3D Head II (40° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "40"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200165,
         "description": "Tritech Gemini Sonar",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "TRITECH_GEMINI",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "user_definable",
         "maximum_number_of_beams": 256,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200166,
         "description": "Laser Scanning - RIEGL VZ-2000 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ2000",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200167,
         "description": "Laser Scanning - RIEGL VZ-2000",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ2000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200168,
         "description": "Laser Scanning - RIEGL VZ-6000 (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ6000",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200169,
         "description": "Laser Scanning - RIEGL VZ-6000",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ6000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200170,
         "description": "L3-Klein Sonar 5000 Port",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200171,
         "description": "L3-Klein Sonar 5000 Starboard",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200172,
         "description": "L3-Klein Sonar 5000 Version 2 Port",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200173,
         "description": "L3-Klein Sonar 5000 Version 2 Starboard",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200175,
         "description": "Imagenex 965 Profiler",
         "executable": "DrvProfilerUDP.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 1440,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200176,
         "description": "Imagenex 965 Profiler  (with UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 1440,
         "number_of_slots": 1,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200178,
         "description": "EdgeTech Bathy Port",
         "executable": "DrvEdgetechSocket.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Model Number</Name><ID>EDGETECH_MODEL</ID><Properties Default=\"6205/4600\" Value=\"4600\"/><EnumOptions><Option Name=\"6205/4600\" Value=\"4600\"/><Option Name=\"2205\" Value=\"2205\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200179,
         "description": "EdgeTech Bathy Starboard",
         "executable": "DrvEdgetechSocket.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Model Number</Name><ID>EDGETECH_MODEL</ID><Properties Default=\"6205/4600\" Value=\"4600\"/><EnumOptions><Option Name=\"6205/4600\" Value=\"4600\"/><Option Name=\"2205\" Value=\"2205\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200180,
         "description": "Laser Scanning - LAS",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=10"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 1400,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200181,
         "description": "L3-Klein Sonar Hydrochart 3500 Port",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200182,
         "description": "L3-Klein Sonar Hydrochart 3500 Starboard",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": true,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 1,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200183,
         "description": "ENL WASSP F",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_F"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200184,
         "description": "Optimal Ranging Orion",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ORION"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 200185,
         "description": "Kongsberg Mesotech M3",
         "executable": "DrvKongsbergEM.exe",
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": true,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200186,
         "description": "Laser Scanning - Velodyne VLP-16",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "VLP_16"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.1.201",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "port_number": 2368,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200187,
         "description": "Laser Scanning - ZENITH Z-300",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "VLP_16"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.1.201",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "port_number": 2368,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200188,
         "description": "Teledyne Odom MB2 (TCP/Network)",
         "executable": "DrvSeabat7K.exe",
         "executable_arguments": [
            "ODOM_MB2"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"7027 (New)\" Value=\"7027\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Snippet Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"7000/7028 (New)\" Value=\"7028\"/></EnumOptions></Row><Row><Type>Int</Type><Name>Minimum Snippet Sample Window (0=auto)</Name><ID>MIN_SNIP_WINDOW</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"1000\"/></Row><Row><Type>Int</Type><Name>Maximum Snippet Sample Window (0=auto)</Name><ID>MAX_SNIP_WINDOW</ID><Properties Default=\"0\" Value=\"0\" Min=\"0\" Max=\"1000\"/></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200189,
         "description": "ENL WASSP x230",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_X230"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 32768,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200190,
         "description": "Ping DSP 3DSS-DX-450 Bathymetry Port",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 10000,
         "number_of_slots": 1,
         "port_number": 23848,
         "quality_flag_available": false,
         "sd_roll_offset": 70.0,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200191,
         "description": "Ping DSP 3DSS-DX-450 Bathymetry Starboard",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 10000,
         "number_of_slots": 1,
         "port_number": 23848,
         "quality_flag_available": false,
         "sd_roll_offset": -70.0,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200192,
         "description": "Ping DSP 3DSS-DX-450 SideScan3d Port",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS",
            "SS3D"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 10000,
         "number_of_slots": 1,
         "port_number": 23848,
         "quality_flag_available": false,
         "sd_roll_offset": 70.0,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200193,
         "description": "Ping DSP 3DSS-DX-450 SideScan3d Starboard",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS",
            "SS3D"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head2",
         "maximum_number_of_beams": 10000,
         "number_of_slots": 1,
         "port_number": 23848,
         "quality_flag_available": false,
         "sd_roll_offset": -70.0,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200194,
         "description": "Laser Scanning - Velodyne VLP-32C",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "VLP_32C"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "not_supported",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.1.201",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "port_number": 2368,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200195,
         "description": "Laser Scanning - Z+F PROFILER 9012 200Hz",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "PROFILER_9012"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 40000,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 6100,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200196,
         "description": "PicoSonar - PicoMBES-120 (UDP/Network)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "PICOSONAR_MBES",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 256,
         "number_of_slots": 1,
         "port_number": 13000,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200197,
         "description": "Laser Scanning - QUANERGY M8",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "QUANERGY_M8"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.1.3",
         "maximum_number_of_beams": 9999,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 4141,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200198,
         "description": "Laser Scanning - Teledyne Optech Polaris TLS",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "POLARIS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.1",
         "maximum_number_of_beams": 9999,
         "maximum_update_rate": 0.0,
         "number_of_slots": 0,
         "port_number": 5000,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200199,
         "description": "Laser Scanning - Newton Labs Underwater Laser Scanner",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=0",
            "MIN_Q=0"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 1300,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200200,
         "description": "Laser Scanning - 2G Robotics ULS-500 PRO",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=400"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 2048,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200201,
         "description": "Laser Scanning - 2G Robotics ULS-500 PRO (Pitched Forward)",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=400",
            "XZy"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 2048,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200202,
         "description": "Laser Scanning - 2G Robotics ULS-500 PRO (Pitched Backward)",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=400",
            "XZY"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 2048,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200203,
         "description": "Laser Scanning - 2G Robotics ULS-500 PRO (Horizontal Forward)",
         "executable": "DrvLAS.exe",
         "executable_arguments": [
            "MIN_I=400",
            "YZx"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 2048,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 200205,
         "description": "ENL WASSP S3",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "WASSP_S3",
            "UTC"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": true,
         "can_output_data": false,
         "colinearity_flag_available": true,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 0,
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200206,
         "description": "Kongsberg KMALL",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "additional_soundings_supported": true,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_presets": "<Presets><Preset Name=\"FM Geocoder Toolbox (FMGT)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"0\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"FM Geocoder Toolbox (FMGT) & Qimera/FM Midwater (FMMW)\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"1\" /></Preset><Preset Name=\"XTF Export\"><ID Name=\"RAW_BATHY\" Value=\"1\" /><ID Name=\"RAW_SNIP\" Value=\"1\" /><ID Name=\"RAW_WCD\" Value=\"0\" /></Preset><Preset Name=\"User Defined\"></Preset></Presets>",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Manufacturer</Name><ID>MANUFACTURER</ID><ViewProperties ReadOnly=\"1\"/><Properties Default=\"Kongsberg\" Value=\"2\"/><EnumOptions><Option Name=\"Kongsberg\" Value=\"2\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Model</Name><ID>MODEL</ID><Properties Default=\"Other\" Value=\"2000\"/><EnumOptions><Option Name=\"EM122\" Value=\"122\"/><Option Name=\"EM302\" Value=\"302\"/><Option Name=\"EM710\" Value=\"710\"/><Option Name=\"EM2040\" Value=\"2040\"/><Option Name=\"EM2040C\" Value=\"2045\"/><Option Name=\"EM2040M\" Value=\"204077\"/><Option Name=\"EM2040P\" Value=\"204080\"/><Option Name=\"Other\" Value=\"2000\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Bathymetry Storage</Name><ID>RAW_BATHY</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Raw Seabed Image Storage</Name><ID>RAW_SNIP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row><Row><Type>Enum</Type><Name>Water Column Usage</Name><ID>RAW_WCD</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 512,
         "number_of_slots": 1,
         "possible_slot_values": [],
         "quality_flag_available": false,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200210,
         "description": "Laser Scanning - RIEGL VZ-400i (With UTC)",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ400i",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "ip_address": "192.168.0.125",
         "maximum_number_of_beams": 40000,
         "number_of_slots": 0,
         "port_number": 20002,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200211,
         "description": "Laser Scanning - RIEGL VZ-400i",
         "executable": "DrvLaser.exe",
         "executable_arguments": [
            "RIEGL_VZ400i"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200220,
         "description": "FarSounder (Forward Looking Sonar) Bottom Detection",
         "executable": "DrvFLSControl.exe",
         "executable_arguments": [
           "FARSOUNDER"
         ],
         "head": "head1",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "ip_address": "192.168.0.2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200221,
         "description": "FarSounder (Forward Looking Sonar) Object Detection",
         "executable": "DrvFLSControl.exe",
         "executable_arguments": [
           "FARSOUNDER"
         ],
         "head": "head2",
         "additional_soundings_supported": false,
         "allow_manual_svp": false,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "optionally_controlled_via_controller",
         "driver_type": "network",
         "ip_address": "192.168.0.2",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 200222,
         "description": "Network (UDP) - QPS Binary - Coverage Monitoring (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "QINSY_DTM_BINARY",
            "PPS"
         ],
         "additional_soundings_supported": false,
         "allow_manual_svp": true,
         "beam_and_tilt_cmo_enabled": false,
         "beam_merging_supported": false,
         "brightness_flag_available": false,
         "can_output_data": false,
         "colinearity_flag_available": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "head": "head1",
         "maximum_number_of_beams": 9999,
         "number_of_slots": 0,
         "possible_slot_values": [],
         "quality_flag_available": true,
         "show_latency_input": false,
         "snippet_data_supported": false,
         "sound_velocity_correction_allowed": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "water_column_data_supported": false,
         "winsocket_switch": "port"
      },
      {
         "id": 210000,
         "description": "Gun Controller GCS90 (V4.42)",
         "executable": "DrvGunGCS90.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220000,
         "description": "Vyner Medway Radio Tide Gauge MK I",
         "executable": "DrvVynerMedway.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220001,
         "description": "Vyner Medway Radio Tide Gauge MK II",
         "executable": "DrvVynerMedway.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220002,
         "description": "RWS MARS (Tide)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220003,
         "description": "Valeport 740 (Tide)",
         "executable": "DrvValeport.exe",
         "executable_arguments": [
            "740"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220004,
         "description": "Honeywell PLC (Tide)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220005,
         "description": "Network - Honeywell PLC (Tide)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 220006,
         "description": "DCI SBU92 Tide Gauge (Snelpeil Data)",
         "executable": "DrvDCISBU92.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220007,
         "description": "DCI SBU92 Tide Gauge (Selected Data)",
         "executable": "DrvDCISBU92.exe",
         "executable_arguments": [
            "SEL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220010,
         "description": "Aanderaa Unit 3015 (Diurnal Picture)",
         "executable": "DrvAanderaa.exe",
         "executable_arguments": [
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220011,
         "description": "Aanderaa Unit 3015 (Last Reading)",
         "executable": "DrvAanderaa.exe",
         "executable_arguments": [
            "2"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220012,
         "description": "Sonar Research LPM23",
         "executable": "DrvSonarResearchLPM23.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220020,
         "description": "Van Essen RGC920 Tide Gauge",
         "executable": "DrvRGC920.exe",
         "executable_arguments": [
            "1P"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220021,
         "description": "Kuhnt Pegel Tide Gauge",
         "executable": "DrvKuhntPegel.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220030,
         "description": "Digitrans Radio Tide Gauge (PAH)",
         "executable": "DrvDigitransPAH.exe",
         "executable_arguments": [
            "DIGI",
            "CS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220031,
         "description": "Hymedis Tide",
         "executable": "DrvHymedisUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220032,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 220033,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 220034,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Tide"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 220035,
         "description": "Crane Tool vdLeun (QDREDGE)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220036,
         "description": "Network - Crane Tool vdLeun (QDREDGE)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 220097,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 220098,
         "description": "# Manual Tide Gauge Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220100,
         "description": "NMEA Tide Gauge (PTID)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NMEA_PTID"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220101,
         "description": "Admiralty Tide Table (ATT)",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "TIDE_ADMIRALTY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "output_update_rate"
      },
      {
         "id": 220102,
         "description": "ENL WASSP F Tide",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_F"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 220103,
         "description": "ENL WASSP x230 Tide",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "WASSP_X230"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 220104,
         "description": "Network - CEESCOPE Tide",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 220105,
         "description": "CEESCOPE Tide",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 220106,
         "description": "Network - CEESCOPE Tide (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 220107,
         "description": "CEESCOPE Tide (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230001,
         "description": "Klein2000 SSS Info (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KLEIN2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230002,
         "description": "Dredger Status",
         "executable": "DrvDredgerStatusUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230003,
         "description": "Javad AT4 Event Marker ([XA] Message)",
         "executable": "DrvJavadAT4UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230004,
         "description": "Javad IMU Unit (Sensor Data)",
         "executable": "DrvJavadAT4UI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230005,
         "description": "Cable Counter Tension / Speed (MD Totco)",
         "executable": "DrvTotcoCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230006,
         "description": "Network - Javad AT4 Event Marker ([XA] Message)",
         "executable": "DrvJavadAT4UIUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 230007,
         "description": "Network - Javad IMU Unit (Sensor Data)",
         "executable": "DrvJavadAT4UIUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 230008,
         "description": "RWS MARS (Dredge Parameters)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230009,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230010,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230011,
         "description": "OISTAR FieldBus TimeMaster",
         "executable": "DrvOistarSynch.exe",
         "executable_arguments": [
            "10"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230012,
         "description": "Sonar Research LPM23 (System Data)",
         "executable": "DrvSonarResearchLPM23.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230013,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Spud",
            "CutterHead",
            "ConfOut01",
            "ConfOut02",
            "ConfOut03",
            "ConfOut04",
            "ConfOut05",
            "ConfOut06",
            "ConfOut07",
            "ConfOut08",
            "ConfOut09",
            "ConfOut10"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230014,
         "description": "Subspection CP Input",
         "executable": "DrvSubspection.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230015,
         "description": "ISIS (Cable Out)",
         "executable": "DrvIsis.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230016,
         "description": "SMD ROV (Cable Data)",
         "executable": "DrvSMDROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230017,
         "description": "Cygnus Thickness Gauge MK-2",
         "executable": "DrvCygnus.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230018,
         "description": "CorrOcean CP / FG Input",
         "executable": "DrvCorrOcean.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230019,
         "description": "Corrintec CP Input",
         "executable": "DrvCorrintec.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230020,
         "description": "Airpax Tachtrol",
         "executable": "DrvAirpaxTachtrol.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230021,
         "description": "Magnetometer (Geometrics 880)",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "880"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230022,
         "description": "Draught Measurement System (Imtech DMS 3500)",
         "executable": "DrvDraughtSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230023,
         "description": "Network - Anchor Input",
         "executable": "DrvAnchorInput.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230024,
         "description": "Remote Control - De Beers",
         "executable": "DrvRemoteControlSerial.exe",
         "executable_arguments": [
            "DE_BEERS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230025,
         "description": "EdgeTech DF-1000 Sidescan Control",
         "executable": "DrvEdgeTechCtrl.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230026,
         "description": "Crane Tool vdLeun (QGENERIC)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230027,
         "description": "Network - Crane Tool vdLeun (QGENERIC)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 230028,
         "description": "Imagenex DT101Xi/DT102Xi (System Data)",
         "executable": "DrvQPSFreebase.exe",
         "executable_arguments": [
            "IMAGENEX_D1P",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "STATUS1",
            "STATUS2",
            "MODE",
            "SOUNDVELO",
            "ALTITUDE"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230029,
         "description": "TSS 340/350 Depth of Cover (Ignore Quality)",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "NOQUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230030,
         "description": "TSS 340/350 Depth of Cover / Signal Strength",
         "executable": "DrvTSS350.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230031,
         "description": "OISTAR TSS 340/350 Cover / Signal Strength",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230032,
         "description": "Sense MARINE Pipe and Cable Tracker (Depth of Burial)",
         "executable": "DrvTSS350.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "0"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230035,
         "description": "Redundancy Monitor",
         "executable": "DrvRedundancyUdpUi.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230036,
         "description": "SMD DVECS - Waypoint Request Code from FPROV",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SMD_DVECS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230040,
         "description": "Trackpoint II",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230040,
         "description": "Trackpoint II",
         "executable": "DrvTrackPoint.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230043,
         "description": "EdgeTech Miscellaneous",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "PING_TEMP",
            "TEMPERAT",
            "SALINITY",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230044,
         "description": "Jan de Nul eDigger (Fields)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "E_DIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "FIELD02",
            "FIELD04",
            "FIELD06",
            "FIELD08",
            "FIELD10",
            "FIELD12",
            "FIELD14",
            "FIELD16",
            "FIELD18"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230045,
         "description": "IMCA Generic Message (Burial, Tow, Auxiliary)",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "B",
            "T",
            "1",
            "2",
            "3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230046,
         "description": "IMCA Anchor Spread Message",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "ANC"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230047,
         "description": "Network (UDP) - IMCA Generic Message (Burial, Tow, Auxiliary)",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [
            "B",
            "T",
            "1",
            "2",
            "3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230048,
         "description": "Network (UDP) - IMCA Anchor Spread Message",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [
            "ANC"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230050,
         "description": "RWS Directional Waverider",
         "executable": "DrvDirWaverider.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230051,
         "description": "Campbell Scientific CR10 Datalogger",
         "executable": "DrvCR10Datalogger.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230052,
         "description": "Paroscientific SDI-12 Pressure TMitter",
         "executable": "DrvParoscientificSDI12.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230053,
         "description": "Standard RMI (1 Observation)",
         "executable": "DrvStandardRMI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230054,
         "description": "Stappenbaak (RWS)",
         "executable": "DrvStappenbaak.exe",
         "executable_arguments": [
            "STD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230055,
         "description": "Stappenbaak (RWS/ User NAP file)",
         "executable": "DrvStappenbaak.exe",
         "executable_arguments": [
            "FILE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230056,
         "description": "Stappenbaak (RWS) User Interface",
         "executable": "DrvStappenbaakUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230057,
         "description": "# Manual Miscellaneous Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230060,
         "description": "Seatools Grab Excavation System",
         "executable": "DrvSeatoolsGrab.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230061,
         "description": "iXSea Octans TAH ($PHOCT)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever",
            "SurgeLever",
            "SwayLever",
            "HeaveSpeed",
            "SurgeSpeed",
            "SwaySpeed",
            "HeadingROT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230062,
         "description": "iXSea Octans TAH ($PHOCT) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever",
            "SurgeLever",
            "SwayLever",
            "HeaveSpeed",
            "SurgeSpeed",
            "SwaySpeed",
            "HeadingROT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230063,
         "description": "Network - iXSea Octans TAH ($PHOCT) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever",
            "SurgeLever",
            "SwayLever",
            "HeaveSpeed",
            "SurgeSpeed",
            "SwaySpeed",
            "HeadingROT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230064,
         "description": "iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSSTAT)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SV",
            "TEMP",
            "SAL"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230065,
         "description": "Ulvertech Pipe/Cable Tracker Deviation",
         "executable": "DrvUlvertechTracker.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230066,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS ($PIXSE,HSSTAT)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SV",
            "TEMP",
            "SAL"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230068,
         "description": "SeaEye Boxer ROV (Cathode Protection)",
         "executable": "DrvSeaEyeBoxer.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230069,
         "description": "Sonardyne SPRINT INS (Info)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MODE",
            "TIMEAGE",
            "TIMESTD",
            "TIMESOURCE",
            "PPS_RISING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230070,
         "description": "Network - Sonardyne SPRINT INS (Info)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MODE",
            "TIMEAGE",
            "TIMESTD",
            "TIMESOURCE",
            "PPS_RISING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230071,
         "description": "Hyspec OSP Environmental Data",
         "executable": "DrvHyspecOSP.exe",
         "executable_arguments": [
            "127"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230072,
         "description": "Bathy UK94 Environmental Data",
         "executable": "DrvBathyUK94.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230073,
         "description": "Tritech SCU-3 SeaKing/Winson Environmental Data (With UTC)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230074,
         "description": "Tritech SCU-3 SeaKing/Winson Environmental Data (Passive)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230075,
         "description": "Nortek - Aquadopp 3D Velo/ Pressure/ Temp",
         "executable": "DrvAquadopp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230076,
         "description": "Teledyne RDI Citadel CTD (ex FSI)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "CITADEL_CTD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230077,
         "description": "Network - Teledyne RDI Citadel CTD (ex FSI) (UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "CITADEL_CTD",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230078,
         "description": "Network - Teledyne RDI Citadel CTD (ex FSI)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "CITADEL_CTD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230080,
         "description": "NMEA Miscellaneous (ROT / MWD / MWV)",
         "executable": "DrvNMEAMiscellaneous.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "ROT0",
            "MWD0",
            "MWD1",
            "MWD2",
            "MWD3",
            "MWVT",
            "MWVR",
            "MWV0",
            "MWV1",
            "MWV0_n",
            "MWVT_n"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230081,
         "description": "NMEA Miscellaneous (XDR / MTR)",
         "executable": "DrvNMEAMiscellaneous.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "XDR0",
            "XDR1",
            "XDR2",
            "XDR3",
            "XDR4",
            "MTR0",
            "MTR1",
            "MTR2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230082,
         "description": "NMEA Miscellaneous (MTW)",
         "executable": "DrvNMEAMiscellaneous.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MTW0"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230083,
         "description": "RDI Doppler BottomTrack Generic Data (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230084,
         "description": "Ulvertech Profiler (OSP Data) (Passive)",
         "executable": "DrvUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "PAS",
            "REV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230085,
         "description": "Ulvertech Profiler (OSP Data) (With UTC)",
         "executable": "TmpUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "ACT",
            "REV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230088,
         "description": "Ulvertech Bathy Environmental Data (Passive)",
         "executable": "DrvUlvertechBathy.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230089,
         "description": "Ulvertech Bathy Environmental Data (With UTC)",
         "executable": "TmpUlvertechBathy.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230091,
         "description": "OISTAR Hyspec OSP Environmental Data",
         "executable": "DrvHyspecOSP.exe",
         "executable_arguments": [
            "127",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230092,
         "description": "OISTAR Bathy UK94 Environmental Data",
         "executable": "DrvBathyUK94.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230093,
         "description": "Countdown Length (Cable Counter - Distance To Go)",
         "executable": "DrvQPSFreebaseUI.exe",
         "executable_arguments": [
            "CCCD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "possible_slot_values": [
            "COUNTDOWN"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230094,
         "description": "Height Offset",
         "executable": "DrvQPSFreebaseUI.exe",
         "executable_arguments": [
            "HEIGHT_OFFSET"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "possible_slot_values": [
            "TIDE_OFF"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230095,
         "description": "OPC Interface",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230097,
         "description": "Network - AD Navigation ADX-Series (Quality)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230098,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230100,
         "description": "Javad NAVPOS (Quality)",
         "executable": "DrvJavadGril.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230101,
         "description": "AD Navigation DC-Series (Quality)",
         "executable": "DrvJavadSatelUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230102,
         "description": "Seabed Gradient Calculation",
         "executable": "DrvSeabedGradient.exe",
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230103,
         "description": "DeepC AUV AFS Control",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230104,
         "description": "IHC Dredge Monitoring TDS ($PIHC)",
         "executable": "DrvDredgeMonitoring.exe",
         "executable_arguments": [
            "IHC",
            "NV",
            "IY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230105,
         "description": "Network - Data Logger (UDP Port)",
         "executable": "DrvUDPDataLogger.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230106,
         "description": "NMEA Position and Heading ($--GGA/$--HDT/$--ROT)",
         "executable": "DrvPositionNMEA.exe",
         "executable_arguments": [
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230107,
         "description": "Manual Administration",
         "executable": "DrvManualAdmin.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230108,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Status",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MODE",
            "MONITOR"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230109,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Status (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MODE",
            "MONITOR"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230110,
         "description": "Kongsberg EM3002D (Dual) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "DUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230111,
         "description": "Kongsberg EM3002 (Single) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230112,
         "description": "Kongsberg EM3002D (Dual) Multibeam Controller (Second PU)",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "SECONDARY",
            "DUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 230113,
         "description": "CDL MiniPOS3 (Binary) Status Monitor",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SYSTEMMODE",
            "NAVMONITOR",
            "CNTRLDATA",
            "INPUTDATA",
            "CNTRLMODE",
            "OPSEVENTS",
            "COUNTER"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230114,
         "description": "CDL MiniPOS3 (Binary) Status Monitor (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SYSTEMMODE",
            "NAVMONITOR",
            "CNTRLDATA",
            "INPUTDATA",
            "CNTRLMODE",
            "OPSEVENTS",
            "COUNTER"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230116,
         "description": "Atlas Fansweep/Hydrosweep MD2 (Network Clock Sync Offset)",
         "executable": "DrvAtlasFansweep.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Clock Dif"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230120,
         "description": "Kongsberg EM2040 (Single) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "2040"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230121,
         "description": "Kongsberg EM2040D (Dual) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "2040",
            "DUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230122,
         "description": "Kongsberg EM2040 Compact (Single) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "2040C"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230123,
         "description": "Kongsberg EM2040 Compact (Dual) Multibeam Controller",
         "executable": "DrvKongsbergEMCtrl.exe",
         "executable_arguments": [
            "2040C",
            "DUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230140,
         "description": "POS MV V5 (Binary Group 111 - True Heave)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230141,
         "description": "Network - POS MV V5 (Binary Group 111 - True Heave)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 5602,
         "possible_slot_values": [
            "TRUE",
            "REAL"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 230142,
         "description": "Reson Seabat 8101 Control (Network)",
         "executable": "DrvOutReson81XXControl.exe",
         "executable_arguments": [
            "8101"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "controls_another_driver",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230143,
         "description": "Reson Seabat 8125 Control (Network)",
         "executable": "DrvOutReson81XXControl.exe",
         "executable_arguments": [
            "8125"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "controls_another_driver",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230144,
         "description": "Network - POS MV V5 (Binary Groups 3/10/11/20 - Status)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "POSMV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 5602,
         "possible_slot_values": [
            "NAVSTATUS1",
            "NAVSTATUS2",
            "NRSV_GNSS1",
            "NRSV_GNSS2",
            "STATUS_A",
            "STATUS_B",
            "STATUS_C",
            "LEVEL_1",
            "LEVEL_2",
            "LEVEL_3",
            "LEVEL_4",
            "LEVEL_5",
            "EXT_STATUS",
            "MODE",
            "SOLUTION",
            "NRSV_IIN",
            "BASELINE",
            "IIN_STATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port_and_filter_ip"
      },
      {
         "id": 230150,
         "description": "AD Navigation DC-201 Controller",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "ADNAVIGATION_DC201"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230151,
         "description": "Mikrofyn MikroDigger",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "MIKRODIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230152,
         "description": "Nortek - Vessel Mounted Current Profiler (ASCII)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NORTEK_VMCP_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230153,
         "description": "Nortek - Vessel Mounted Current Profiler (NMEA)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NORTEK_VMCP_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230154,
         "description": "Liebherr WireCrane (PLC Monitoring)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230155,
         "description": "Honeywell PLC (Wire Payout/Wire Angle)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DH_WIRE_PO",
            "GB_WIRE_PO",
            "DH_WIRE_VA",
            "GB_WIRE_VA",
            "DPPRESSURE",
            "HCREQUEST",
            "DA1_TC_RPM",
            "DA2_TC_RPM",
            "DA1_CA_TMP",
            "DA2_CA_TMP"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230156,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230157,
         "description": "NovAtel OEM4 Family (#BESTPOS Format) Status",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_BESTPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "POSTYPE",
            "SOLSTATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230158,
         "description": "NovAtel SPAN (#BESTGPSPOS Format) Status",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "POSTYPE",
            "SOLSTATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230159,
         "description": "NovAtel SPAN (#INSPVA Format) Status Velo SD",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230160,
         "description": "Network (UDP) - NovAtel OEM4 Family (#BESTPOS Format) Status",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_BESTPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "POSTYPE",
            "SOLSTATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230161,
         "description": "Network (UDP) - NovAtel SPAN (#BESTGPSPOS Format) Status",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "POSTYPE",
            "SOLSTATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230162,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA Format) Status Velo SD",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230163,
         "description": "Network - Leica IPAS20 (Status IMU & GPS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230164,
         "description": "Kongsberg RADius Range & Bearing (PSXRAD Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230165,
         "description": "Deso 25 DDV (Heave Draft SoundVelocity)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "DESO25"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Heave",
            "Draft",
            "SoundVelo"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230166,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230167,
         "description": "Network - Honeywell PLC (Wire Payout/Wire Angle)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DH_WIRE_PO",
            "GB_WIRE_PO",
            "DH_WIRE_VA",
            "GB_WIRE_VA",
            "DPPRESSURE",
            "HCREQUEST",
            "DA1_TC_RPM",
            "DA2_TC_RPM",
            "DA1_CA_TMP",
            "DA2_CA_TMP"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230168,
         "description": "Bundle Results Telemetry Input",
         "executable": "DrvInputBundleResults.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "NODECOUNT",
            "MINDEPTH",
            "MAXDEPTH",
            "REFKP"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230169,
         "description": "Flintstone Fallpipe ROV",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "min DOL",
            "max DOL",
            "DOL",
            "OFFSET_SP",
            "spd",
            "spd sp",
            "umb len"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230170,
         "description": "Network - Seatools (MROV - SROV)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEATOOLS_ROCKPIPER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "M_OFFSET",
            "S_OFFSET",
            "MRV_HEAD",
            "MRV_LAT",
            "MRV_HEAV",
            "SROV_HCM",
            "SROV_LAT",
            "SROV_LON",
            "SROV_VCM",
            "SROV_ACM",
            "UMB_LF",
            "UMB_LROV"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230171,
         "description": "NovAtel SPAN (#INSPVA #HEAVEA Format) Status Velo SD",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230172,
         "description": "Network (UDP) - NovAtel SPAN (#INSPVA #HEAVEA) Status Velo SD",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230173,
         "description": "Hitachi Sumitomo WireCrane (Raw Values)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE_HITACHI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "BOOM_ANGLE",
            "BW_LENGTH",
            "FW_LENGTH"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230174,
         "description": "Network (UDP) - Kongsberg RADius Range & Bearing (PSXRAD)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230193,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230194,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR) (With UTC)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230195,
         "description": "AIRMAR EchoRange ($SDXDR) Water Temperature",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIRMAR"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "WTLO",
            "WTHI"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230196,
         "description": "Network - AIRMAR EchoRange ($SDXDR) Water Temperature",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIRMAR"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "WTLO",
            "WTHI"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230201,
         "description": "Remote Control - TCP Server (Network)",
         "executable": "DrvRemoteControlTcpServer.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "RCVD_COUNT",
            "SEND_COUNT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230202,
         "description": "Remote Control - TCP Client (Network)",
         "executable": "DrvRemoteControlTcpClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "RCVD_COUNT",
            "SEND_COUNT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230203,
         "description": "Network (TCP) - NovAtel SPAN (#BESTGPSPOS Format) Status",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_BESTGPSPOS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "POSTYPE",
            "SOLSTATUS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230204,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA Format) Status Velo SD",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230205,
         "description": "Network (TCP) - NovAtel SPAN (#INSPVA #HEAVEA) Status Velo SD",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NOVATEL_INSPVA_HEAVE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "INSSTATUS",
            "VELO_UP",
            "VELO_EAST",
            "VELO_NORTH",
            "SD_POS_X",
            "SD_POS_Y",
            "SD_POS_Z",
            "SD_PITCH",
            "SD_ROLL",
            "SD_HEADING"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230206,
         "description": "SBG Systems Delayed Heave UTC",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230207,
         "description": "Network (TCP) - SBG Systems Delayed Heave UTC",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230208,
         "description": "Network (UDP) - SBG Systems Delayed Heave UTC",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230209,
         "description": "SBG Systems Delayed Heave",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230210,
         "description": "Network (TCP) - SBG Systems Delayed Heave",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230211,
         "description": "Network (UDP) - SBG Systems Delayed Heave",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEL_HEAVE0",
            "DEL_HEAVE1",
            "DEL_HEAVE2",
            "DEL_HEAVE3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230212,
         "description": "Optimal Ranging Orion",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ORION"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOLSTAT",
            "MAGFIELD",
            "OFF_CONF",
            "DEP_CONF",
            "CURRENT",
            "CUR_CONF",
            "CUR_PHASE",
            "MGRAD1",
            "MGRAD2",
            "MGRAD3",
            "PRESSURE",
            "HEADING",
            "CABLEYAW",
            "FREQ",
            "OFFSET",
            "INV_YAW",
            "SNSRPAIR",
            "FLD_FREQ",
            "ACFLD1XR",
            "ACFLD1XI",
            "ACFLD1YR",
            "ACFLD1YI",
            "ACFLD1ZR",
            "ACFLD1ZI",
            "ACFLD2XR",
            "ACFLD2XI",
            "ACFLD2YR",
            "ACFLD2YI",
            "ACFLD2ZR",
            "ACFLD2ZI",
            "DCFLD1R",
            "DCFLD1I",
            "DCFLD2R",
            "DCFLD2I",
            "PPS_STAT",
            "SATURAT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230213,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "TEMP_FOG",
            "TEMP_ACC",
            "TEMP_ANA",
            "HEAVE",
            "SWAY",
            "SURGE",
            "HEAVE_RAW",
            "SMART",
            "HDG_RATE",
            "ROLL_RATE",
            "PITCH_RATE",
            "CURR_VELO",
            "CURR_DIR",
            "HEAVE_VELO",
            "SWAY_VELO",
            "SURGE_VELO",
            "EAST_ACCL",
            "NORTH_ACCL",
            "HGT_ACCL",
            "DMI_COUNT",
            "EVENT_A",
            "EVENT_B",
            "EVENT_C",
            "DVL1G_XV1",
            "DVL1G_XV2",
            "DVL1G_XV3",
            "DVL1W_XV1",
            "DVL1W_XV2",
            "DVL1W_XV3",
            "DVL2G_XV1",
            "DVL2G_XV2",
            "DVL2G_XV3",
            "DVL2W_XV1",
            "DVL2W_XV2",
            "DVL2W_XV3",
            "INSSENST1",
            "INSSENST2",
            "INSALGST1",
            "INSALGST2",
            "INSALGST3",
            "INSALGST4",
            "INSSYSST1",
            "INSSYSST2",
            "INSSYSST3",
            "INSUSRST",
            "AHRALGST",
            "AHRSYSST1",
            "AHRSYSST2",
            "AHRSYSST3",
            "AHRUSRST1"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230214,
         "description": "Teledyne RDI WorkHorse ADCP series",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SAL",
            "TMP",
            "PRS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230215,
         "description": "Teledyne RDI WorkHorse ADCP series (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SAL",
            "TMP",
            "PRS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230216,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "TEMP_FOG",
            "TEMP_ACC",
            "TEMP_ANA",
            "HEAVE",
            "SWAY",
            "SURGE",
            "HEAVE_RAW",
            "SMART",
            "HDG_RATE",
            "ROLL_RATE",
            "PITCH_RATE",
            "CURR_VELO",
            "CURR_DIR",
            "HEAVE_VELO",
            "SWAY_VELO",
            "SURGE_VELO",
            "EAST_ACCL",
            "NORTH_ACCL",
            "HGT_ACCL",
            "DMI_COUNT",
            "EVENT_A",
            "EVENT_B",
            "EVENT_C",
            "DVL1G_XV1",
            "DVL1G_XV2",
            "DVL1G_XV3",
            "DVL1W_XV1",
            "DVL1W_XV2",
            "DVL1W_XV3",
            "DVL2G_XV1",
            "DVL2G_XV2",
            "DVL2G_XV3",
            "DVL2W_XV1",
            "DVL2W_XV2",
            "DVL2W_XV3",
            "INSSENST1",
            "INSSENST2",
            "INSALGST1",
            "INSALGST2",
            "INSALGST3",
            "INSALGST4",
            "INSSYSST1",
            "INSSYSST2",
            "INSSYSST3",
            "INSUSRST",
            "AHRALGST",
            "AHRSYSST1",
            "AHRSYSST2",
            "AHRSYSST3",
            "AHRUSRST1"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230217,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "TEMP_FOG",
            "TEMP_ACC",
            "TEMP_ANA",
            "HEAVE",
            "SWAY",
            "SURGE",
            "HEAVE_RAW",
            "SMART",
            "HDG_RATE",
            "ROLL_RATE",
            "PITCH_RATE",
            "CURR_VELO",
            "CURR_DIR",
            "HEAVE_VELO",
            "SWAY_VELO",
            "SURGE_VELO",
            "EAST_ACCL",
            "NORTH_ACCL",
            "HGT_ACCL",
            "DMI_COUNT",
            "EVENT_A",
            "EVENT_B",
            "EVENT_C",
            "DVL1G_XV1",
            "DVL1G_XV2",
            "DVL1G_XV3",
            "DVL1W_XV1",
            "DVL1W_XV2",
            "DVL1W_XV3",
            "DVL2G_XV1",
            "DVL2G_XV2",
            "DVL2G_XV3",
            "DVL2W_XV1",
            "DVL2W_XV2",
            "DVL2W_XV3",
            "INSSENST1",
            "INSSENST2",
            "INSALGST1",
            "INSALGST2",
            "INSALGST3",
            "INSALGST4",
            "INSSYSST1",
            "INSSYSST2",
            "INSSYSST3",
            "INSUSRST",
            "AHRALGST",
            "AHRSYSST1",
            "AHRSYSST2",
            "AHRSYSST3",
            "AHRUSRST1"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230218,
         "description": "Sonardyne LNAV (Info)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230219,
         "description": "Network - Sonardyne LNAV UDP (Info)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 230220,
         "description": "Magnetometer (Geometrics 882)",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "882"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230221,
         "description": "CEESCOPE Settings",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "GATELOW",
            "GATEHIGH",
            "OFFSET",
            "SW",
            "EOS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230222,
         "description": "Network - CEESCOPE Settings",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "GATELOW",
            "GATEHIGH",
            "OFFSET",
            "SW",
            "EOS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230223,
         "description": "CEESCOPE Settings (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "GATELOW",
            "GATEHIGH",
            "OFFSET",
            "SW",
            "EOS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 230224,
         "description": "Network - CEESCOPE Settings (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "GATELOW",
            "GATEHIGH",
            "OFFSET",
            "SW",
            "EOS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 230225,
         "description": "ENL WASSP S3",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "WASSP_S3",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "PPS_FREQ",
            "PPS_JITTER",
            "PPS_STATUS",
            "PULSE_TIME",
            "MSG_TIME",
            "TD_TEMP",
            "PING_RATE",
            "CNTR_FREQ",
            "BANDWIDTH",
            "PING_STATE",
            "SOUND_VELO",
            "TIDE",
            "LINK_SPEED"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
			  "id": 230226,
			  "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Metadata)",
			  "executable": "DrvQPSCountedTCP.exe",
			  "executable_arguments": [
			    "SUBSONUS_ANPP",
			    "PPS"
			  ],
			  "can_output_data": false,
			  "deprecation_status": "operational",
			  "device_control": "disabled",
			  "driver_type": "network",
			  "port_number": 16718,
			  "number_of_slots": 1,
			  "possible_slot_values": [
			    "SYSTEMSTAT",
			    "FILTERSTAT",
			    "G_FORCE",	
			    "SYSSTAT_23",
			    "FILSTAT_23",
			    "INTER_TEMP",
			    "PRES_DEPTH",
			    "WATER_TEMP"
			  ],
			  "show_latency_input": false,
			  "third_party_timetag_supported": false,
			  "time_from_message_supported": false,
			  "time_of_arrival_supported": false,
			  "user_interface": false,
			  "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 240001,
         "description": "# Manual Layback",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240010,
         "description": "Manual Object Link (do NOT reuse this driver number!)",
         "executable": "DrvManualLaybackLink.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240015,
         "description": "Cable Counter (Dynapar/ SideScan Winch)",
         "executable": "DrvCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240016,
         "description": "Cable Counter Payout (MD Totco)",
         "executable": "DrvTotcoCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240017,
         "description": "Cable Counter (Red Lion)",
         "executable": "DrvRedLionCableCounter.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240020,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 240021,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 250001,
         "description": "Reson Seabat 8101          (Network) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 250002,
         "description": "Reson Seabat 81xx/900x (°) (Network) XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW",
            "OLD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 250003,
         "description": "Klein 2000 QPS Simulator",
         "executable": "NoName.exe",
         "executable_arguments": [
            "TST366",
            "OLD_HF"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 250004,
         "description": "Klein 2000 Single Channel High Frequency",
         "executable": "NoName.exe",
         "executable_arguments": [
            "OLD_HF"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 250005,
         "description": "Klein 2000 Single Channel Low  Frequency",
         "executable": "NoName.exe",
         "executable_arguments": [
            "OLD_LF"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 260001,
         "description": "Atlas Bomasweep",
         "executable": "DrvAtlasBomasweep.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 260005,
         "description": "# Multi-Transducer Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 260010,
         "description": "Navitronic (DPP 2000)",
         "executable": "DrvNavitronic.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 260011,
         "description": "Network - Simrad EA-MCU",
         "executable": "DrvSimradEAMCUSocket.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "stabilization_option_disabled": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270001,
         "description": "Klein 2000 QPS Simulator",
         "executable": "DrvKlein2000.exe",
         "executable_arguments": [
            "TST366"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270002,
         "description": "Klein 2000",
         "executable": "DrvKlein2000.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270003,
         "description": "Reson Seabat 81xx/900x (Network) XTF-Snippets",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270004,
         "description": "Reson Seabat 81xx/900x (Network)",
         "executable": "DrvSeabatSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270005,
         "description": "Kongsberg Simrad EM3000/EM3002 Seabed Image",
         "executable": "Noname.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270006,
         "description": "Simrad EA-series Sidescan",
         "executable": "DrvSimradEAxxxSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270007,
         "description": "Simrad EA-series Sidescan (With UTC)",
         "executable": "DrvSimradEAxxxSocket.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270008,
         "description": "Kongsberg Simrad EM3000/EM3002 Seabed Image XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270009,
         "description": "L-3 ELAC Seabeam 1000 series",
         "executable": "DrvSeabeamSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270010,
         "description": "Analog Sidescan [PCI Card] (0-5V Pos.Trigger)",
         "executable": "DrvSidescanAnalog.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270011,
         "description": "Analog Sidescan [PCI Card] (0-5V Neg.Trigger)",
         "executable": "DrvSidescanAnalog.exe",
         "executable_arguments": [
            "NTRG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270012,
         "description": "Reson Seabat 7K (UDP/Network)",
         "executable": "DrvSeabat7KUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270013,
         "description": "Kongsberg EM3002D (Dual Head) Seabed Image",
         "executable": "NoName.exe",
         "executable_arguments": [
            "DII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270014,
         "description": "Reson Seabat 7K (UDP/Network) XTF-Snippets",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270015,
         "description": "EdgeTech DF-1000",
         "executable": "DrvKlein2000.exe",
         "executable_arguments": [
            "DF1000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270016,
         "description": "C-Max Sonar",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "CMAX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270017,
         "description": "C-Max Sonar Simulation Mode",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "CMAX",
            "SIMU"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270018,
         "description": "Kongsberg EM3002D (Dual Head) Seabed Image XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "DII",
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270019,
         "description": "Odom Echotrac Sidescan (Network)",
         "executable": "DrvOdomUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270020,
         "description": "L3-Klein Sonar 3000",
         "executable": "DrvL3Kleinsocket.exe",
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "slot_id": 0,
               "beams": 1,
               "frequency": 100
            },
            {
               "orientation": "starboard",
               "slot_id": 1,
               "beams": 1,
               "frequency": 100
            },
			   {
               "orientation": "port",
               "slot_id": 2,
               "beams": 1,
               "frequency": 500
            },
            {
               "orientation": "starboard",
               "slot_id": 3,
               "beams": 1,
               "frequency": 500
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270022,
         "description": "Kongsberg EM2040/EM710/EM302/EM122 Seabed Image",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270023,
         "description": "Kongsberg EM2040/EM710/EM302/EM122 Seabed Image XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270025,
         "description": "Atlas Fansweep (With UTC)",
         "executable": "DrvAtlasFansweep.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270026,
         "description": "Atlas Fansweep/Hydrosweep MD2 (Network Clock Sync)",
         "executable": "DrvAtlasFansweep.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270030,
         "description": "L3-Klein Sonar 5000",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "slot_id": 0
            },
            {
               "orientation": "starboard",
               "slot_id": 0
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270031,
         "description": "L3-Klein Sonar 5000 Version 2",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "slot_id": 0
            },
            {
               "orientation": "starboard",
               "slot_id": 0
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270032,
         "description": "L3-Klein Sonar 3900",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "3900"
         ],
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "slot_id": 0,
               "beams": 1
            },
            {
               "orientation": "starboard",
               "slot_id": 0,
               "beams": 1
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270033,
         "description": "L3-Klein Sonar Hydrochart 3500",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "slot_id": 2,
               "beams": 1
            },
            {
               "orientation": "starboard",
               "slot_id": 3,
               "beams": 1
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270035,
         "description": "GeoSwath Sonar (250 KHz)",
         "executable": "DrvGeoSwath.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270037,
         "description": "SEA Swath Plus",
         "executable": "DrvSEASwathPlus.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270040,
         "description": "Imagenex SportScan",
         "executable": "DrvSidescanSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270042,
         "description": "Imagenex YellowFin (Network)",
         "executable": "DrvImagenexTcp.exe",
         "executable_arguments": [
            "YELLOW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270045,
         "description": "EdgeTech Sidescan",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Model Number</Name><ID>EDGETECH_MODEL</ID><Properties Default=\"4000\" Value=\"4000\"/><EnumOptions><Option Name=\"41XX/42XX/43XX\" Value=\"4000\"/><Option Name=\"6205/4600\" Value=\"4600\"/><Option Name=\"2205\" Value=\"2205\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270047,
         "description": "Kongsberg Mesotech MS1000 (Network)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "MS1000",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270050,
         "description": "Benthos C3D (20° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270052,
         "description": "Reson Seabat 7K (TCP/Network)",
         "executable": "DrvSeabat7K.exe",
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "frequency": 400
            },
            {
               "orientation": "starboard",
               "frequency": 400
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 7000,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270053,
         "description": "Reson Seabat 7K (TCP/Network) XTF-Snippets",
         "executable": "NoName.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270055,
         "description": "R2Sonic 2000 series (Network) Truepix",
         "executable": "DrvR2Sonic.exe",
         "can_output_data": false,
         "channel_configuration": [
            {
               "orientation": "port",
               "frequency": 400
            },
            {
               "orientation": "starboard",
               "frequency": 400
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Raw Truepix Storage</Name><ID>RAW_SSS</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "port_number": 4000,
         "possible_slot_values": [],
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270056,
         "description": "R2Sonic 2000 series (Network) Snippets/Truepix XTF",
         "executable": "NoName.exe",
         "executable_arguments": [
            "RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270057,
         "description": "Benthos C3D  (30° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "30"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270058,
         "description": "Benthos C3D  (40° Down-Look Angle)",
         "executable": "DrvBenthosC3D.exe",
         "executable_arguments": [
            "40"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270060,
         "description": "GeoSwath Sonar (125 KHz)",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "125"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270061,
         "description": "GeoSwath Sonar (500 KHz)",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270065,
         "description": "L-3 ELAC Seabeam 3000 series",
         "executable": "DrvSeabeamSocket.exe",
         "executable_arguments": [
            "3000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270068,
         "description": "Raytheon AST PROSAS",
         "executable": "DrvASTProSas.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270070,
         "description": "Teledyne Odom MB1",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "MB1",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "add_on",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 270071,
         "description": "Tritech StarFish 450/452",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "Tritech_450"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270072,
         "description": "Tritech StarFish 990",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "Tritech_990"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 270073,
         "description": "Ping DSP 3DSS-DX-450",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "PINGDSP",
            "PPS"
         ],
         "can_output_data": false,
         "channel_configuration": [
            {
            "orientation": "port",
            "slot_id": 0
            },
            {
            "orientation": "starboard",
            "slot_id": 1
            }
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 23848,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 270074,
         "description": "ENL WASSP S3",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "WASSP_S3",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "sidescan_type": "stand_alone",
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 280001,
         "description": "Generic Eventing System",
         "executable": "DrvOutputEvent.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 280010,
         "description": "Generic Eventing System (No User Interface)",
         "executable": "DrvEventingNoUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 280015,
         "description": "Simrad EA-series (SSG & VGR)",
         "executable": "DrvSimradEAxxxSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 280016,
         "description": "Simrad EA-series (SSG & VGR) (with UTC)",
         "executable": "DrvSimradEAxxxSocket.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": true,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 290001,
         "description": "Generic Dredging System",
         "executable": "DrvDredgeGeneral.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300001,
         "description": "EDO Acoustics 3050 Doppler Log",
         "executable": "DrvEDO3050Doppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300002,
         "description": "EDO 3050 Doppler Log (Tideway)",
         "executable": "DrvEDO3050Tideway.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300003,
         "description": "RDI Doppler BottomTrack Speed (ASCII PD6)",
         "executable": "DrvRDIDopplerPD6.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300004,
         "description": "RDI Doppler BottomTrack Speed (Remote Cherry)",
         "executable": "DrvRDIRemoteCherry.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300005,
         "description": "RDI Doppler BottomTrack Speed (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300006,
         "description": "RDI Doppler BottomTrack Speed (VmDas NMEA)",
         "executable": "DrvRDIRemoteCherry.exe",
         "executable_arguments": [
            "VMDAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300007,
         "description": "OISTAR RDI Doppler BottomTrack Speed",
         "executable": "DrvRDIDoppler.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300008,
         "description": "Syledis SR3 (Speed)",
         "executable": "DrvSyledisSR3Pos.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300009,
         "description": "Javad NAVPOS Speed",
         "executable": "DrvJavadGril.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300010,
         "description": "iXSea PHINS Standard ($PIXSE SPEED_)",
         "executable": "DrvIxseaPhins.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300011,
         "description": "NAVIKNOT III / EM200 Speed Log",
         "executable": "DrvEM200Speed.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300012,
         "description": "RDI Doppler BottomTrack Speed (ASCII) (Active)",
         "executable": "DrvRDIDopplerUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300013,
         "description": "AD Navigation DC-Series (Speed)",
         "executable": "DrvJavadSatelUI.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300014,
         "description": "iXSea /Photonetics Octans MRU ($PHSPD)",
         "executable": "DrvPhotoneticsOctans.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300015,
         "description": "Leica 1200 series ASCII",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "LEICA_1200_ASCII",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300016,
         "description": "Network - iXSea /Photonetics Octans MRU ($PHSPD)",
         "executable": "DrvPhotoneticsOctansUDP.exe",
         "executable_arguments": [
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 300017,
         "description": "Nortek - Vessel Mounted Current Profiler (NMEA)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NORTEK_VMCP_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300018,
         "description": "iXSea PHINS+DVL Halliburton SAS (PD6 Standard)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300019,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS (PD6 Standard)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300021,
         "description": "Shallow Water Range Geodetic (UTC)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NUWC_SWRG",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300022,
         "description": "Network - Shallow Water Range Geodetic (UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NUWC_SWRG",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 300023,
         "description": "Network - AD Navigation ADX-Series (Speed)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "POS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300024,
         "description": "Sonardyne SPRINT INS (Speed) NOT SUPPORTED",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300025,
         "description": "Network - Sonardyne SPRINT INS (Speed) NOT SUPPORTED",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300096,
         "description": "# Speed Log Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 300097,
         "description": "# Manual Speed Log Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300098,
         "description": "WinSocket - Speed Log Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300100,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 300107,
         "description": "Range Site Data Format (Geodesic) Speed",
         "executable": "DrvRSDF.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300108,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300109,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300110,
         "description": "iXSea PHINS (Binary Nav Message) Angle & Speed",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300111,
         "description": "iXSea PHINS (Binary Nav Message) Angle & Speed (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300112,
         "description": "NMEA VTG (Bearing & Speed)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "NMEA_VTG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300113,
         "description": "Network (TCP) NMEA VTG (Bearing & Speed)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "NMEA_VTG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300114,
         "description": "Network (UDP) NMEA VTG (Bearing & Speed)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "NMEA_VTG"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 300115,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "COG",
            "SOG",
            "EMLOG1",
            "EMLOG2",
            "DVL1G_SPD",
            "DVL1G_ANG",
            "DVL1W_SPD",
            "DVL1W_ANG",
            "DVL2G_SPD",
            "DVL2G_ANG",
            "DVL2W_SPD",
            "DVL2W_ANG",
            "DVL1G_XV3",
            "DVL2G_XV3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300116,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) Angle & Speed (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 300117,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "COG",
            "SOG",
            "EMLOG1",
            "EMLOG2",
            "DVL1G_SPD",
            "DVL1G_ANG",
            "DVL1W_SPD",
            "DVL1W_ANG",
            "DVL2G_SPD",
            "DVL2G_ANG",
            "DVL2W_SPD",
            "DVL2W_ANG",
            "DVL1G_XV3",
            "DVL2G_XV3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 300118,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "COG",
            "SOG",
            "EMLOG1",
            "EMLOG2",
            "DVL1G_SPD",
            "DVL1G_ANG",
            "DVL1W_SPD",
            "DVL1W_ANG",
            "DVL2G_SPD",
            "DVL2G_ANG",
            "DVL2W_SPD",
            "DVL2W_ANG",
            "DVL1G_XV3",
            "DVL2G_XV3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300119,
         "description": "Sonardyne LNAV (Speed)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 300120,
         "description": "Network - Sonardyne LNAV (Speed)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310001,
         "description": "CutterSuction Tool vdLeun",
         "executable": "DrvDredgingTool.exe",
         "executable_arguments": [
            "VDL1",
            "A02"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310002,
         "description": "Maridan MARPOS",
         "executable": "DrvSimPosition.exe",
         "executable_arguments": [
            "MARPOS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310003,
         "description": "Sonardyne (Surveyors Output) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310003,
         "description": "Sonardyne (Surveyors Output) (With UTC)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310004,
         "description": "Simrad HPR LBL Raw Data",
         "executable": "DrvSimradLBLRawData.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310005,
         "description": "Sonardyne (Surveyors Output)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310005,
         "description": "Sonardyne (Surveyors Output)",
         "executable": "DrvSonardyneLUSBLV6.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310006,
         "description": "Tritech SCU-3 Winson/SeaKing (With UTC)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310007,
         "description": "SMD ROV (Depth and Altitude)",
         "executable": "DrvSMDROV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310008,
         "description": "Klein595 SSS (Altitude) (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KLEIN595"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310009,
         "description": "Tideway ROV (Tritech TD700 and ST500)",
         "executable": "DrvTidewayBathy.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310010,
         "description": "SAPS Depth Sensor (ROV Depth)",
         "executable": "DrvSAPS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310011,
         "description": "Tritech SCU-3 SeaKing/Winson (Passive)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310012,
         "description": "Tritech SCU-3 SeaKing/Winson (With UTC)",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310013,
         "description": "Klein2000 SSS (Altitude) (With Annotation)",
         "executable": "DrvAnnotate.exe",
         "executable_arguments": [
            "KLEIN2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310015,
         "description": "Hyspec OSP (ROV Depth and Altitude)",
         "executable": "DrvHyspecOSP.exe",
         "executable_arguments": [
            "127"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310016,
         "description": "TSS 340/350 Depth & Altitude",
         "executable": "DrvTSS350.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310017,
         "description": "TSS 340/350 Depth & Altitude (Ignore Quality)",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "NOQUAL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310018,
         "description": "ISIS (ROV Depth and Altitude)",
         "executable": "DrvIsis.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310019,
         "description": "UK94 (ROV Depth and Altitude)",
         "executable": "DrvBathyUK94.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310020,
         "description": "OISTAR Tritech SCU-3 SeaKing/Winson",
         "executable": "DrvTritechSCU3.exe",
         "executable_arguments": [
            "OI",
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310021,
         "description": "OISTAR Hyspec OSP (ROV Depth & Altitude)",
         "executable": "DrvHyspecOSP.exe",
         "executable_arguments": [
            "127",
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310022,
         "description": "OISTAR TSS 340 (Depth & Altitude)",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310023,
         "description": "OISTAR TSS 350 (Depth & Altitude)",
         "executable": "DrvTSS350.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310024,
         "description": "OISTAR UK94 (ROV Depth and Altitude)",
         "executable": "DrvBathyUK94.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310025,
         "description": "RDI Doppler BottomTrack Depth (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310026,
         "description": "OISTAR RDI Doppler BottomTrack Depth (Binary PD#)",
         "executable": "DrvRDIDoppler.exe",
         "executable_arguments": [
            "OI"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310027,
         "description": "Magnetometer (Geometrics G880)",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "880"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310028,
         "description": "Eurosense RealTime Draught (UTC)",
         "executable": "DrvDraughtSerial.exe",
         "executable_arguments": [
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310029,
         "description": "Eurosense RealTime Draught",
         "executable": "DrvDraughtSerial.exe",
         "executable_arguments": [
            "PASS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310030,
         "description": "REMUS AUV ($CARXD) ROV Depth & Altitude",
         "executable": "DrvRemusAUV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310031,
         "description": "Sweep (Imtech DMS 3500)",
         "executable": "DrvDraughtSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310032,
         "description": "SeaSPY/SeaLINK Standard Format (Passive)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310033,
         "description": "SeaSPY/SeaLINK Standard Format (1Hz)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD",
            "ACT",
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310034,
         "description": "SeaSPY/SeaLINK Standard Format (4Hz)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD",
            "ACT",
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310035,
         "description": "DeepC AUV (Depth & Altitude)",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310036,
         "description": "Crane Tool vdLeun (QD)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310037,
         "description": "SeaEye Boxer ROV",
         "executable": "DrvSeaEyeBoxer.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310038,
         "description": "Network - Crane Tool vdLeun (QD)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 310039,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310040,
         "description": "GeoSwath Sonar (250 KHz) (Sound Velocity)",
         "executable": "DrvGeoSwath.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310041,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310042,
         "description": "Seapath Binary Format 11 (ROV Depth)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310043,
         "description": "Seapath Binary Format 11 (ROV Depth) (With UTC)",
         "executable": "DrvSeapathMRU.exe",
         "executable_arguments": [
            "11",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310044,
         "description": "Sense MARINE Pipe and Cable Tracker (Altitude)",
         "executable": "DrvTSS350.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310045,
         "description": "IMCA Generic Message (ROV Depth & Altitude)",
         "executable": "DrvIMCA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310046,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Draft"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310047,
         "description": "EdgeTech Underwater Sensor",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "PING_PRES",
            "PING_ALT",
            "PING_DEPTH",
            "PRESSURE",
            "ALTITUDE",
            "SOUNDVELO",
            "FISHDEPTH"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310048,
         "description": "Jan de Nul Eco Dredger (Draft)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310049,
         "description": "Honeywell PLC (Draft/Depth)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "FWD",
            "AFT",
            "MEAN",
            "DRAGHEAD",
            "GYMBAL"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310050,
         "description": "Keller Series 30 Pressure Sensor (ROV Depth)",
         "executable": "DrvKellerDepth.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310051,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310052,
         "description": "Simrad HiPAP (NMEA $PSIMSSB) (ROV Depth)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310053,
         "description": "Simrad HiPAP (NMEA $PSIMSSB) (ROV Depth) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310054,
         "description": "Network - Honeywell PLC (Draft/Depth)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "FWD",
            "AFT",
            "MEAN",
            "DRAGHEAD",
            "GYMBAL"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310055,
         "description": "Imagenex DeltaT (Sound Velocity)",
         "executable": "DrvProfilerUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "possible_slot_values": [
            "SV"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310056,
         "description": "Imagenex DeltaT (Sound Velocity) (With UTC)",
         "executable": "DrvProfilerUDP.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "port_number": 4040,
         "possible_slot_values": [
            "SV"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310057,
         "description": "iXSea PHINS+DVL Halliburton SAS (ROV Depth)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310058,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Depth Altitude",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310059,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Depth Altitude (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310060,
         "description": "iXSea Octans TAH ($PHOCT) (Heave as ROV Depth)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310061,
         "description": "iXSea Octans TAH ($PHOCT) (Heave as ROV Depth) (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310062,
         "description": "CDL MiniPOS3 (Binary) Depth & Altitude",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310063,
         "description": "CDL MiniPOS3 (Binary) Depth & Altitude (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310064,
         "description": "Network - iXSea Octans TAH ($PHOCT) (Heave as ROV Depth) (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_NMEA",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "HeaveRaw",
            "HeaveLever"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": true,
         "time_from_message_supported": true,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310065,
         "description": "Network - iXSea PHINS+DVL Halliburton SAS (ROV Depth)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "PHINS_DVL",
            "PPS"
         ],
         "can_output_data": true,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310066,
         "description": "Sonardyne SPRINT INS (ROV Depth & Altitude)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310067,
         "description": "Network - Sonardyne SPRINT INS (ROV Depth & Altitude)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310068,
         "description": "Network (UDP) - IMCA Generic Message (ROV Depth & Altitude)",
         "executable": "DrvIMCAUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310069,
         "description": "Imagenex DT101Xi/DT102Xi (Altitude & Sound Velocity)",
         "executable": "DrvQPSFreebase.exe",
         "executable_arguments": [
            "IMAGENEX_D1P",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310070,
         "description": "Teledyne RDI Citadel CTD (ex FSI)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "CITADEL_CTD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310071,
         "description": "Network - Teledyne RDI Citadel CTD (ex FSI) (UTC)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "CITADEL_CTD",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310072,
         "description": "Network - Teledyne RDI Citadel CTD (ex FSI)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "CITADEL_CTD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SOUNDVELO",
            "TEMP",
            "SALINITY",
            "PRESSURE",
            "CONDUCT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310075,
         "description": "Atlas Fansweep (Sound Velocity) (UTC)",
         "executable": "DrvAtlasFansweep.exe",
         "executable_arguments": [
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Sound Velo"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310076,
         "description": "Atlas Fansweep/Hydrosweep MD2 (Sound Velo) Network Clock Sync",
         "executable": "DrvAtlasFansweep.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Sound Velo"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310078,
         "description": "Network (UDP) - VODAS Waypoint Control (Depth Grab)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "VODAS_WP_CONTROL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310084,
         "description": "Ulvertech Profiler (OSP Data) (Passive)",
         "executable": "DrvUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "PAS",
            "REV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310085,
         "description": "Ulvertech Profiler (OSP Data) (With UTC)",
         "executable": "TmpUlvertechProfiler.exe",
         "executable_arguments": [
            "1",
            "ACT",
            "REV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310086,
         "description": "OPC Interface",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310088,
         "description": "Ulvertech Bathy (Depth & Altitude) (Passive)",
         "executable": "DrvUlvertechBathy.exe",
         "executable_arguments": [
            "PAS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310089,
         "description": "Ulvertech Bathy (Depth & Altitude) (With UTC)",
         "executable": "TmpUlvertechBathy.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310090,
         "description": "C-Max Sonar (Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "CMAX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310091,
         "description": "C-Max Sonar Simulation Mode (Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "CMAX",
            "SIMU"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310092,
         "description": "L3-Klein Sonar 3000 (Pressure & Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310093,
         "description": "L3-Klein Sonar 5000 (Pressure & Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310094,
         "description": "L3-Klein Sonar 5000 Version 2 (Pressure & Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "5000V2"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310095,
         "description": "L3-Klein Sonar 3900 (Pressure & Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "3900"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310096,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310097,
         "description": "# Manual Underwater Sensor Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310098,
         "description": "WinSocket - Underwater Sensor Input",
         "executable": "DrvInQpsSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310099,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310100,
         "description": "iXSea PHINS Standard (ROV Depth from $PIXSE POSITI)",
         "executable": "DrvIxseaPhins.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310101,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310105,
         "description": "GeoSwath Sonar (125 KHz) (Sound Velocity)",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "125"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310106,
         "description": "GeoSwath Sonar (500 KHz) (Sound Velocity)",
         "executable": "DrvGeoSwath.exe",
         "executable_arguments": [
            "500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310107,
         "description": "Flintstone Fallpipe ROV (Depth & Altitude)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "depth",
            "alt F",
            "alt A",
            "hdepth",
            "hdraft"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310108,
         "description": "iXSea PHINS (Binary Nav Message) Depth (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310109,
         "description": "iXSea GAPS (USBL INS 1 Message) Depth",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_USBL_INS1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310110,
         "description": "iXSea GAPS (USBL INS 1 Message) Depth (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_USBL_INS1",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310111,
         "description": "iXSea PHINS (Binary Nav Message) Depth",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310112,
         "description": "Raytheon AST PROSAS (Depth & Altitude)",
         "executable": "DrvASTProSas.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "SSS_ALT",
            "SSS_DPT",
            "MBE_ALT",
            "MBE_DPT"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310113,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) Depth (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310115,
         "description": "Network (UDP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEPTH",
            "SOUND_VELO",
            "DVL1G_SND",
            "DVL1G_ALT",
            "DVL1W_SND",
            "DVL2G_SND",
            "DVL2G_ALT",
            "DVL2W_SND"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310116,
         "description": "Teledyne RDI WorkHorse ADCP series",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DPT",
            "SND"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310117,
         "description": "Teledyne RDI WorkHorse ADCP series (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DPT",
            "SND"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310120,
         "description": "CEESCOPE Draft",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310121,
         "description": "Network - CEESCOPE Draft",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310122,
         "description": "CEESCOPE Draft (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310123,
         "description": "Network - CEESCOPE Draft (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "CEESCOPE",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 310196,
         "description": "# Bathy Depth Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 311001,
         "description": "Sound Velocity - Smart SV (AML, ASCII) (Active)",
         "executable": "DrvSoundVelocity.exe",
         "executable_arguments": [
            "ACT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 312001,
         "description": "Revolution - Airpax Tachtrol",
         "executable": "DrvAirpaxTachtrol.exe",
         "can_output_data": false,
         "deprecation_status": "deprecated",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 312002,
         "description": "Network - Seatools (MROV - SROV)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEATOOLS_ROCKPIPER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MROV_DEPTH",
            "SROV_DEPTH",
            "UMB_LF_D",
            "UMB_LROV_D"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 312003,
         "description": "L3-Klein Sonar Hydrochart 3500 (Pressure & Altitude)",
         "executable": "DrvL3Kleinsocket.exe",
         "executable_arguments": [
            "HC3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 312004,
         "description": "Valeport miniSVS/miniSVP",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "VALEPORT_MINISVS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "ROV DEPTH",
            "PRESSURE",
            "DRAFT",
            "SOUNDVELO"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 312005,
         "description": "Innomar SES2000 Pressure",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "INNOMAR_SES_2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 312006,
         "description": "Network - Valeport miniSVS/miniSVP (UDP)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "VALEPORT_MINISVS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "ROV DEPTH",
            "PRESSURE",
            "DRAFT",
            "SOUNDVELO"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310207,
         "description": "Network (TCP) - iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEPTH",
            "SOUND_VELO",
            "DVL1G_SND",
            "DVL1G_ALT",
            "DVL1W_SND",
            "DVL2G_SND",
            "DVL2G_ALT",
            "DVL2W_SND"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310208,
         "description": "iXblue Std Bin (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "DEPTH",
            "SOUND_VELO",
            "DVL1G_SND",
            "DVL1G_ALT",
            "DVL1W_SND",
            "DVL2G_SND",
            "DVL2G_ALT",
            "DVL2W_SND"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310209,
         "description": "Sonardyne LNAV (ROV Depth & Altitude)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 310210,
         "description": "Network - Sonardyne LNAV (ROV Depth & Altitude)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 310211,
         "description": "Magnetometer (Geometrics G882)",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "882"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
			  "id": 310212,
			  "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Sound velocity)",
			  "executable": "DrvQPSCountedTCP.exe",
			  "executable_arguments": [
				  "SUBSONUS_ANPP",
				  "PPS"
			  ],
			  "can_output_data": false,
			  "deprecation_status": "operational",
			  "device_control": "disabled",
			  "driver_type": "network",
			  "port_number": 16718,
			  "number_of_slots": 0,
			  "show_latency_input": false,
			  "third_party_timetag_supported": false,
			  "time_from_message_supported": false,
			  "time_of_arrival_supported": false,
			  "user_interface": false,
			  "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 320001,
         "description": "AIS Standard VDO/VDM Messages",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320002,
         "description": "NMEA Target Messages (TLL/TLB/TTM)",
         "executable": "DrvContactData.exe",
         "executable_arguments": [
            "NMEA"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320003,
         "description": "Manual Contact",
         "executable": "DrvManContactData.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320004,
         "description": "REMUS AUV ($CARXD) CAD/CAC Targets",
         "executable": "DrvRemusAUV.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320005,
         "description": "Event Markers - Imtech ECDIS 3500 (WinSocket)",
         "executable": "DrvOutECDIS3500.exe",
         "executable_arguments": [
            "ECDIS3500"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 320010,
         "description": "DSLR Camera - Nikon D80 (Not for Windows 7) **",
         "executable": "DrvQPSFreeBaseUI.exe",
         "executable_arguments": [
            "NIKON_D80"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320011,
         "description": "DSLR Camera - Nikon D3/D90/D300/D700 (Not for Windows 7) **",
         "executable": "DrvQPSFreeBaseUI.exe",
         "executable_arguments": [
            "NIKON_D90"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320012,
         "description": "DSLR Camera - Nikon D90/D5000 **",
         "executable": "DrvQPSFreeBaseUI.exe",
         "executable_arguments": [
            "NIKON_D5000"
         ],
         "can_output_data": false,
         "deprecation_status": "not_distributed",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320013,
         "description": "DSLR Camera - WIA Compatible",
         "executable": "DrvWIA.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320014,
         "description": "AIS Standard VDO/VDM Messages (UDP)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 320015,
         "description": "AIS Standard VDO/VDM Messages (TCP)",
         "executable": "DrvQPSTerminatedTCP.exe",
         "executable_arguments": [
            "AIS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 320020,
         "description": "DSLR Camera - Basler",
         "executable": "DrvBaslerCameraUI.exe",
         "executable_arguments": [
            "BASLER_IMAGE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 320021,
         "description": "Video Camera - Basler",
         "executable": "DrvBaslerCameraUI.exe",
         "executable_arguments": [
            "BASLER_VIDEO"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "manual",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330001,
         "description": "Network - ARPA 3500 Targets (WinSocket)",
         "executable": "DrvARPA3500Socket.exe",
         "executable_arguments": [
            "225.22.20.22"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 330011,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330012,
         "description": "Simrad HPR",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_BINARY",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330013,
         "description": "Simrad HPR300 (ASCII)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR300_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330014,
         "description": "Nautronics ATS (ASCII)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "NAUTRONICS_ATS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330015,
         "description": "Fugro UDI-ROV Header (dX dY dZ)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "UDI_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330016,
         "description": "Trackpoint II",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330017,
         "description": "NUWC TCT-TO",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330018,
         "description": "Network - NUWC TCT-TO",
         "executable": "DrvUsblTerminatedUdp.exe",
         "executable_arguments": [
            "ORE_TRACKPOINT"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 330019,
         "description": "Sonardyne USBL (Surveyors Output)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330020,
         "description": "Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330021,
         "description": "Sonardyne USBL (Surveyors Output) (With UTC)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_ASCII_V6",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330022,
         "description": "Simrad HiPAP (400 Binary Format)",
         "executable": "DrvUsblCounted.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330023,
         "description": "Nautronics ATS (Binary)",
         "executable": "DrvUsblCounted.exe",
         "executable_arguments": [
            "NAUTRONICS_ATS_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330024,
         "description": "NMEA Target Messages (TTM)",
         "executable": "DrvUsblTerminated.exe",
         "executable_arguments": [
            "NMEA_TTM"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330025,
         "description": "Kongsberg RADius Range & Bearing (PSXRAD Message)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330026,
         "description": "Network (UDP) - Kongsberg RADius Range & Bearing (PSXRAD)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "RADIUS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 330030,
         "description": "FarSounder (Forward Looking Sonar) In-water Targets",
         "executable": "DrvFLSControl.exe",
         "executable_arguments": [
           "FARSOUNDER"
         ],
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "192.168.0.2",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
			  "id": 330031,
			  "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (USBL Targets)",
			  "executable": "DrvQPSCountedTCP.exe",
			  "executable_arguments": [
			    "SUBSONUS_ANPP",
			    "PPS"
			  ],
			  "can_output_data": false,
			  "deprecation_status": "operational",
			  "device_control": "disabled",
			  "driver_type": "network",
			  "port_number": 16718,
			  "number_of_slots": 0,
			  "show_latency_input": false,
			  "third_party_timetag_supported": false,
			  "time_from_message_supported": false,
			  "time_of_arrival_supported": false,
			  "user_interface": false,
			  "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 330062,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR Format)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330063,
         "description": "Simrad HiPAP Raw (NMEA $PSIMSSR Format) (with UTC)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_RAW",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 330064,
         "description": "Network - Simrad HiPAP (NMEA $PSIMSSB Format) (With UTC)",
         "executable": "DrvUsblTerminatedUdp.exe",
         "executable_arguments": [
            "SIMRAD_HPR400_NMEA",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340001,
         "description": "'Depth  SV' (ASCII)",
         "executable": "DrvBrookeOcean.exe",
         "executable_arguments": [
            "ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340002,
         "description": "'Depth  SV  Temp' (AML or EM1000)",
         "executable": "DrvBrookeOcean.exe",
         "executable_arguments": [
            "EM1000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340003,
         "description": "'Depth, SV' (EMS00)",
         "executable": "DrvBrookeOcean.exe",
         "executable_arguments": [
            "EMS00"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340004,
         "description": "'Depth, SV, Temp, Cond' (HIPAP or EM3000)",
         "executable": "DrvBrookeOcean.exe",
         "executable_arguments": [
            "HIPAP"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340005,
         "description": "'Depth, SV, Temp, Salinity' (EMS12)",
         "executable": "DrvBrookeOcean.exe",
         "executable_arguments": [
            "EM12"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340006,
         "description": "'Depth  SV' (DeepC AUV)",
         "executable": "DrvDeepCAFS.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 340009,
         "description": "Saiv CTD (Temp, Conductivity, Pres, Salinity, SV)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SAIV_CTD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340010,
         "description": "Valeport miniSVS/miniSVP",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "VALEPORT_MINISVS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 340011,
         "description": "Network - 'Depth  SV' (ASCII)",
         "executable": "DrvBrookeOceanUDP.exe",
         "executable_arguments": [
            "ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340012,
         "description": "Network - 'Depth  SV  Temp' (AML or EM1000)",
         "executable": "DrvBrookeOceanUDP.exe",
         "executable_arguments": [
            "EM1000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340013,
         "description": "Network - 'Depth, SV' (EMS00)",
         "executable": "DrvBrookeOceanUDP.exe",
         "executable_arguments": [
            "EMS00"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340014,
         "description": "Network - 'Depth, SV, Temp, Cond' (HIPAP or EM3000)",
         "executable": "DrvBrookeOceanUDP.exe",
         "executable_arguments": [
            "HIPAP"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340015,
         "description": "Network - 'Depth, SV, Temp, Salinity' (EMS12)",
         "executable": "DrvBrookeOceanUDP.exe",
         "executable_arguments": [
            "EM12"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 340016,
         "description": "Network- Valeport miniSVS/miniSVP (UDP)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "VALEPORT_MINISVS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 350001,
         "description": "SeaSPY/SeaLINK Standard Format (Passive)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350002,
         "description": "SeaSPY/SeaLINK Standard Format (With UTC) (1Hz)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD",
            "ACT",
            "3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350003,
         "description": "SeaSPY/SeaLINK Standard Format (With UTC) (4Hz)",
         "executable": "DrvMagnetometer.exe",
         "executable_arguments": [
            "STANDARD",
            "ACT",
            "1"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350005,
         "description": "Magnetometer - Geometrics G880 Format",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "880"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350006,
         "description": "Magnetometer - Geometrics MFAM Format",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "GEOMETRICS_MFAM"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 350007,
         "description": "Magnetometer - Geometrics MFAM Format (With UTC)",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "GEOMETRICS_MFAM",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 350010,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350011,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 350015,
         "description": "Innovatum Smartsearch Gradiometer",
         "executable": "DrvNavitronic.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 350016,
         "description": "Magnetometer - Geometrics G882 Format",
         "executable": "DrvGeometricsMagneto.exe",
         "executable_arguments": [
            "882"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360001,
         "description": "# Manual Dredge Sensor Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360005,
         "description": "RWS MARS (Dredge Parameters)",
         "executable": "DrvRwsMars.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360009,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 360010,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360011,
         "description": "IHC Dredge Monitoring ($PIHC)",
         "executable": "DrvDredgeMonitoring.exe",
         "executable_arguments": [
            "IHC",
            "NV",
            "IY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360012,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 360013,
         "description": "Liebherr WireCrane (Grab Open/Close)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360014,
         "description": "Honeywell PLC (Dredge Status)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360015,
         "description": "Network - Honeywell PLC (Dredge Status)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "HONEYWELL_PLC",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "not_supported",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 360016,
         "description": "OPC Interface",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 360017,
         "description": "Hitachi Sumitomo WireCrane (Grab Open/Close)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "WIRECRANE_HITACHI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "OPEN"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360018,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Density",
            "Velocity"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 360020,
         "description": "Network - Praxis MEGA-GUARD",
         "executable": "DrvPraxisTcp.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 360022,
         "description": "Network (UDP) - VODAS Waypoint Control (Dredge Flag)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "VODAS_WP_CONTROL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 360030,
         "description": "Crane Tool vdLeun (QDREDGE)",
         "executable": "DrvCraneVanDerLeun.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360031,
         "description": "Network - Crane Tool vdLeun (QDREDGE)",
         "executable": "DrvCraneVanDerLeunUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 360035,
         "description": "Manual Switch (serial port)",
         "executable": "DrvStatusSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 360036,
         "description": "Flintstone Fallpipe ROV (Rock Production)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 370010,
         "description": "Sonardyne Bundle Monitoring",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_BUNDLE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 370011,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 370012,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 370013,
         "description": "Sonardyne Bundle Monitoring ($PSONBUN)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONBUN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 370019,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 370095,
         "description": "# Manual Bundle Compass Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 380010,
         "description": "Sonardyne Bundle Monitoring",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_BUNDLE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 380011,
         "description": "Sonardyne Fusion ($PSONALL)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 380012,
         "description": "Sonardyne Fusion ($PSONALL) with UTC",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONALL",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 380013,
         "description": "Sonardyne Bundle Monitoring ($PSONBUN)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONBUN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 380019,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 380095,
         "description": "# Manual Bundle Depth Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 390010,
         "description": "Sonardyne Bundle Monitoring",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_BUNDLE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 390011,
         "description": "Sonardyne Bundle Monitoring ($PSONBUN)",
         "executable": "DrvQpsTerminated.exe",
         "executable_arguments": [
            "SONARDYNE_PSONBUN"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 390095,
         "description": "# Manual Bundle Auxiliary Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400001,
         "description": "# Manual Rotation Sensor Input",
         "executable": "DrvManualGeneric.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "manual",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400002,
         "description": "Jan de Nul Eco Dredger (Angles)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "ECO_DREDGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400003,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400004,
         "description": "OPC Interface",
         "executable": "DrvOpcClient.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 400005,
         "description": "Kongsberg Mesotech MS1000 Scan Angle (Network)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "MS1000",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 2,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 400006,
         "description": "Network - IHC Dredging (Binary)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DREDGING_BINARY"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 400007,
         "description": "Flintstone Fallpipe ROV (Arm Angles)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "FLINTSTONE_ROV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "PF F",
            "PF A",
            "ARM F",
            "ARM A",
            "LT_A",
            "PT_A"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400008,
         "description": "US Digital A2/A2T/A4/HBA2/HBA4/HD25A Absolute Encoder",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "TILTTRAC",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "A",
            "B",
            "C",
            "D",
            "E"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400009,
         "description": "Network - Seatools (MROV - SROV)",
         "executable": "DrvQPSTerminatedUDP.exe",
         "executable_arguments": [
            "SEATOOLS_ROCKPIPER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "MROV_SRVA",
            "SROV_SRVA",
            "DEFA_SB",
            "DEFA_PS",
            "DEFF_SB",
            "DEFF_PS"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 400010,
         "description": "Jan de Nul eDigger (Angles)",
         "executable": "DrvQPSTerminated.exe",
         "executable_arguments": [
            "E_DIGGER"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "BOOM1",
            "BOOM2",
            "STICK",
            "BUCKET",
            "SLEWSENSOR",
            "SPARE1",
            "SPARE2"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 400011,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 400012,
         "description": "Network - IHC Dredging (ASCII)",
         "executable": "DrvOutIhcUdp.exe",
         "executable_arguments": [
            "DIGISYS_ASCII"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "Ladder"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 400013,
         "description": "System Cloner",
         "executable": "DrvSystemCloner.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "system_cloner"
      },
      {
         "id": 420000,
         "description": "Network - Leica IPAS20 (Velocities, Rotation Rates)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "LEICA_IPAS20",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420001,
         "description": "XSens Motion Tracker MTi (Acc, RoT) (Active)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI",
            "ACTIVE"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420002,
         "description": "XSens Motion Tracker MTi (Acc, RoT) (Passive)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "XSENS_MTI"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420003,
         "description": "Generic Serial Input",
         "executable": "DrvInputSerial.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420004,
         "description": "iXSea PHINS (Binary Nav Message) Vel, RoT",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420005,
         "description": "iXSea PHINS (Binary Nav Message) Vel, RoT (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420006,
         "description": "Generic Network Input (UDP)",
         "executable": "DrvInputUDP.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420007,
         "description": "Network - AD Navigation ADX-Series (RoT)",
         "executable": "DrvQPSTerminatedUITCP.exe",
         "executable_arguments": [
            "ADNAVIGATION_ADX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "ip_address": "10.33.3.3",
         "number_of_slots": 1,
         "port_number": 8023,
         "possible_slot_values": [
            "MPU"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420010,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Vel, Acc, RoT",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420011,
         "description": "Kearfott SEANAV NAVIGATION DATA (Binary) Vel, Acc, RoT (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "KEARFOTT_SEANAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420012,
         "description": "CDL MiniPOS3 (Binary) Vel, Acc, RoT",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420013,
         "description": "CDL MiniPOS3 (Binary) Vel, Acc, RoT (UTC)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "CDL_MINIPOS3",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420014,
         "description": "SBG Systems Vel, Acc, Rot (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420015,
         "description": "Network (TCP) - SBG Systems Vel, Acc, Rot (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420016,
         "description": "Network (UDP) - SBG Systems Vel, Acc, Rot (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420017,
         "description": "SBG Systems Vel, Acc, Rot",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420018,
         "description": "Network (TCP) - SBG Systems Vel, Acc, Rot",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420019,
         "description": "Network (UDP) - SBG Systems Vel, Acc, Rot",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SBG_EKINOX"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "VEL_N_NAV",
            "VEL_E_NAV",
            "VEL_D_NAV",
            "VEL_N_GPS1",
            "VEL_E_GPS1",
            "VEL_D_GPS1",
            "VEL_N_GPS2",
            "VEL_E_GPS2",
            "VEL_D_GPS2",
            "VEL_ODO",
            "ACC_X_IMU",
            "ACC_Y_IMU",
            "ACC_Z_IMU",
            "ACC_X_MOT0",
            "ACC_Y_MOT0",
            "ACC_Z_MOT0",
            "ACC_X_MOT1",
            "ACC_Y_MOT1",
            "ACC_Z_MOT1",
            "ACC_X_MOT2",
            "ACC_Y_MOT2",
            "ACC_Z_MOT2",
            "ACC_X_MOT3",
            "ACC_Y_MOT3",
            "ACC_Z_MOT3"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420020,
         "description": "Sonardyne SPRINT INS (Vel, Acc, RoT)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420021,
         "description": "Network - Sonardyne SPRINT INS (Vel, Acc, RoT)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_INS",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420022,
         "description": "Network (UDP) - iXblue Std Bin (Vel/Acc/Rot) (UTC)",
         "executable": "DrvQPSCountedUIUDP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "NORTH_VELO",
            "EAST_VELO",
            "HGT_VELO",
            "XV1_VELO",
            "XV2_VELO",
            "XV3_VELO",
            "XV1_ACCL",
            "XV2_ACCL",
            "XV3_ACCL",
            "XV1_RATE",
            "XV2_RATE",
            "XV3_RATE"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420023,
         "description": "Network (UDP) - iXSea PHINS (Binary Nav Message) Vel, RoT (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "IXSEA_PHINS_BINNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420024,
         "description": "Network (TCP) - iXblue Std Bin (Vel/Acc/Rot) (UTC)",
         "executable": "DrvQPSCountedUITCP.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "NORTH_VELO",
            "EAST_VELO",
            "HGT_VELO",
            "XV1_VELO",
            "XV2_VELO",
            "XV3_VELO",
            "XV1_ACCL",
            "XV2_ACCL",
            "XV3_ACCL",
            "XV1_RATE",
            "XV2_RATE",
            "XV3_RATE"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420025,
         "description": "iXblue Std Bin (Vel/Acc/Rot) (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "IXBLUE_STD_BIN",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 1,
         "possible_slot_values": [
            "NORTH_VELO",
            "EAST_VELO",
            "HGT_VELO",
            "XV1_VELO",
            "XV2_VELO",
            "XV3_VELO",
            "XV1_ACCL",
            "XV2_ACCL",
            "XV3_ACCL",
            "XV1_RATE",
            "XV2_RATE",
            "XV3_RATE"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420026,
         "description": "Sonardyne LNAV (Vel, Acc, RoT)",
         "executable": "DrvQPSTerminatedUI.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420027,
         "description": "Network - Sonardyne LNAV (Vel, Acc, RoT)",
         "executable": "DrvQPSTerminatedUIUDP.exe",
         "executable_arguments": [
            "SPRINT_LNAV",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420028,
         "description": "Kongsberg KMALL",
         "executable": "DrvQPSFreeBase.exe",
         "executable_arguments": [
            "KONGSBERG_KMALL",
            "UTC"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420029,
         "description": "Network (UDP) - Seapath Binary Format 26 Vel, RoT (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420030,
         "description": "Network (UDP) - Seapath Binary Format 26 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420031,
         "description": "Network (TCP) - Seapath Binary Format 26 Vel, RoT (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420032,
         "description": "Network (TCP) - Seapath Binary Format 26 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420033,
         "description": "Seapath Binary Format 26 Vel, RoT (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420034,
         "description": "Seapath Binary Format 26 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN26",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420035,
         "description": "Network (UDP) - Seapath Binary Format 23 Vel, RoT (UTC)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420036,
         "description": "Network (UDP) - Seapath Binary Format 23 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCountedUDP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 420037,
         "description": "Network (TCP) - Seapath Binary Format 23 Vel, RoT (UTC)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420038,
         "description": "Network (TCP) - Seapath Binary Format 23 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 420039,
         "description": "Seapath Binary Format 23 Vel, RoT (UTC)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 420040,
         "description": "Seapath Binary Format 23 Vel, RoT (UTC) (NOCS)",
         "executable": "DrvQPSCounted.exe",
         "executable_arguments": [
            "SEAPATH_BIN23",
            "PPS",
            "NOCS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
			   "id": 420041,
			   "description": "Network (TCP) - Advanced Navigation Subsonus ANPP (Velo, Acc, RoT)",
			   "executable": "DrvQPSCountedTCP.exe",
			   "executable_arguments": [
				    "SUBSONUS_ANPP",
				    "PPS"
			   ],
			   "can_output_data": false,
			   "deprecation_status": "operational",
			   "device_control": "disabled",
			   "driver_type": "network",
			   "port_number": 16718,
			   "number_of_slots": 0,
			   "show_latency_input": false,
			   "third_party_timetag_supported": false,
			   "time_from_message_supported": false,
			   "time_of_arrival_supported": false,
			   "user_interface": false,
			   "winsocket_switch": "ip_and_port"
		  },
      {
         "id": 430001,
         "description": "QPS PPS Adaptor",
         "executable": "DrvPpsPulse.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "serial",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "invalid"
      },
      {
         "id": 440001,
         "description": "EdgeTech Sub Bottom Profiling",
         "executable": "DrvEdgetechSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "controlled_via_controller",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Model Number</Name><ID>EDGETECH_MODEL</ID><Properties Default=\"2205\" Value=\"2205\"/><EnumOptions><Option Name=\"2205\" Value=\"2205\"/></EnumOptions></Row></Rows>",
         "driver_type": "network",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 440002,
         "description": "Innomar SES2000 Sub Bottom Profiling",
         "executable": "DrvQPSCountedTCP.exe",
         "executable_arguments": [
            "INNOMAR_SES_2000"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "LF",
            "HF"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "ip_and_port"
      },
      {
         "id": 440003,
         "description": "Simrad EA-series Sub Bottom Profiling",
         "executable": "DrvSimradEAxxxSocket.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 440004,
         "description": "Simrad EA-series Sub Bottom Profiling Echogram",
         "executable": "DrvSimradEAxxxSocket.exe",
         "executable_arguments": [
            "ECHO"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "do_not_use": true,
         "driver_type": "network",
         "number_of_slots": 1,
         "possible_slot_values": [
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"
         ],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": false,
         "winsocket_switch": "port"
      },
      {
         "id": 450001,
         "description": "# ADCP Simulator",
         "executable": "DrvSimPosition.exe",
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_type": "network",
         "number_of_slots": 0,
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "port"
      },
      {
         "id": 450002,
         "description": "Teledyne RDI WorkHorse ADCP series",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Store Raw Data</Name><ID>RAW_ADCP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "serial",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      },
      {
         "id": 450003,
         "description": "Teledyne RDI WorkHorse ADCP series (UTC)",
         "executable": "DrvQPSCountedUI.exe",
         "executable_arguments": [
            "TELEDYNE_RDI_PD0",
            "PPS"
         ],
         "can_output_data": false,
         "deprecation_status": "operational",
         "device_control": "disabled",
         "driver_specific_settings": "<Rows><Row><Type>Enum</Type><Name>Store Raw Data</Name><ID>RAW_ADCP</ID><Properties Default=\"0\" Value=\"0\"/><EnumOptions><Option Name=\"Disabled\" Value=\"0\"/><Option Name=\"Enabled\" Value=\"1\"/></EnumOptions></Row></Rows>",
         "driver_type": "serial",
         "number_of_slots": 0,
         "possible_slot_values": [],
         "show_latency_input": false,
         "third_party_timetag_supported": false,
         "time_from_message_supported": false,
         "time_of_arrival_supported": false,
         "user_interface": true,
         "winsocket_switch": "invalid"
      }
   ]
}