I tried to run simple script but SERIAL and DISK didn't work(It didn't even show the running result),while MATHS and MEMORY are normal, what am I missing?
If there is anything else to add, please let me know.
The result of the operation is in the file.
Best regards.
#############################################
Test
#############################################
SETDURATION 10
SETCYCLES 1
SETLOG "/tmp/bit.log"
SETSERIAL "/dev/ttyMXc2"
RUN MATHS
RUN MEMORY
RUN SERIAL
RUN DISK
#LOG "Ending test script"
EXIT
If there is anything else to add, please let me know.
The result of the operation is in the file.
Best regards.
#############################################
Test
#############################################
SETDURATION 10
SETCYCLES 1
SETLOG "/tmp/bit.log"
SETSERIAL "/dev/ttyMXc2"
RUN MATHS
RUN MEMORY
RUN SERIAL
RUN DISK
#LOG "Ending test script"
EXIT
Comment