This file contains example code to print over the serial port of the P87C591 MCU and Evaultion Board (EVAL-P87C591QS).
This example will test the I2C function of the P87C591.
This will be done by writing and reading from a serial A/D & D/A (P8591).
a simple thread program to print numbers
it can be synchronized with operating system tickms by including t1.sleep(1000) <time in milliseconds> in the ADD() method