Hi Darrel,
How do I just write to the 4 bits I am using?
Hi Darrel,
How do I just write to the 4 bits I am using?
Last edited by dbachman; - 7th December 2008 at 01:23.
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.
Hi Joe,
I did do something like that. I moved it to Porta bit 7. Just sittin there anyway. How do you read the entire port - better yet, how would you masked out the bits. I am still in a steep learning curve so please bear with me. Is it like this?
DTMF = DTMF & %00001111 ' isolate lower 4 bits
Thanks, Don
Last edited by dbachman; - 7th December 2008 at 04:06.
look at this: http://en.wikipedia.org/wiki/Mask_(computing)
and this: http://www.picbasic.co.uk/forum/show...t=masking+bits
PORTB & $0F
Last edited by Archangel; - 7th December 2008 at 06:38.
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.
Bookmarks