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 kisudu

  1. K

    What means reetrant code?

    how to write reentrant code haha, good for nothing :D
  2. K

    What means reetrant code?

    reetrant code Hi all, My question is how to write a reentrant function and ? of course,it's differ from normal functions, but how? a typical function: void hello(void) { int x; x=835; ......... printf(x); printf("Hello everybody!"); } and the reentrant function would be: ???? ???? ???? Thank...
  3. K

    What means reetrant code?

    printf is a reentrant function? Dear all, I'm trying RTOS for 8051, but I have problem with term “Reentrant Functions” in RTX51 Tiny. I don’t understand this term, so could anybody help and tell me the difference between “Reentrant Functions” and others functions c. Here is the context of...
  4. K

    Question in RTX51 tiny - rtos for 8051, help me.

    rtx-51 functions Dear, I'm trying RTOS for 8051, but I have problem with term “Reentrant Functions” in RTX51 Tiny. I don’t understand this term, so could anybody help and tell me the difference between “Reentrant Functions” and others functions c. Here is the context of “Reentrant Functions”...
  5. K

    Font generator application for T6963 GLCD controllers

    Re: LCD 128X64 This includes a font generator application, yes, n this is for gLCD using T6963 driver.:D
  6. K

    Recommend me an AVR C Compiler

    simple avr c complier Look in to find your need.
  7. K

    Using a 74HC595 serial/parallel register with a single clock

    Re: Using a 74HC595 serial/parallel register with a single c Beacause of above reasons, you should use 4094, that meet your demand. Good luck,
  8. K

    How to drive a printer using microcontroller?

    Hi, But I don't know how to print characters if I make my port as PC parallelport. I mean protocol to control printer. Any suggestions 2 help me? Thanks.
  9. K

    Looking for tutorial about Codevision for AVR

    codevision avr tutorial Hi, it is a simple and very good compile. The important thing is that you must understand the way AVR chip run. Codevision has CodeWizard feature, it produces configuation code hardware for you. It is very interesting. Here is a simple tutorial for you. If you need this...
  10. K

    How to drive a printer using microcontroller?

    Hi, I would like to print some data directly from microcontroller but I do not have experience in working with printer. Does anybody have any experience in this? Please help me. Thanks, and Good luck.
  11. K

    How to use Keil compiler with AVR 90s1200?

    Re: avr and keil To work well need good tools. A good tool is equivalent to CodvisionAVR. Try it with 45 days trials. If someone need c*r*a*c*k PM me Good luck
  12. K

    CODEVISION AVR source code???

    codevision source goto avrbeginers.net, avrfreaks.net ... N google.com.:D
  13. K

    avr microcontroller compiler program

    anybody need codevisionAVR goto: it is the answear.
  14. K

    How to use Keil compiler with AVR 90s1200?

    Re: avr and keil To syrax: with CodeVision you can easy customize your AVR chips using CodeWizardAvr feature, more, CodeVisionAvr contains some samples as well. if you have any question in your program, post your program here, and people will help you. Good luck,
  15. K

    Font generator application for T6963 GLCD controllers

    Re: LCD 128X64 to paulosa : pls read text, then post any that u dont understand then I can help u.

Part and Inventory Search

Back
Top