copy from other repository

This commit is contained in:
zimoch
2010-09-02 14:52:17 +00:00
parent 35768cbfbb
commit d37c142d36
51 changed files with 4104 additions and 0 deletions

21
streamApp/test.readme Normal file
View File

@ -0,0 +1,21 @@
Simple test environment:
1) Start device simulation:
terminal.tcl &
Or set up a real device.
2) Start ioc:
xterm -e test.cmd &
Or edit test.cmd first.
3) Start medm:
medm -x -macro P=TEST test.adl &
Records:
TEST:cmd - writes string to device
TEST:info - writes string and reads reply (result in same record)
TEST:spy - gets any input line from device
TEST:spybin - gets any input (binary waveform)
TEST:log* - history of TEST:spy
Try to write 'help' to TEST:cmd.