Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Mzz Amin

  1. M

    [PIC] IRP bit must be set manually for indirect access

    I'm facing this problem while compiling my code using mikroc for PIC16F877. that's my code: // Software I2C connections sbit Soft_I2C_Scl at RC3_bit; sbit Soft_I2C_Sda at RC4_bit; sbit Soft_I2C_Scl_Direction at TRISC3_bit; sbit Soft_I2C_Sda_Direction at TRISC4_bit; // End...
  2. M

    [PIC] need help in HEF 4094 programing

    thank u so much i will try it :)
  3. M

    [PIC] need help in HEF 4094 programing

    Hello everyone , I'm using pic16f877, programing it with mikro_C. In order to extand my I/O pins i've used HEF4094 in my isis disgn ( it was not a choice i have to) so could some one help with a code example to manipulate the HEF4094 because i would know which output is activated in each time .
  4. M

    need help in HEF 4094 programing

    Hello everyone , I'm using pic16f877, programing it with mikro_C. In order to extand my I/O pins i've used HEF4094 in my isis disgn ( it was not a choice i have to) so could some one help with a code example to manipulate the HEF4094 because i couldn't find a way untill know.
  5. M

    [SOLVED] Code failure after schematic modification

    Actually i did not know it becaus i am still an amateur the problem was about the inverted signals i found the solution, although that, i appereciate your help thanks
  6. M

    [SOLVED] Code failure after schematic modification

    I have saved my code using mikroc and it worked very well during the simulation using Proteus:ISIS. BUt, when i've added max 232 and reconnect virtual terminal but the simulation is no longer the same. I've gotten a crypted message in the virtula terminal dispaly. what should i do ?
  7. M

    [SOLVED] Code explanation (mikroc example)

    This a code example that i found in I2C libraru of mikroc //--------------------- Reads time and date information from RTC (PCF8583) void Read_Time() { Soft_I2C_Start(); // Issue start signal Soft_I2C_Write(0xA0); // Address PCF8583, see PCF8583 datasheet...
  8. M

    [SOLVED] How to disable comparator using pic16f877 ?

    I would thank you, both of you, for your help but i'm working on pic16f877 and not pic 16f877A. I've made more research and i found that there is nothing to be done to enable or disable comparater in pic16f877 because there is not such a thing, if i've understood really well what i've read and...
  9. M

    [SOLVED] How to disable comparator using pic16f877 ?

    i'm programming using mikroc c. i'm still an amateur in the filed of c programming. I wanna copy that i found in mikro c library and i'm missing a trick whcich is how to disable the comparator because i'm working on pic16f877

Part and Inventory Search

Back
Top