Search results

  1. S

    comma's

    18m2 Using serin c.1 ("X"),n2400, b0,b1,b2 returns ( for serin c.1 "X", P,Q,R ) 44,80,44 It ( I think) used to return 40,41,42 so to get 3 characters in we need serin c.1 ("X"),n2400, b0,b1,b2,b3,b4,b6 and ignore b0,b2,and b3 Was it always like this ???
  2. S

    40 input portc

    trying to load portc as input to (say) b5 portc = b5 . compiles but don't work if portc pin0=1 then .... goes ok want to load all 8 bits of portc at once anyone now how to load portc into a register ? regards eric
Top