• this is the problem
    Now I will explain the problem OK. I have to find a way of calling a function before main. How can I do it? can i use a pointer? Give all the possible solutions as soon as you can. See...
  • problem
    Hi I tried to write program in C for AT89s8252. But i am not able to write the program for EEPROM. How to Write The Data To the EEPROM of 89s8252 using C Language.How we can...
  • problem
    hi i'm university student in the filed of computer in iran i want to simulate a pixel lcd with at89c51 can you send your code and schematic sources to me please! god bless you
  • Example problems
    Hi friends, Any body will send a basic 'c' programmes for understanding ?eg:interfacing lcd,led etc.. plz iam awaiting for ur response.
  • problem with timer
    Can any one help me plz This is the code for some delay on p1.0 pin org 0000h mov tmod,#01h back: mov th0,#0f0h mov tl0,#0f0h setb tr0 cpl p1.0 here: jnb tf0,here clr tr0 clr tf0 jmp...