Search results

  1. Q

    # (ascii) and Middle Zeroes

    I've been outputting to an LCD a word variable - usually around 400. It works simply enough with something like #w0 in an hserout line, however, if the number itself is in the range of 400-409, that middle zero is dropped (ie. 401 shows as 41, 402 shows as 42 and so on). Same with 300-309...
  2. Q

    i2c issues with PCF8563

    I have wired a PCF8563 to my 28x1 and as a test, I am using the following code: 'Clock Reader/Displayer hi2csetup i2cmaster, %10100010, i2cslow, i2cbyte writetime: hi2cout 2, ($01) debug pause 1000 readtime: hi2cin 2, (b0) debug pause 1000 goto readtime all I wanted to do as a test, is...
Top