Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    278
    Views
    319,599

    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
    319,599

    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?
  3. Replies
    1
    Views
    4,099

    USB Motor Controller

    I want to control speed of DC motor with usb. from google i found that i can use 18f4550/18f2550 to communicate with usb port and create pwm output from ccp pin.
    i'm new with pic programming, still...
Results 1 to 3 of 3