PDA

View Full Version : HSERIN Error



eoasap
- 13th January 2006, 02:11
PIC18F8722


if i use this code >>

CHARIN VAR BYTE


for i = 0 to 15
Hserin [CHARIN]
lcdout CHARIN
next i


i get an errors (128) PBPPIC18.LIB 7697 : Missing argument(s)
(128) PBPPIC18.LIB 7699 : Missing argument(s)

if i comment out the HSERIN line, the error disappears.
I've seen tons of code that use hserin this way, but as usual,
it doesn't seem to work for me ;) does anyone have any ideas?

TIA!

mister_e
- 13th January 2006, 03:30
mmm, no error here by using your code in addition to

i var byte

be sure you have the latest version with the latest update installed.