Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    602,649

    New at many things, but learning

    define LOADER_USED 1
    define OSC 20
    DEFINE RESET_ORG 800H

    data var byte


    ADCON1 = %00001111
    TRISC = %10000000
    DEFINE HSER_RCSTA 90h
  2. Replies
    772
    Views
    602,649

    New at many things, but learning

    hi all,
    Using 18f4550....
    I tried it on INT_INT -- INT External Interrupt and RBC_INT -- RB Port Change Interrupt. It works wonderfully.

    At this point, I want to use TX_INT -- USART Transmit...
  3. for starters !!!

    if u want to test your (interrupt)code without connecting an external device, you should not forget to create your own interrupt. At least, it was enough to solve my problem. the easiest way ;...
  4. actually I tried to debug it with the simulation....

    actually I tried to debug it with the simulation.

    CORE-E0002: Stack under flow error occurred from instruction at 0x0000c4

    Can someone help me on the code?
  5. New code, interrupt

    'Aim: to use adc bits as inputs, apply sinusoidal input and
    'upgrade the blink project a little further. The next step is going to
    'be using interrupt.

    ...
  6. thanks

    I'm really tired right now. It still does not work... I will continue with it tomorrow. Just bored right know.
    And also for the interested ones, I'm trying to write my second picbasic code. I...
  7. ICDWarn0020: Invalid target device id (expected=0x4F, read=0x0)

    Hi all,

    I'm trying to program 18f4550, using MPLAB ICD2. I successfully compiled several timesat beforehand (with the same board design!!!).But this time something strange happened. This is really...
  8. Thread: RS232, max232

    by kutsi
    Replies
    12
    Views
    10,648

    Thanks alot mister_e, eric123... I have all the...

    Thanks alot mister_e, eric123... I have all the information I need.
  9. Thread: RS232, max232

    by kutsi
    Replies
    12
    Views
    10,648

    thanks for the schematics

    They are really wonderful.
    I have a further question which is about voltage converters. I remember that it is necessary to use a voltage converter like MC1489 to convert TTL logic levels to RS232...
  10. Thread: RS232, max232

    by kutsi
    Replies
    12
    Views
    10,648

    RS232, max232

    Hi all,

    I'm studying RS232. So I read many posts about serial connection. But it seems, I'm confused at the end. I have few questions about using max232. As I understood so far, max232 is...
  11. Replies
    3
    Views
    21,089

    thanks for the help

    it works...
  12. Replies
    3
    Views
    21,089

    encoder HEDL 5540

    hi everyone,

    My question is about getting info from a maxon dc motor. I'm using HEDL 5540, and pic18f4550. So I started to search the forum for an interface code. Many thanks to mister e, I found...
  13. Replies
    8
    Views
    7,074

    Thanks for the tips. I will try them,and turn...

    Thanks for the tips. I will try them,and turn back with many other questions, I guess.
  14. Replies
    8
    Views
    7,074

    Digital to Analog Converter

    Hi all,

    I'm working on a project,and using 18f4550. I'm designing a circuit board and planning to control a dc-motor. I would try pwm, instead my instructor wanted me to use DAC. Can you beriefly...
  15. Replies
    13
    Views
    8,571

    thanks a lot, it works...

    thanks a lot, it works...
  16. Replies
    13
    Views
    8,571

    I don't know exactly what it means. Actually this...

    I don't know exactly what it means. Actually this is a sample code from PBP. The name is Blink.bas
  17. Replies
    13
    Views
    8,571

    PBP 2.46 mplab ICD 2 as programmer mplab IDE...

    PBP 2.46
    mplab ICD 2 as programmer
    mplab IDE 7.5

    anything missing?
  18. Replies
    13
    Views
    8,571

    PORTL.0 is a user defined variable for PORTB.0...

    PORTL.0 is a user defined variable for PORTB.0
    PAGE 6
  19. Replies
    13
    Views
    8,571

    Define ONINT_USED 1 LED var PORTL.0 '...

    Define ONINT_USED 1

    LED var PORTL.0 ' Alias PORTB.0 to LED

    loop: High LED ' Turn on LED connected to PORTL.0
    Pause 500 ' Delay for .5 seconds

    Low LED ...
  20. Replies
    13
    Views
    8,571

    I guess, firmware needs first 2kb of the...

    I guess, firmware needs first 2kb of the memory.Therefore the first 800h bits must be allocated...

    PIC18F4550
    PICDEM FS USB DEMO TOOL VERSION 1.00
  21. Replies
    13
    Views
    8,571

    PIC 18F4550, firmware

    Hi,

    I recently started to use PICBASIC PRO, and trying to write a code which will simply light a led. While using bootloader I recognized that I need to allocate some free space for firmware. How...
Results 1 to 21 of 21