dynamic-c

Reading from a text file in Dynamic C language

I'm using a rabbit microcontroller. It uses the Dyanimc C language. How can I read from a file in my pc and manipulate it or print it to the screen ? Methods of C or C++ are not working here. ...

How do you send AT commands using Dynamic C through Rabbit 2000 controller connected to a GSM modem?

First, I am working on a project that opens an electric door when certain cell phones call the GSM modem's SIM card's number. But, as a starting point I want to send some AT commands to the modem, then from there I can continue. Here is the code I wrote so far: #define CINBUFSIZE 255 #define COUTBUFSIZE 255 #define TIMEOUT 500 char mode...