Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    11,564

    #include #FUSES NOWDT ...

    #include <16F628A.h>

    #FUSES NOWDT //No Watch Dog Timer
    #FUSES HS //High speed Osc (> 4mhz for PCM/PCH) #FUSES NOPUT //No Power Up Timer...
  2. Replies
    14
    Views
    11,564

    Thanks for help.. I tried to write codes with CCS...

    Thanks for help.. I tried to write codes with CCS C, it's very simple.. Asm codes are difficult for me.. So it works without any problem. If someone needs I can paste the codes..
  3. Replies
    14
    Views
    11,564

    I want to use this for my wind turbine...

    I want to use this for my wind turbine...
  4. Replies
    14
    Views
    11,564

    I tried also with the command count Count...

    I tried also with the command count
    Count PortB.0,1000,Value, and it gives the correct value
  5. Replies
    14
    Views
    11,564

    I see, but Crystal has no effect on Simulation. I...

    I see, but Crystal has no effect on Simulation. I wired it now correctly, but it gives again different values.
  6. Replies
    14
    Views
    11,564

    how to use ASM interrupts in PBP ?

    how to use ASM interrupts in PBP ?
  7. Replies
    14
    Views
    11,564

    I don't understand what you mean? Should I remove...

    I don't understand what you mean? Should I remove crystal on ISIS?
  8. Replies
    14
    Views
    11,564

    Tachometer with Interrupts

    I tried to make a tachometer using RB0 and Timer1 interrupt. I simulated on ISIS with a Pulse generator... I choose 200mS from pulse generator, but on LCD it shows always different values. I cannot...
  9. Replies
    10
    Views
    7,949

    Can you tell me or give me the code, how can I...

    Can you tell me or give me the code, how can I add TMR0 interrupt to my project ?
    But I understood after your explenation what this lines mean :)
    DEFINE RESET_ORG 800h
    DEFINE INTERRUPT_ORG 808h ...
  10. Replies
    18
    Views
    12,579

    I'm using 18f2550, PBP and Visual Basic Express...

    I'm using 18f2550, PBP and Visual Basic Express 2008 without any problem... With the usage of bootloader you can also programm your pic in a few seconds on your circuit over USB...
  11. Replies
    10
    Views
    7,949

    Thanks for your interest. ...

    Thanks for your interest.
    http://www.youtube.com/watch?v=F1QApgYX9BI
    This is what I have done.. So I want to make serial connection

    Now i reduced my code.. Now it's working... but if I use...
  12. Replies
    10
    Views
    7,949

    I wil check again everything i done.. Possibble i...

    I wil check again everything i done.. Possibble i made a mistakeee
  13. Replies
    10
    Views
    7,949

    Thanks for help.. But I only use c18 for bootload...

    Thanks for help.. But I only use c18 for bootload hex. I'm using PBP with microcode studio for my software...
    I didn't change lines.. PDFSUSB works fine.. I'm using 20 MHZ Crystal with 15pf...
  14. Replies
    10
    Views
    7,949

    18f2550 USB OSC Problem

    I have programmed my 18f2550 bootload.hex which I have compiled with c18. I can send hex files with PDFSUSB. I'm using microcode studio.. I have no problems with any code except OSC settings... I...
Results 1 to 14 of 14