Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open_FUT (generation 3) has been developed in CPython by using a pure extern C code library version of TE_USB_FX2_CyAPI APIs (codename: simplified TE_USB_FX2_CyAPI APIs).
Open_FUT could be ported to .NET by

  • using TE_USB_FX2_CyUSB librariesinstead library instead of the simplified TE_USB_FX2_CyAPI librarieslibrary;
  • using .NET Trenz Electronic USB FX2 APIinstead API instead of the simplified C/C++ Trenz Electronic USB FX2 APIs;
  • using Microsoft WF (Windows Forms) or Microsoft WCF (Windows Communication Foundation) instead of Tkinter (Tkinter is not well supported by .NET);
  • using IronPython (or Python for .NET package) instead of Python ctype with CPython.

...