So I did and now there's only one error left...
Code:Unable to fit variable RS2_Save
So I did and now there's only one error left...
Code:Unable to fit variable RS2_Save
well, seems we hit one of the limitation of the low-end PIC. In this case, asm INT and home made serial routine would work. 12F683 would provide better range.
Let's see what Darrel would suggest...
Last edited by mister_e; - 4th February 2009 at 22:52.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I suppose that the only way to write the serial routine is to code it in asm.
Damn me for choosing this somewhat limited pic![]()
12f683 is 8 pin device and has twice the flash memory available.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Thanks for the tip, but I have already bought the other one - as I said to late to change my mind. Anyway i've been doing some diggin and I'm going forward with the ASM serial routine part. There's only one little problem - the code I'm using gives me a "Symbol previously not defined" error. How do I setup variables so I can write to them inside the asm code and reuse them in picbasic?
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Last edited by test153; - 5th February 2009 at 23:59.
Bookmarks