Search results

  1. T

    LCD code use Lower part instead of high of Port B

    I want to use the code below but instead of using the high part of port B (B.4-B.7), I want to use the low part (B.0-B.3) and for RS=B.4 and E=B.5. How should I do this? dirsB = $FF symbol Counter = b55 symbol chr = b54 'LCD symbol RSCMDmask = %00000000 'select Command register...
  2. T

    Use serin as on a Basic Stamp

    I use to program Basic Stamp's but want to switch to Picaxe. Now I want to use this Basic Stamp program on a Picaxe (20x2) but I don't know how? serStr VAR Byte(10) ' make 10-byte array serStr(9) = 0 ' put 0 in last byte of array SERIN 1, 16468, [STR serStr\9\"*"] ' stop at "*" or nine bytes...
Top