Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: richard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: I2C LCD

    by richard
    Replies
    46
    Views
    52,589

    Re: I2C LCD

    is incorrect



    or

    is whats required.


    The "\x" ( length specifier) if used is the number or chr's in the the string {buff in this case } to send (12 {the value of x} is...
  2. Thread: I2C LCD

    by richard
    Replies
    46
    Views
    52,589

    Re: I2C LCD

    looks like incorrect syntax , should be like this


    I2CWRITE SDA, SCL,com,[$40,"hello"]

    to display x (assume pbp3)



    buff var byte[16]
Results 1 to 2 of 2