We do not do very much assembly here. Most of the folks here use Pic Basic.
Try the piclist. But I doubt if anyone there will just give you the code, maybe I am wrong...
We do not do very much assembly here. Most of the folks here use Pic Basic.
Try the piclist. But I doubt if anyone there will just give you the code, maybe I am wrong...
Dave
Always wear safety glasses while programming.
This should not require assembly. Unless there is something missing, the task looks almost trivial.
I don't recommend 18F452's for anything, however. This is an old chip design that has some quirks. Choose a more modern PIC with the same footprint.
Charles Linquist
Mr Charles:
which uC do you recommend. the hardest part of my problem is actually sending AT Commands to the GPRS modem via the usart of the pic. i decided to use c instead. Do you have any suggestions of how to go about doin this?
thanks
The 18F4520 is a good choice. I send enormous amounts of data through the PICs USART, at up to 115Kbaud, and I have never had any problems with PBP in this regard.
Charles Linquist
Do you know how to send the ATCommands to the gprs modem using c?
This is a PBP forum. There are plenty of 'C' forums. Google is a good start.
Charles Linquist
Bookmarks