|
Docklight Scripting - Overview |
|
|
Docklight Scripting is an extended edition of Docklight RS232 Terminal / RS232 Monitor. It features an easy-to-use scripting language, plus a built-in editor to create and run automated test jobs. A Docklight script allows you to execute all basic Docklight operations (sending predefined data sequences, detecting specific sequences within the incoming data stream, ...) and embed them in your own test code.
Docklight Scripting is also network-enabled. Instead of using a serial COM port, Docklight Scripting can establish TCP connections (TCP client mode), accept a TCP connection on a local port (TCP server mode), or act as a UDP peer.
Docklight Scripting gives you both flexibility and simplicity. Within minutes you can build your own automated testing tools and create:
Docklight Scripting uses the VBScript engine, allowing you to write your tests in a simple, well-known scripting language. Docklight's basic functions and features are made available through a small and convenient set of Docklight script commands.
TIP: For getting started, have a look at the Docklight modem testing script, which demonstrates the usage of Docklight script commands for an automated modem test. A simple demonstration for the TCP/IP capabilities can be found in the TCP client/server sample. |