Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

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

  1. Replies
    5
    Views
    4,753

    Re: TCXO / VC-TCXO for pic usage

    TCXO si a 32.768kHz Oscillators ?
    I used the internal 32.768kHz oscillator of a PIC.
  2. Replies
    2
    Views
    2,804

    Re: 9-Bit Send/Receive

    I found something like this here:
    The second characteristic is parity. The parity characteristic can be even, odd, mark, space, or none. If even parity, then the last data bit transmitted will be a...
  3. Replies
    5
    Views
    4,096

    Re: 16F1786 issue with simple program.

    I figure a HelloWorld program and works fine in Proteus Simulator.
    But I stuck when I try to read AN0 analog port.
    The PicBasic ADCIN 0, something return "0".
    No better luck when I try to...
  4. Replies
    5
    Views
    4,096

    Re: 16F1786 issue with simple program.

    Thank you very much HenrikOlsson and Heckler.
    I can compile now my PIC16F1786. Because you provide me a lot of information about this micro, I decided to read (finally) some information provided in...
  5. Replies
    5
    Views
    4,096

    16F1786 issue with simple program.

    I try to compile this with PicBasic 3.0.7:


    'PIC16F1786
    #CONFIG
    __config _MCLRE_OFF
    #ENDCONFIG

    for PIC16F176 but I got an error:
    [ASM ERROR] CODE_1.ASM (33) : Argument out of range...
  6. Re: How can I initialize the EEPROM when programming

    Thank you very much, HenrikOlsson.
    The DATA statement is exactly what I need (but I never use it until now).
  7. How can I initialize the EEPROM when programming

    Hi!
    My PicBasic program use some EEPROM address to store variables. I wonder how can I initialize these EEPROM address (I use about 5-6 bytes) at programming time.
    I use PicBasic 3.0.7 and PicKit3....
  8. Re: I try PAUSE 1000 and does'nt seem to pause program 1 seconds. Why?

    I tried with 8MHz resonator and DEFINE OSC 8.
    The LCD attached to PIC display data properly and all other thing work well.
    Somebody else tried large PAUSE?
  9. I try PAUSE 1000 and does'nt seem to pause program 1 seconds. Why?

    For large amount of time, Pause does'nt seem to work well, the measured period is less than I expected.


    main:
    high Led
    For i = 1 to 30
    pause 100
    next i
    low Led
    for i = 1 to 30
  10. Re: Can't properly configure RA3,Ra4 as digital out (PIC16F876A)

    Thank you for your answer, richard.
    I know that RA4 is Digital I/O – Open-drain when configured as output.
    I will try adcon1=6
  11. Can't properly configure RA3,Ra4 as digital out (PIC16F876A)

    Hi!
    Please help me to configure RA3 and RA4 as digital out (PIC16F876A). On Proteus simulator all are working fine but not in real world.
    I know that RA$ is Digital I/O – Open-drain when configured...
  12. Replies
    2
    Views
    2,566

    Sample code for driving stepper motor

    I have a pic16f628a and l293 stepper driver.
    I need a picbasic sample code to drive this.
    Thank you.
  13. Replies
    9
    Views
    7,544

    Re: 18F4550 config

    Hi!
    Can somebody help me to config 18F4550 (without USB) in PBP 2.60?
    I want to use
    1. internal 8MHz oscillator
    or
    2. external 20MHz oscillator.
    My English skills doesn't allow me to...
  14. Replies
    26
    Views
    15,929

    Re: Problems with 16F684

    You made that PCB in Proteus?
  15. Replies
    26
    Views
    15,929

    Re: Problems with 16F684

    Congratulation, Fratello!
    Good work.
  16. Replies
    26
    Views
    15,929

    Re: Problems with 16F684

    Hi fratello!
    I tried to compile but I got :
    Error UNTEST~.ASM 440: [235] opcode expected insted of 'error'
  17. Replies
    26
    Views
    15,929

    Re: Problems with 16F684

    Hi!
    I made my own tacho-volt-therometer with about the same schematic:
    http://www.vandi.ro/electronics/turometru/turometru_auto.htm
    This page is in Romanian language but maybe you and others found...
  18. Replies
    2
    Views
    3,186

    Serial port remote problem

    Hi.

    I try a small project that send command via PC serial port to a PIC12F625 connected without MAX232. I use some example from Serial Port Expander.
    Here I try to light a LED connected on pin...
  19. Replies
    2
    Views
    2,765

    Re: Pic16F876A question

    Thank you, Henrik
  20. Replies
    2
    Views
    2,765

    Pic16F876A question

    Hi!
    I am familiar with PIC16F628, PIC16F684/688 micro controllers.
    I don't understand if PIC16F876A has a built in oscillator or not, like 16F628 has.
    Thank you.
  21. Replies
    134
    Views
    131,600

    Re: Motor Stepper Example

    If a stepper motor vibrate this is happen because the power supply is too low or the rotation speed (given by the code) is too high.
  22. Replies
    5
    Views
    3,872

    Re: 2Kb code limitation?

    Thank you very much, mackrackit.
    Well, an old post for an old problem.
  23. Replies
    5
    Views
    3,872

    Re: 2Kb code limitation?

    Thank you very much, Darrel.
    My previous error was: [218] address limit of 7ffh exceeded.

    I switched to 16F648A and compiled the source code and now I got a warn: [102] code crosses boundary @...
  24. Replies
    5
    Views
    3,872

    2Kb code limitation?

    I use MCS Pro and PicBasic Pro.
    I noticed that there are (probably) a limitation on compiled code when I use PIC16F628 2KB.
    It is indeed a limitation or wrong?
    Thanks.
  25. Replies
    3
    Views
    4,310

    I will reinstall Picbasic!

    I will reinstall Picbasic for that missing files!
    Thank you very much.
Results 1 to 25 of 37
Page 1 of 2 1 2