hi how do you communicate with a modem from keilboard(st10f168).we want to do serial communication between the board and modem but we are having problem doing it. we used the sscon register. can anyone suggest a way. thanks
It's all in the microcontroller manual. Since there is no manual specifically for ST10F168 on the web, you can read this one: http://www.infineon.com/cgi/ecrm.dll/ecrm/scripts/public_download.jsp?oid=8066&parent_oid=13756 See Keil's examples (traffic, hello) for serial interface configuration code. Best luck! - Mike