P13-6 Mobile Printer CPCLProgramming Manual
Example 2 looks like this:
<!— *************************************** —>
<!— ******** Setup Comm Baud Card ********* —>
<!— *************************************** —>
<card id=”baud” title=”Com,Baud”
ontimer=”#status”>
<timer value=”200"></timer>
<p> $(vnd.zo.comm.baud)</p>
</br>
<do type=”accept” label=”9600">
<setvar name=”vnd.zo.comm.baud”
value=”9600"/><refresh/>
</do><p> </p>
<do type=”accept” label=”19200">
<setvar name=”vnd.zo.comm.baud”
value=”19200"/><refresh/>
</do>
</br>
<p><a href=”#comm”>Back</a> </p>
<p><a href=”#main”>Main</a></p>
</card>
LCD Output for Example 2:
Note: The LCD screen is 20 characters across and 4 lines.
Com, Baud 19200
9600 19200
Back Main