Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds; generated 59 minute(s) ago.

  1. Replies
    13
    Views
    7,304

    Resistance should be 30K and 20K for full adc...

    Resistance should be 30K and 20K for full adc resolution.

    12V
    +
    |
    |
    /
    \ 30K
    /
    \
  2. Replies
    24
    Views
    16,466

    Great,... Yes. IF AND THEN --- compile to...

    Great,... Yes.

    IF AND THEN --- compile to 159 words.
    Select case --- compile to 58 words.

    I will have to compere all statements. eg. FOR/NEXT loops. while/Wend, GOTO, GOSUB/RETURN,...
  3. Replies
    10
    Views
    5,876

    I think it convert from PDS. See link ...

    I think it convert from PDS.

    See link

    http://www.picbasic.org/forum/showpost.php?p=12868&postcount=2

    .
  4. Replies
    7
    Views
    4,528

    For Multiple work, you can make Multiple...

    For Multiple work, you can make Multiple interrupt (pin) on port c or d or b then ON INTERRUPT, you can do as you wish.

    .
  5. Replies
    29
    Views
    14,769

    Hi Trent, I think... There'r Out of 10's...

    Hi Trent, I think...

    There'r Out of 10's methods. You want's onlyup to 10th.
    So should Listing now.

    .
  6. Replies
    29
    Views
    14,769

    I think only mod formula is easy way to find...

    I think only mod formula is easy way to find oddeven.

    oddeven = number mod 2
    if oddeven = 0 then page is even, otherwise odd

    .
  7. Replies
    29
    Views
    14,769

    in VB If ((Text1.Text Mod 2) = 0) Then ...

    in VB




    If ((Text1.Text Mod 2) = 0) Then
    MsgBox "Even"
    Else
    MsgBox "Odd"
    End If
  8. Sticky: I was read this report many time, But its...

    I was read this report many time, But its universal truth.

    http://www.accessexcellence.org/HHQ/qow/qow05/qow060515.php



    .
  9. Sticky: Hi, Trent I think This is the Health question of...

    Hi, Trent
    I think This is the Health question of the week

    "When you do good things for others, you do good things for your health. You may also be doing good things for the health of your...
  10. for PIC 18F4550 .

    for PIC 18F4550

    .
  11. I wrote this code but not working DEFINE...

    I wrote this code but not working




    DEFINE OSC 20
    INCLUDE "MODEDEFS.BAS"
    INCLUDE "MY_LCD.bas
    CMCON = 7
    ADCON1 = 15
  12. 32-bit Quadrature Counter With Serial Interface

    Can enybody convert this code into picbasic using SHIFTIN ? I dont know ASM
    LS7366R is a 32-bit CMOS counter, with direct interface for quadrature clocks from incremental encoders.For communications...
  13. Yes Acetronics, Overall Shape is distressed ( in...

    Yes Acetronics, Overall Shape is distressed ( in ladder ways ). I thought there is problem in D/A converter or in OP Amp OP07 ?

    circuit attached.

    Thanks
  14. Hi Thanks sir Bruce. I am in fault. i wrote...

    Hi
    Thanks sir Bruce.

    I am in fault.
    i wrote Pause 1 instead of PAUSEUS 1 after "Init_Triangluar:"

    Thanks skimask and Acetronics.
    I was reading manual. and sir bruce solved .......

    There...
  15. "Function Generator" Triangular Wave disturb

    Every Triangular pulse is disturb.




    ' chip - PIC18F4620

    @ __CONFIG _CONFIG1H, _OSC_HSPLL_1H
    ...
  16. Replies
    3
    Views
    7,882

    What is shiftin clone?

    What is shiftin clone?

    .
  17. Which port ? who will decide port ? which GPS...

    Which port ? who will decide port ?
    which GPS receiver ?
    where you wants to diplay coordinates after received ?
    are you want whole code? or wirtten something ?

    .
  18. Replies
    6
    Views
    12,335

    Best way to connect keyboard. ...

    Best way to connect keyboard.

    http://www.picbasic.co.uk/forum/showthread.php?t=3250

    Hardware Connection
    ===================
    1. Column bits must have Pull-up resistor...
  19. Replies
    2
    Views
    2,426

    see example ...

    see example

    http://home.comcast.net/~aa0zz-3/PIC-EL-II/628diag.asm
  20. Replies
    3
    Views
    7,858

    Oh, forget to include list p=16f877a...

    Oh, forget to include




    list p=16f877a
    include "p16f877a.inc"
  21. Replies
    3
    Views
    7,858

    So what's the problem in this code ? .

    So what's the problem in this code ?

    .
  22. Replies
    33
    Views
    15,111

    I always use MAX7375AXR805+ , Where xtal failed...

    I always use MAX7375AXR805+ , Where xtal failed and serial data disrupt at 80 degr.C.

    Great performance. Try it with two free sample order.


    ....
  23. Replies
    68
    Views
    33,707

    Hi T.Jackson. Why i seeing, your psychology is...

    Hi T.Jackson. Why i seeing, your psychology is equal to Ricky Ponting ?
  24. Replies
    14
    Views
    13,065

    View Post

    I always makes to put a DS1820 series inside a 6” of ¼ copper tube. 1mm of ds1820 will remain out from tube to other end, After i seald with Mseal or M-Seal Easimix - 20 Epoxy Putty.( That uneffected...
  25. Replies
    13
    Views
    23,655

    DasyLab is better than Labvieu, I Purchased...

    DasyLab is better than Labvieu, I Purchased labview for X,Y plotting, but serial port not support well, Line was disturbed, Then i purchased dasylab. Only in three steps you can capture data from pic...
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4