Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,235

    GLCD T6963c load and display picture

    after deep scan i found how i can load and display any picture
    below in rar file are the programms and i the tutorial for the use.
  2. Replies
    5
    Views
    4,859

    Its workings

    the problem was the capitals....before i wrote DEFINE osc 12 and not working.when i changed to DEFINE OSC 12 it works fine.thanks everyone for their reply's.
  3. Replies
    5
    Views
    4,859

    thanks for your quick reply's. sorry i forgot to...

    thanks for your quick reply's. sorry i forgot to write the pic. i am using 16f876A.tommorow i will try with capital the define's and i will inform you . i also thinking that may be timing because the...
  4. Replies
    5
    Views
    4,859

    debug not working with MPASM assempler

    i am trying to compile the below code with MPASM assempler but i receive garbage when i checking with hyper terminal the debug but when i change the assempler and compile it again it works fine.do...
  5. Thread: Glcd help

    by santamaria
    Replies
    2
    Views
    3,927

    i found how to display an image. i download a...

    i found how to display an image. i download a programm called fastlcd and this program gives an output in basic but with different format so i built a program that convert it to our code. The code to...
  6. Thread: Glcd help

    by santamaria
    Replies
    2
    Views
    3,927

    Glcd help

    i found on microbasic compiler one tool that convert image to data.the tool name is glcd bitmap editor.I convert one bitmap but i can't print it to screen. I start print the first data on top left to...
  7. Replies
    9
    Views
    6,788

    hi kamikaze47, the baud rate is 9600.i check it...

    hi kamikaze47,
    the baud rate is 9600.i check it in hyper terminal and working both tx and rx with stop bit 1. i can't understand how and why but it's working. i connected to my project and working...
  8. Replies
    9
    Views
    6,788

    thanks for your reply i will try it....

    thanks for your reply i will try it....
  9. Replies
    9
    Views
    6,788

    serout2 with 2 stop bits

    i am using the pic 16f628.i would like to communicate with srf02 ultrasonic module.this module accepts only 9600 2 stop no parity.i can't find if i can choose to send with serout command with 2 stop...
  10. Replies
    2
    Views
    3,066

    oups.i forgot to change the path variable.i did...

    oups.i forgot to change the path variable.i did it and work ok now without errors.
    thanks mackrackit for your reply.

    regards
  11. Replies
    2
    Views
    3,066

    error pbp and mplab id

    i install mplab ide ver 8 and pic basic pro 2,47.i am receiving and following error when i try to compile:"
    Executing: "C:\PBP\PBPW.EXE" -ampasmwin -oq -z -p16F876 "BLINK.BAS"
    PICBASIC PRO(TM)...
  12. Replies
    17
    Views
    13,608

    Thanks mister_e.it was very easy to be true. I...

    Thanks mister_e.it was very easy to be true. I would like to ask you what is in your timer calc the re-load variable because i can't understand it.

    thanks again for you reply.

    regards
  13. Replies
    17
    Views
    13,608

    TMR0 to interrups every 1msec

    i am using darrel's interrupts and 20MHz crystal. With mister_e calculator i found that i want prescaler 1:32 and preload 99 into tmr0.I don't know how to preload the value into timer.below i have...
  14. Replies
    17
    Views
    13,608

    Thanks for your reply mister_e. Tomorrow i will...

    Thanks for your reply mister_e. Tomorrow i will try in PBP and i will tell you my results.
  15. Replies
    17
    Views
    13,608

    I stack now. I know that one sitor bit is 10msec....

    I stack now. I know that one sitor bit is 10msec. so i use tmr0 to find if it is in phase with samples, but how i know if i am in the start of sitor bit or in 3 msec after? I say that 10 samples is 1...
  16. Replies
    17
    Views
    13,608

    below is my sample fsk decoder similar to above...

    below is my sample fsk decoder similar to above code.i would like to ask how can i check if it is in phase or not and how i can read the bits that receiving in main programm? i upload also the...
  17. Replies
    17
    Views
    13,608

    finally it works.... i would like to ask how i...

    finally it works.... i would like to ask how i can pass this code to microcode studio and execute the labels that i want(and interrupts)?
  18. Replies
    17
    Views
    13,608

    mister e i will explain you what i am doing. i...

    mister e i will explain you what i am doing. i download the above code from net and i compiled with mplab(succesfull). i burn the 16f876 and the chip doesn't start.in the same breadboard i made a...
  19. Replies
    17
    Views
    13,608

    I did it but the programm is not running .I will...

    I did it but the programm is not running .I will also check with XT configuration.Is it possible to define the crystal frequency in assembly as we do in PBP.?
  20. Replies
    17
    Views
    13,608

    when i compile the code with mplab and download...

    when i compile the code with mplab and download it to the chip the chip doen't start. i measure with osciloscope the crystal and seems doesn't start.i face again this kind of problem and it was...
  21. Replies
    17
    Views
    13,608

    thanks skimast for your reply. I know how many...

    thanks skimast for your reply. I know how many pages are and thats why i am comfused with the program(think also that i don't know assembly).don't give me code only the steps to start building it....
  22. Replies
    17
    Views
    13,608

    Navtex Receiver

    I start to built a navtex receiver with 16f876.i found on net sample code but it is in assembly and i can't understand what happends there.With little asm code that i can undestand i found that...
  23. Replies
    3
    Views
    3,335

    You are correct.I find the problem.I was short...

    You are correct.I find the problem.I was short circuit between porta.5 and gnd from breadboard .the good is that pin is steel working.thanks acetronics and joe.s for your help.
  24. Replies
    3
    Views
    3,335

    Problem with porta.5 on pic 16f873A

    I try many changes but i can't give high on porta.5 pin.all other pins are working as digital but porta.5 don't work.what i miss here can anyone help me?
    I am using pic pasic pro ver 2.47 and my...
  25. Replies
    2
    Views
    2,877

    Thank's a lot for your quick reply.I lost much...

    Thank's a lot for your quick reply.I lost much time and it was so easy......
Results 1 to 25 of 44
Page 1 of 2 1 2