-
Can I use Docklight to test Bluetooth applications
Applies to: Docklight (all versions), Article ID: dl_faq032 There are two types of Bluetooth applications that are supported by...
-
I need a simulator for a serial device – Can I create/build a Docklight project automatically from a Docklight log / from monitoring the communication between two devices?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq019 Your situtation: You are monitoring the communication between...
-
Which serial port hardware do you recommend for best accuracy in Docklight Monitoring Mode (full duplex monitoring)?
Applies to: Docklight (all versions), Article ID: dl_faq025 Docklight works very well with any standard RS232/RS422/RS485 communication hardware, but...
-
I need to test for a Receive Sequence, but parts of the sequence are a checksum and I need to use some kind of wildcards. How can I do this in Docklight?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq006 Docklight supports wildcards within a Send Sequence or...
-
Docklight runs really slow on my PC. When I use Hyperterminal or my old DOS-based tool, I can monitor all the communication, but Docklight seems to be too slow for this. What can I do?
Applies to: Docklight (all versions), Article ID: dl_faq005 Docklight does a lot more than Hyperterminal and other small terminal...
-
What is the maximum sequence size? How can I transmit large amounts of data? How can I transfer ASCII text files? How can I transfer binary data files?
Applies to: Docklight (all versions), Article ID: dl_faq015 The maximum sequence size for a Send or Receive Sequence is...
-
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...
-
How can I get a Docklight Monitoring Cable? Can I purchase this from you? Can I use a data tap (e.g. Blackbox product code FA148A)?
Applies to: Docklight (all versions), Article ID: dl_faq017 For customers within the EU, Switzerland and Norway, we offer a...
-
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 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....