Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by etekamba

  1. E

    MikroC help

    Thanks jayanthd. Why did you have to use the uart module? Were you using an external eeprom?
  2. E

    MikroC help

    Removing it from the routine and setting it just before enter() is called should fix that, or no? New code: unsigned short kp, pwd[4], l01, l02, l03, l04, l05, l06, pchk; int i; char keypadPort at PORTD; sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at...
  3. E

    MikroC help

    OMG! I was so stupid. I copied the first switch statement and pasted it so i can edit it later to other cases instead of typing them one-by-one. Alas, i forgot to edit them. But i've done that now and its still the same. Still doesn't process past the "LINE 1: ON" and "LINE 2: ON" screen. This...
  4. E

    MikroC help

    Hi guys, I'm kinda stuck with this code, it compiles without errors but I can't debugg it to know why it is not executing the part where it accepts passwords during simulation on proteus. What's it supposed to do? Turn off LEDs on port A when passcode is inputed. I've attached the proteus...
  5. E

    code conversion micro c to xc8

    Thanks Ian, will compile and report back.
  6. E

    code conversion micro c to xc8

    hi, were you able to do the conversion? i need this code compiled but also have demo version of mikroC. can you help?

Latest threads

New Articles From Microcontroller Tips

Back
Top