Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,325

    emulator quadrature encoder

    Hi,

    you can generate two square waves with a PIC 1000 Hz out of phase with each other in advance or delay of 90 degrees?
  2. Replies
    3
    Views
    2,606

    differences using high- low or 0 1

    Hi!

    what are the differences between this code has the same function but in the first instance the code is longer than 4bytes?

    SYMBOL led =PORTA.4
    HIGH led
    PAUSE 1000
    LOW led
    ...
  3. sending string to module GSM with character ""

    Hi!

    I'm using the modules GSM Telit GM862 and SIMCOM SIM300C

    I send the command to use missed calls list (ME)
    these are the strings to be sent to the modules:
    for GM 862 is AT+CPBS = MC ...
  4. Replies
    2
    Views
    2,456

    Outputs high to power

    Hi!

    I have a boards with a pic16f628a how can we ensure that the outputs go high for some fraction of a second when the power circuit?

    example configuration:

    @ device...
  5. Replies
    1
    Views
    2,496

    error with mplab

    Hi!

    If I try to compiler file in the Mplab i have this error:


    Executing: "C:\PBP247\PBPW.EXE" -p16F628A -ampasmwin -oq -z "dast_1420_apricancello8.pbp"
    PICBASIC PRO(TM) Compiler 2.47, (c)...
  6. Replies
    6
    Views
    4,275

    Then i can use two examples? The compiler detects...

    Then i can use two examples? The compiler detects if it is a routine principal or if it is a subroutine?
  7. Replies
    6
    Views
    4,275

    Ok Thanks for the explanations Best...

    Ok

    Thanks for the explanations

    Best regards
  8. Replies
    6
    Views
    4,275

    accensione: pause 2000 power=0 ...

    accensione:
    pause 2000
    power=0
    led=1
    pause 2000
    power=1
    led=0
    Pause 30000
    gosub setup
    goto partenza
  9. Replies
    6
    Views
    4,275

    subroutine with hserin

    Hi!

    My main program calls a subroutine.

    I wonder if the subroutine "ricezione" do not have the answer jumps on "accensione" then exiting from the first subroutine return of this command may be...
  10. Replies
    2
    Views
    2,509

    Hi! Thanks for the help

    Hi!

    Thanks for the help
  11. Replies
    2
    Views
    2,509

    Combine two variables

    I have a problem, i have two variables from these two i get a it is the union of two, I explained with an example:

    Variabile_1 =3
    Variabile_2 =5

    Variabile_3 = Variabile_ 1 e Variabile_2
    ...
  12. Replies
    4
    Views
    3,604

    debug with mplab

    Hi!

    You can perform debugging with mplab using ICD2 with PIC BASIC PRO compiler ?
  13. Replies
    2
    Views
    3,611

    Hi! Thanks, i had to rewrite the expression...

    Hi!

    Thanks, i had to rewrite the expression adding () [wait ("128"),skip 6,B0]
  14. Replies
    2
    Views
    3,611

    Module GSM Telit GM862

    Hi!

    I manage the Pic Basic Pro form Telit GM862, how can analyze two strings?
    The first is + CLIP: "39065542 xxx", 145, "" 128 "CASAENZO", 0
    second is: + CLIP: "39065542 xxx", 145, "" 128,...
  15. Thread: debug

    by volcane
    Replies
    0
    Views
    2,005

    debug

    Hi!

    is it possible to make the debug with Mplab 7.50?
  16. Replies
    13
    Views
    8,827

    Hi! thanks, this is the example of like is...

    Hi!

    thanks, this is the example of like is answered to the forum
  17. Replies
    13
    Views
    8,827

    Hi! you have reason perfectly,but you before...

    Hi!

    you have reason perfectly,but you before did not make to write the solution?

    that is:@ MOVWF OSCCAL
  18. Replies
    13
    Views
    8,827

    hi! ok, the forum because exists?

    hi!

    ok, the forum because exists?
  19. Replies
    13
    Views
    8,827

    Hi! I wanted to only know if the compiler...

    Hi!

    I wanted to only know if the compiler produces the code or must use of the directives in assembler?

    I must read the datasheet of the 12f508 or I must read the handbook of compiler PICBASIC...
  20. Replies
    13
    Views
    8,827

    calibration clock 12f508

    hi!

    f I want to use the inside (12F508) clock all it takes is writing the lace
    @ device pic12F508, intrc_osc, MCLR_OFF,WDT_OFF,PROTECT_OFF
    @ movwf OSCCAL must other be added? do you make me...
  21. Replies
    0
    Views
    2,381

    micro resources

    Hi!

    using microcode study as advanced editor for picabsic for of the melabs,
    and' possible during the compilation to graphically see or in other way the
    used resources and remaining of the...
  22. Replies
    1
    Views
    2,321

    difference expression # DEC

    Hi!

    Do you know how to point out me the differences among the two expressions?

    expression1 LCDOUT $FE,$C=,"ANNO",# var1

    expression2 LCDOUT $FE,$C=,"ANNO",DEC var1

    on the display the...
  23. Replies
    2
    Views
    3,206

    setting register

    does it exist to rapid guides for setting the register of the pics?
  24. Replies
    5
    Views
    5,018

    Grazie! :-)

    Grazie! :-)
  25. Replies
    5
    Views
    5,018

    :-( I ask excuse for the bad English I have...

    :-( I ask excuse for the bad English
    I have micro 18f4320 with 4k x16 of memory program, the program that the maximum largeness can have?
Results 1 to 25 of 32
Page 1 of 2 1 2