# # Config file for the dynamic library loader # # Format is: # COMMAND module_name module_library [NORMAL] [REALTIME priority delay ] # note: module_library file names must be absolute paths, or start with ./ # #LOAD serial ./lib/serial.so REALTIME 1 50000 #LOAD echo ./lib/echo_io.so REALTIME 1 50000 serial F/dev/ttyS0,B9600,D8 LOAD serial ./lib/serial.so NORMAL 1 LOAD echo ./lib/echo_io.so NORMAL 1 serial F/dev/ttyS0,B9600,D8 # # Start the modules running # # Format is: # RUN module_name # RUN serial RUN echo