-
Can I use Docklight to talk a network device using a TCP or UDP-based communication?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq020 Docklight is limited to serial COM connections, but...
-
For creating larger scripts, the built-in script editor is not really convenient. How can I get a state-of-the-art editing experience with syntax highlighting and autocompletion?
Applies to: Docklight Scripting (all versions), Article ID: dl_faq030 Docklight Scripting supports external source code editors like Notepad++ or...
-
What happened to HyperTerminal? Can I use Docklight RS232 Terminal / RS232 Monitor or Docklight Scripting as a Hyperterminal replacement?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq033 Docklight and Docklight Scripting are perfect companions for...
-
How accurate are the Docklight time stamps? Can I increase time stamp resolution and accuracy to 1 millisecond?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq011 Docklight (Scripting) offers time stamps with milliseconds resolution....
-
I need to read a 4 byte (or: 8 byte) data sequence and convert it into a float value. How can I do this? (Or: I need to deal with 32 bit / 64 bit IEEE encoded float values. How to convert to and from such a data format?)
Applies to: Docklight Scripting (all versions), Article ID: dl_faq035 We have now added IEEE single and double precision float...
-
Is there a way to detect changes of the RS232 CTS, DSR, DCD or Ring status?
Applies to: Docklight Scripting (all versions), Article ID: dl_faq028 Docklight and Docklight Scripting support detecting changes for the CTS,...
-
Does Docklight support the advanced “EZ-Tap Pro” and “Versa-Tap” monitoring solutions from Stratus Engineering, Inc.?
Applies to: Docklight, Docklight Scripting and Docklight Pro Monitor (all versions), Article ID: dl_faq034 RS232/RS422/RS485 monitoring using “EZ-Tap Pro”...
-
How can I introduce specific timing constraints for a Receive Sequence?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq010 Docklight Scripting gives you numerous possibilities to implement...
-
I want to purchase a Docklight Tap, but the Docklight E-Shop says it is not available in my country (USA, Canada,…). What can I do?
Applies to: Docklight Tap, Article ID: dl_faq031 Our Docklight hardware products are not available for delivery outside the EU,...
-
I use Docklight to simulate a serial device. Sending predefined answers using your “Receive Sequence” function works pretty well. But what if I want dynamic answers, instead of sending the same static answer all the time?
Applies to: Docklight Scripting, Article ID: dl_faq022 The OnSend / OnReceive features in Docklight Scripting can help out here....