Hi Mark,
Thanks - I've moved over to StreamDevice and now have a very simpleminded question. I've created a test application following the instructions here; make runs successfully in my top directory. When I run st.cmd, however, I get a 'no reply from device with 1000 ms'. I believe I'm using up to date versions of asyn (4.22), stream (2.6), and base (3.14). I'm sure I'm missing something obvious - is there some other setup step that I should have done? Below is the output from st.cmd -
Thanks,
Ana
admx@admxcontrol:~/admxepics/devices/fieldfoxstream/iocBoot/iocFIELDFOXSTREAMtest$ ./st.cmd
#!../../bin/linux-x86_64/FIELDFOXSTREAMtest
## You may have to change FIELDFOXSTREAMtest to something else
## everywhere it appears in this file
< envPaths
epicsEnvSet("ARCH","linux-x86_64")
epicsEnvSet("IOC","iocFIELDFOXSTREAMtest")
epicsEnvSet("TOP","/home/admx/admxepics/devices/fieldfoxstream")
epicsEnvSet("ASYN","/home/admx/epics/asyn4-22")
epicsEnvSet("STREAM","/home/admx/epics/StreamDevice-2-6")
epicsEnvSet("EPICS_BASE","/home/admx/epics/base-3.14.12.4")
epicsEnvSet "STREAM_PROTOCOL_PATH" "/home/admx/admxepics/devices/fieldfoxstream/db"
epicsEnvSet "P" "fieldfoxstream"
epicsEnvSet "R" "Test"
cd /home/admx/admxepics/devices/fieldfoxstream
## Register all support components
dbLoadDatabase "dbd/FIELDFOXSTREAMtest.dbd"
FIELDFOXSTREAMtest_registerRecordDeviceDriver pdbbase
drvAsynIPPortConfigure("L0", "10.95.101.76:5025", 0, 0, 0)
asynOctetSetInputEos("L0", 0, "\n")
st.cmd line 18: Command asynOctetSetInputEos not found. <<<<<<<<<<<<<<<<!!!!!!!!!!!
asynOctetSetOutputEos("L0", 0, "\n")
st.cmd line 19: Command asynOctetSetOutputEos not found. <<<<<<<<<<<<<<<<!!!!!!!!!!!