| Download |
..ArduinoSerial.pdf
ArduinoExamples.zip |
Working with Docklight and Arduino, the open-source electronics prototyping platform. PDF document, 217 KB.
Arduino and Docklight projects / scripts, ZIP Archive, 39 KB.
|
| ..TCP_Monitoring.pdf |
TCP Monitoring (monitoring a single client/server TCP connection). PDF document, 22 KB. |
| ..DocklightTap.pdf |
Low latency monitoring with Docklight Tap. PDF document, 522 KB. |
| ..RS232_Adapter.pdf |
RS232 Communication with Docklight RS232 Adapter (incl. information on non-standard baud rates). PDF document, 346 KB. |
| ..EZTapPro_VersaTap.pdf |
EZ-Tap Pro(TM) and Versa-Tap(TM) support in Docklight Scripting. PDF document, 75 KB. |
| ..Bluetooth.pdf |
Docklight and Bluetooth Serial Port. PDF document, 845 KB. |
| ..RS422_485.pdf |
RS422/485 Communication (project settings for RS422/485, monitoring a 2-wire or 4-wire link). PDF document, 69 KB. |
Please download and install the latest release of Docklight or Docklight Scripting before opening the examples below.
| Download |
| ModemDiagnostics.ptp |
can be used to perform a modem check. Either build-in or external modem is possible to test. |
| PingPong.ptp |
is a simple example for how to define and use Receive Sequences. |
Docklight Scripting Examples
Please download and install the latest release of Docklight Scripting before opening the examples below.
| Download |
| LogFileNamesTimestamp.zip |
Demo scripts for using log files names that include a date stamp and starting a different log file every day / every hour |
| VBScriptLanguage.zip |
A collection of scripts with VBScript code examples (functions, methods, objects, properties, statements) |
| AcknowledgeTimeout.zip |
Demo for a typical use case: testing the reaction of a device. |
| EchoMessages.zip |
Script and project file to simulate a communication loopback. |
| FlexibleAnswers.zip |
How to use a flexible response to an incoming sequence, instead of answering with the same sequence all the time. |
| PacketLengthTest.zip |
This sample script can be used when there is a significant pause between two data packets and you need to check for a maximum packet length which may not be exceeded. |
| ParitySwitch_9BitProtocols.zip |
How to switch the parity settings temporarily within one Send Sequence. This is useful for protocol that require a 9th data bit, e.g. for device addressing on a bus (9 bit protocol, 9 data bits). |
| SendByteTiming.zip |
How to add a delay time between individual characters of a Send Sequence. |
| SendSequenceLoop.zip |
How to send all Send Sequences defined in a constant loop. |
back to the Docklight main page
|