Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    278
    Views
    321,067

    i use 8 slot encoder. after googling few...

    i use 8 slot encoder.
    after googling few minutes. i add this code into usbdemo


    COUNT PORTA.2,100,speed
    speed = speed * 10 * 60 / 8
    rpm[0] = speed / 1000 // 10
    rpm[1] =...
  2. Replies
    278
    Views
    321,067

    i want to use usbdemo to count rpm of motor and...

    i want to use usbdemo to count rpm of motor and display the rpm in computer. how to do that?
Results 1 to 2 of 2