Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    8,301

    Re: How come my DS18S20 code still works?

    my code just gives me the same output, I'm trying to use 4 7 segment displays can you all help me I am useing a 18f452
    clear
    define osc 20
    include "modedefs.bas"

    trisa=%11111111 ' a as input ...
  2. Replies
    13
    Views
    11,589

    OK , I put clock back to 3 but used upper chase...

    OK , I put clock back to 3 but used upper chase in the define statement and that is what made it work
    Thank You very much.
  3. Replies
    13
    Views
    11,589

    I changed clock 3 to clock 0

    cannot find clock 3 in datasheet it now works thank you
  4. Replies
    13
    Views
    11,589

    thanks for clear

    I thank you of your time
    The code
    define adc_bits 10 'adc settings
    define adc_clock 3 ' adc setting
    define adc_sampleus 50 'adc setting

    should set up the a the analog to digital...
  5. Replies
    13
    Views
    11,589

    a/d 12f675 ,i can only use 1 and 2 not 500 to test input on a pot

    clean
    define adc_bits 10 'adc settings
    define adc_clock 3 ' adc setting
    define adc_sampleus 50 'adc setting
    intcon.6=1 'gloabal interrupt
    intcon.7=1 'gloabal interrupt
    pie1.6=1 ...
  6. brushless motor control

    i want to set up a brushless dc motor control,I need to setup capxcon to input state change, (hall sensor as the inputs)
    rest tmr5 if a change on cap1 or cap2 or cap3, us a ic interupst and ovdcond...
  7. hall senors

    trying to us motion feedback module with capture on state mode on pins 3,4,5
  8. need help with 3-input caputer transtion detector

    need help with 3-input caputer transtion detector
  9. 18f4431 try to use three-input capture mode with hall-effect senor state transitoin d

    capture
    ansel0=%00000000 'all digital
    trisa=%11111111 'set all port a pins to input cap1,cap2,cap3
    trisb=%00000000 'set all port b pins as output

    t1 var word
    t2 var word
    t3 var word...
  10. I too am trying to use capture mode with hall sensor on cap1 2 an3

    duty var word
    ansel0=%00000000 'all digital
    'ansel1=%00000000


    trisa=%11111111 'set all port a pins to input cap1,cap2,cap3
    trisb=%00000000 'set all port b pins as output
    portb=%00000000...
  11. Replies
    27
    Views
    52,490

    mystified

    Thanks did not know that ccp and pwm0-5 are not the same pins that helped now how about setuo for timer 2.
  12. Replies
    27
    Views
    52,490

    help with 18f4431 hpwm

    '****************************************************************
    '* Name : UNTITLED.BAS *
    '* Author : [select VIEW...EDITOR OPTIONS] *...
  13. Thread: 12f675

    by mystified
    Replies
    6
    Views
    6,924

    mplab

    does mplab use pic basic or assembly code?
  14. Thread: 12f675

    by mystified
    Replies
    6
    Views
    6,924

    microcode studio plus

    are there books on microcode studio plus?
  15. Thread: 12f675

    by mystified
    Replies
    6
    Views
    6,924

    12f675

    what does nolist mean?
    why will it not compile?
    It come out of the include file.
    I'm a newbee.
Results 1 to 15 of 15