Posted on September 30, 2006 at 13:06Dear Zouhair: Could you explain more ? I try C/C++ Guide P.19 #pragma swi_number=0x23 __swi __arm int swi_function(int a, int b); and I declare int swi_function(int a, int b) { return (a+b); } 3rd step a...
Posted on June 20, 2006 at 04:14Thank you. Because our project is so huge. We are follow the ModBus like Protocol. ex: We define : 0 : 9600(default) 1 : 19200 2 : 38400 3 : 57600 4 : 115200 function code : 0x32 PC -> :013204xx (9600) ST -> :013204xx...
Posted on June 15, 2006 at 14:26Dear RISC: I develop an application. 9600 is the default of both Host and Client. Host sends command let Client changes to 115200. Client uses 9600 respone ACK to Host. Wait TXEmpty on , Client changes to 115200. ...