SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_serialout.spc

This is an example of how to use the SerialOutCount and SerialOutByte system constants as well as the Wait and printf functions.

task main()
{
while(true)
{
if (SerialOutCount > 200)
continue;
}
}