
bookmaker32
USA
Asked
— Edited

I get " syntax error, unknown command " when I try to put in UARTRead(0,0,10)
in my script. Anyone come across this?
I get " syntax error, unknown command " when I try to put in UARTRead(0,0,10)
in my script. Anyone come across this?
Bear in mind, any command which fetches data must be assigned to a variable or used as part of an expression such as;
Code:
Or
Code:
Or
Code:
Every ARC control and EZ-Script command has an example in the examples folder. The UART example is in EZ-Script Function Syntax\ and is named UART Peripheral. The scripts within the Example Project should help you understand how to use the commands.
For a better understanding, if you want it, have a read of this topic.
Glad that solved the problem