This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

diffeence between lcd_com() & lcd_puts() instruction

I am working on 4 bit LCDisply.
I want difference between thesetwo instructions : lcd_com( )& lcd_puts( ).
Please give the exact difference between them with their exact defination.

Parents
  • These are not instructions; they are function calls

    Since you have said nothing about where you got these functions it is impossible to tell you anything about them at all!
    (one might guess, from the name, that lcd_puts should write a string to the LCD - but that's about it).

    If you want information about these functions, you need to consult the Documentation for them - or contact the author (or both).

Reply
  • These are not instructions; they are function calls

    Since you have said nothing about where you got these functions it is impossible to tell you anything about them at all!
    (one might guess, from the name, that lcd_puts should write a string to the LCD - but that's about it).

    If you want information about these functions, you need to consult the Documentation for them - or contact the author (or both).

Children