void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
// user interface
uart_printf("\n\r Led Test Example\n")
for( )
{
led_test()
}
}
一個簡單的串口文件發(fā)送接受程序。可以調(diào)節(jié)發(fā)送延遲。里面的類可以應用在其他的環(huán)境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.