>>Any idea whats causing it ...
Wrong syntax.
>> and how to fix it?
-- OR --Code:ADCIN 0, ADT[ADCHAN]
-- OR --Code:ADresult VAR WORD EXT @ADresult = ADRESL ... ADT[ADCHAN] = ADresult
-- OR --Code:ADT[ADCHAN] = ADRESH << 8 + ADRESL
...<br>
>>Any idea whats causing it ...
Wrong syntax.
>> and how to fix it?
-- OR --Code:ADCIN 0, ADT[ADCHAN]
-- OR --Code:ADresult VAR WORD EXT @ADresult = ADRESL ... ADT[ADCHAN] = ADresult
-- OR --Code:ADT[ADCHAN] = ADRESH << 8 + ADRESL
...<br>
DT
Thanks Darrel... I used the latter because i'm using ADC int's... with your interrupt system... and so, can't use ADCIN...
Thanks
Bookmarks