Author Topic: HID and Tcl  (Read 7402 times)

Guido Koerber

  • Frequent Contributor
  • ****
  • Posts: 72
HID and Tcl
« on: August 18, 2011, 05:36:06 pm »
Does anybody have experience with using HID devices from Tcl? I just got a question from a customer who wants to do that.

sim-addicts

  • Member
  • ***
  • Posts: 1
Re: HID and Tcl
« Reply #1 on: August 23, 2011, 03:44:10 pm »
I have experience; I've been communicating with HID devices from TCL for many years;  I have written many TCL based diagnostic tools which communicate with HID devices.   TCL can be a great rapid developing interpretative language for prototyping apps and for debugging embedded USB designs.  I create a comparable TCL function call for each of our DLL C++ functions which allows for TCL rapid scripting of debug tools, status utils, diagnostics tools, or wizard utilities.   Release applications can be written in C++ while debugging tools can be developed more loosely and quickly using TCL scripts.