-Figured out & implemented the fix for the horrible flickering in the TreeView/ListView controls when adding objects one-by-one/reading names one-by-one (Ctrl+N)/polling many objects in the subscription view/etc.
Quick bug fix from previous commit - avoid NullReferenceException
Expose the currently selected device, for a future Plugin I have in mind.
One typo fixed
-Fix typos and clear minor compiler warnings
-Add the "Add hidden object" feature using addHiddenObjectToolStripMenuItem menu item (right click menu/function menu). This is used to add arbitrary objects to the address space list, in case the device does not report the object in the object list when queried.
Hi Christopher, What benefit does this add over the normal serial transport, based on System.IO.Ports.SerialPort? In its current implementation, there seem to be several missed opportunities: --Latency timer not set. FT_SetLatencyTimer is never called, so the chip's 16 ms default (or whatever a site tech left it at) still governs delivery. This is the main reason to use D2XX for MS/TP and the class only reads the value. --No device-identity opening. FT_OpenEx by serial number or description would...
Global Commander: