Recent content by Terry Barnaby

  1. T

    Pwmout/hsersetup bug ?

    Hi, I am trying to use the hardware serial port together with the pwmout function on a 28X1 device. If I setup the serial port to do background reception (hsersetup B4800_4,%01) then whenever a character is received on the serial port the pwmout function stops working. Otherwise it appears to...
  2. T

    Pwmout: Glitches when used in a loop

    I am using the pwmout function to drive a high power motor (400W) via MOSET driver stage at about 20KHz. The pwout function is called at 10Hz after reading a throttle position using an ADC. The problem is that each call of the pwout function results in a long (>1ms) pulse on the PWM pin. I...
  3. T

    Peek and Poke words

    It would be nice if the peek and poke commands would peek/poke a complete word rather than just the least significant byte.
  4. T

    More available variables

    It would be nice to have more available variables such as w7,w8,w9,w10 etc. Having just 7 16bit variables is limiting. Using peek/pokes to PIC register space can be used but leads to more difficult to understand code, not good for the students. I presume it would be easy to use more of the PIC's...
  5. T

    Linux support

    Hi is there any news on the Linux support promised ? I have tried using wine but the installer fails ... Cheers
Top