I wanted to know how to create a temp register in memory. I'm still getting used to using a Pic micro-controller 16f88 and 18f1320. Any help will be greatly appreciated. Thanks
I wanted to know how to create a temp register in memory. I'm still getting used to using a Pic micro-controller 16f88 and 18f1320. Any help will be greatly appreciated. Thanks
Hi Gator,
Can you be more specific?
Details?
I am sure you will get your answer.
--------------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Code:TempRegister var byte
When you say in memory... PIC EEPROM or what?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi guys,
mister_e's got it. I am still in transition mode from assembly to basic,sorry. I was trying to figure out how to send a variable over an RF transceiver and get it from the receiving end. But all I have to do is name a variable so I understand basic a little better.
Note: Little more info about the RF transceiver. Using the Nordic RF nRF2401 Transceiver and using the shiftin and shiftout method through basic.
thanks again sayzer and mister_e
May be it is time to use Serin and Serout.
----------------------
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Hi sayzer,
What pin do I need to activate Serin and Serout? If I am using a 16f88 or 18f1320? thanks
Bookmarks