Hi
I have a problem with pic basicpro I 'm write the this code
i2cwrite porta.0,porta.1,$c6,0,[#x] but it didn't compile![]()
I 'm used Pic16f877A & LCD03 and I need the lcd show too me x number.
what should i do ?
Thanks a lot
Hi
I have a problem with pic basicpro I 'm write the this code
i2cwrite porta.0,porta.1,$c6,0,[#x] but it didn't compile![]()
I 'm used Pic16f877A & LCD03 and I need the lcd show too me x number.
what should i do ?
Thanks a lot
As I told you #x is not allowed in I2CWRITE. What you'll need is to parse each number in x variable (DIG should do the trick), then convert each of them to ASCII, then send the whole thing.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi
How i can do this?
can you write a exam code to me ? beacause it is vary important to me
thanks
First, have a look into your manual about DIG, somewhere in the begining of your manual.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
This uses a 16f processor to drive LED segments without a current limiting resistor.
Thanks !
SOMRU
TWE/TFP/EE
Bookmarks