Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

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

  1. Replies
    3
    Views
    2,910

    Hi frend here is my code ' FONT OF DOT...

    Hi frend here is my code


    ' FONT OF DOT MATRIX
    EEPROM 0,[0,127,32,16,0] ' 1
    EEPROM 5,[49,73,73,73,39] ' 2
    EEPROM 10,[54,73,73,65,34] ' 3
    EEPROM 15,[4,127,36,20,12] '4
    EEPROM...
  2. Replies
    3
    Views
    2,910

    hi friend's,I did save in attached file , basic...

    hi friend's,I did save in attached file , basic code , proteus sim
  3. Replies
    3
    Views
    2,910

    How to make display move left and right

    I did try to used dot matrix 8x8 display, niw i can show number on dot matrix
    next step i need to make displsy move left/right
    How have idea pls help

    pls see our file attached
  4. Replies
    1
    Views
    3,868

    Ok ,my problem was resolve by we remove If...

    Ok ,my problem was resolve by we remove If founction out,

    code:

    Case 11 'Read save data
    ' If sw_up = 0 Then
    sw_Mode_data = 0
    sw_up_data = 0
    ...
  5. Replies
    1
    Views
    3,868

    pls help me verify my code not work, why???

    my protect for control stepping motor

    case 11 and 12 , we cannot read data frome eeprom

    case 21 , we cannot write data frome eeprom
    case 22 , we cannot write data frome eeprom
    case 23 , work...
  6. Replies
    3
    Views
    4,317

    pls help me verify my code not work, why??? ...

    pls help me verify my code not work, why???

    case 11 and 12 , we cannot read data frome eeprom

    case 21 , we cannot write data frome eeprom
    case 22 , we cannot write data frome eeprom
    case 23 ,...
  7. Replies
    5
    Views
    4,205

    thank , where i can get detail of pbp260 pls...

    thank , where i can get detail of pbp260 pls...
  8. Replies
    3
    Views
    4,317

    thank you after i restart pc and not problem !!!

    thank you
    after i restart pc and not problem !!!
  9. Replies
    3
    Views
    4,317

    error worring pbp247

    Found this :code crosses boundary @800
    what is problem of my code


    DEFINE LOADER_USED 1

    INCLUDE "modedefs.bas"

    '-------------------------- Ports settings...
  10. Replies
    5
    Views
    4,205

    I got error if we used pbp260 complier

    I got many error with my code if we used pbp260 complier
    but if change to pbp247 my code can pass complier
    what is differance between 2 version
  11. Replies
    1
    Views
    2,248

    I have problem with interrupt RB0

    Sorry for wrong post this is proton code

    I did make code with ir decode for control on/off output
    now ir decode work properly but we need to add input switch for control also.
    Right now we used...
  12. Replies
    1
    Views
    1,951

    porgram fail in sometime Bug or not

    I got abnormal on micro code program some time mycode don't some time work (with same code)
    Who is know this proble pls advice too..
  13. Replies
    3
    Views
    4,058

    ' and next 'READ TIME FROM DS1307 ...

    ' and next

    'READ TIME FROM DS1307

    TIMEDS1307:
    LOOPP=0
    loop:
    i2cread dpin,cpin,$d0,$00,[b1,b2,b3,b4,b5,b6,B7]
    'pause 10
    'BB=B1
  14. Replies
    3
    Views
    4,058

    Here is my code , Time/temp display and IR decode...

    Here is my code , Time/temp display and IR decode

    Pls advise ...

    Define LOADER_USED 1
    DEFINE OSC 4
    @ Device pic16F877A, xt_OSC, BOD_OFF, PWRT_ON, WDT_OFF, PROTECT_OFF 'WRT_On

    Segments ...
  15. Replies
    3
    Views
    4,058

    How to set sequence of interrupt for PIC

    I did study about pic basic code but confuse about sequence of interrupt. for now i did make project with 5 sw buttom, IR for control o/p , time ds1307,Temp DS18s20 and 7seg (muliple scan dis)for...
  16. Replies
    0
    Views
    3,117

    Nokia 3310 16f877

    HI I TRY BELOW CODE IS WORKING THE DISPLAY SHOW "K000" BUT WE NEED TO CHANGE FONT K TO C HOW TO CHANGE IT ,WE DON'T SEE CODE OF "K" WHO KNOW PLS ADVISE

    [CODE]:
    DEFINE LOADER_USED 1
    DEFINE...
  17. Replies
    0
    Views
    4,258

    Nokia 3310 display text

    I try to doing LCD disply with Nokia 3310 display but not achieve need help.
    I used code for this web and change port control, see be low for my code

    [code];
    ;=------------------------------=...
  18. Replies
    12
    Views
    13,758

    here is circuit ... I cannot attached some...

    here is circuit ...
    I cannot attached some picture file..
  19. Replies
    12
    Views
    13,758

    Let you show circuit daigram..and some detail of...

    Let you show circuit daigram..and some detail of 3 bottom function.
    I never try about this
  20. Replies
    12
    Views
    6,454

    Let you see in code example i have place it

    Let you see in code example i have place it
  21. Replies
    12
    Views
    13,758

    About code is work no problem we post for share...

    About code is work no problem we post for share idea for other peple.
    "Code Example " is forums for place with sample code with working right...
  22. Replies
    12
    Views
    13,758

    Time display on 7-seg 4 digits

    Here is sample code of time display on 7 seg
    we try on pic16f877a ,DS1307


    Code:
    Define LOADER_USED 1
    define OSC 4
    include"modedefs.bas"
    Digits VAR PORTD
    SEGMENTS VAR PORTC
  23. Replies
    12
    Views
    33,363

    DS1820 display with 7-seg 4 digits

    Hi every one i would lioke to share with my project.
    I did make temperature display and show on 7-seg.[ 45.5C ]

    Code:

    Define LOADER_USED 1
    DEFINE OSC 4
    @ Device pic16F877A, xt_OSC, BOD_OFF,...
  24. Replies
    27
    Views
    19,888

    Hi sayzer thank you we done after try remove 2...

    Hi sayzer thank you we done after try remove 2 ms out.


    Buy the way we will post this code in exampls code for share with other peple
  25. Replies
    27
    Views
    19,888

    Now we finish 7 seg display temp form ds1820...

    Now we finish 7 seg display temp form ds1820 about 90%
    But we stil have porblem with display fashing and i have try at 20 Mhz cannot resolve it



    Code:

    Define LOADER_USED 1
    DEFINE OSC 4...
Results 1 to 25 of 70
Page 1 of 3 1 2 3