Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,275

    Hello. FT232 converts RS232 devices to USB...

    Hello. FT232 converts RS232 devices to USB devices, you need USB to RS232 for your keyboard (USB host).
  2. Thread: HPWM Question

    by Raflex
    Replies
    2
    Views
    2,574

    Interesting question. I can't find anything about...

    Interesting question. I can't find anything about it. However, i think that you can change the freq at any time without reset the pwm or change duty cycle. With hpwm command seems to work
  3. Replies
    10
    Views
    5,368

    Hello, Is software problem or hardware proble? ...

    Hello, Is software problem or hardware proble?

    If its in software, you need to use TRIS command to select input or output on a pin and config directives like internal or external osc, mclr, etc.
    ...
  4. Replies
    6
    Views
    7,570

    Hello. You can use 18f4520/18f2520 if you dont...

    Hello. You can use 18f4520/18f2520 if you dont have special requirements. However, take a look to the microchip site.
  5. Replies
    28
    Views
    17,948

    a) Hi, i think that you cant use ic-prog with Win...

    a) Hi, i think that you cant use ic-prog with Win XP, however, you can program the 18f452 with ic-prog and your programmer (maybe jdm) on window 98.

    b) yes, you can program it with the crystal...
  6. Replies
    4
    Views
    7,155

    Just one time Import .hex file and check...

    Just one time




    Import .hex file and check configuration fuses
  7. Hello. Invert TX and RX on PIC side.

    Hello. Invert TX and RX on PIC side.
  8. Replies
    16
    Views
    12,028

    Hello, the links doesn't work, use [code ] Link...

    Hello, the links doesn't work, use [code ] Link [/code ] (withous spaces) for any url
  9. Replies
    3
    Views
    3,976

    Check the configuration fuses, mclr, internal or...

    Check the configuration fuses, mclr, internal or external osc, etc:



    @ DEVICE pic16F648a, INTRC_OSC_NOCLKOUT
    ' System Clock Options (HS_OSC, INTRC_OSC, INTRC_OSC_NOCLKOUT)
    @ DEVICE...
  10. Replies
    3
    Views
    3,976

    Hello, try with this modified code: DEFINE...

    Hello, try with this modified code:



    DEFINE OSC 4 'Change it for your osc
    DEFINE ADC_CLOCK 3
    steps var word
    stepArray var byte(4)
    x var byte
  11. Replies
    5
    Views
    4,096

    Hello, try with this code: b0 var byte Main:...

    Hello, try with this code:
    b0 var byte

    Main:

    ... some code
    b0=123
    gosub test
    ...some code
    goto Main
  12. Replies
    6
    Views
    5,777

    Hello, you need to configure the ADCON1 register,...

    Hello, you need to configure the ADCON1 register, refer to datasheet page 228.
  13. Thread: Pic30f4013

    by Raflex
    Replies
    3
    Views
    4,516

    Hello, PicBasic doesn't support dsPIC's. But you...

    Hello, PicBasic doesn't support dsPIC's. But you can download a student version of MPLAB C compiller for dsPIC's and the datasheet in Microchip website.
  14. Hello, you need to use DEC command, for example:...

    Hello, you need to use DEC command, for example:

    b0 var byte

    b0=100

    loop:
    LCDOut $fe, 1
    LCDOut "LCD TEST" 'Display line1
    LCDOut $fe, $c0 'Move to line 2
  15. Hello. You need to use external oscillator on...

    Hello.

    You need to use external oscillator on OSC1 and 2, or add this line to your code:

    @ __CONFIG _CONFIG1H, _OSC_INTIO67_1H

    This instruction configure your pic with the internal...
  16. Replies
    5
    Views
    3,918

    Hello, take a look at this link ...

    Hello, take a look at this link

    http://www.pablin.com.ar/electron/circuito/instlab/prg24lc/index.htm
  17. Replies
    4
    Views
    22,318

    Hi. Why a microcontroller? With a comparator and...

    Hi. Why a microcontroller? With a comparator and a few components can solve this problem.
    It's very easy and cheaper
  18. Replies
    4
    Views
    6,865

    You need to add DEFINE OSC 4, try with HPWM...

    You need to add DEFINE OSC 4, try with HPWM command.
  19. Thread: Dead PICs

    by Raflex
    Replies
    16
    Views
    11,755

    Hello. You need to program RA5/MCLR as I/O port...

    Hello. You need to program RA5/MCLR as I/O port and add diodes between pic and optocouplers. Connect a 10uF cap to the out of 7805 regulator. Try it.
  20. Thread: Pic 18f Usb

    by Raflex
    Replies
    134
    Views
    100,194

    Download Microcode Studio 3.0 ...

    Download Microcode Studio 3.0

    http://www.mecanique.co.uk/code-studio/
  21. Thread: Pic 18f Usb

    by Raflex
    Replies
    134
    Views
    100,194

    Hello Rytech, your code is ok, i tried to compile...

    Hello Rytech, your code is ok, i tried to compile it and it works. Probably you need a newer version of pbp or microcode studio.
  22. Replies
    4
    Views
    3,465

    Thanks for the info.

    Thanks for the info.
  23. Replies
    4
    Views
    3,465

    How to use 10bit PWM?

    Hello. Does anyone know how to use 10-bits HPWM? I need an example.

    Thanks in advance
  24. Replies
    2
    Views
    4,490

    Take a look on the USBMOUSE example in PicBasic...

    Take a look on the USBMOUSE example in PicBasic Pro.
  25. Replies
    3
    Views
    5,905

    Interesting, thanks a lot

    Interesting, thanks a lot
Results 1 to 25 of 47
Page 1 of 2 1 2