-
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...
-
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...
-
I am using a protocol that includes a checksum (CRC or simple sum). How can I let Docklight calculate the checksum automatically? How can I validate checksums?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq016 Docklight and Docklight Scripting support checksum areas for...
-
Can I use a non-standard baud rate that is not available in the baud rate list, e.g. 10800 bauds?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq007 In Docklight (Scripting) you may use non-standard baud...
-
My microcontroller application has no serial input buffer. How can I introduce an additional delay between the characters when sending a sequence?
Applies to: Docklight Scripting, Article ID: dl_faq013 Docklight Scripting offers two ways to control the transmit data timing: 1)...
-
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....
-
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...
-
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,...
-
Windows does not allow me to install and use the free com0com Virtual Null Modem driver from your FAQ. How can I fix this?
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_prb058 There seems to be an issue with the...
-
When I open the “Edit Send Sequence” or “Edit Receive Sequence” dialog and close it / move to a different sequence, Docklight asks if I want to keep the modification, even if I did not change anything.
Applies to: Docklight / Docklight Scripting (all versions), Article ID: dl_faq018 This is a UI glitch that seemed to...