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 Tulipmania

  1. T

    modf instruction in C language

    float modf(float x, float *ipart) splits the floating point number x into integer and fractional components. The fractional part of x is returned as a signed floating point number. The integer part is stored as floating point number at ipart. "how would be the format of the instruction if i...
  2. T

    Which Assembly instruction would disable "external interrupt 0" in ATmega8535?

    Which Assembly instruction would disable "external interrupt 0" in ATmega8535? what assembly instruction would disable "external interrupt 0" in the atmega8535?
  3. T

    LCD interface with ATMEGA8535

    atmega8535 lcd can any one provide me with the C code for interfacing the LCD to ATMEGA8535? it's a 16*2 one
  4. T

    Interface for industrial networks between logic processor and a PC

    Hi, I do need any tutorials or books about industrial networks. I wanna gain knowledge about the communication between any logic processor ( DSP , micro controller )and the PC as well as the RS232 and the RS485.from where shall i start ? it would be helpful also if anyone can recommend any site ..
  5. T

    LCD interface with 89s52 using C language

    c for 89s52 can anyone provide me with some codes for LCD interface with 89s52 using C language?
  6. T

    Differentiation between the 8086 and 8088 microprocessors

    difference between microprocessor 8086 and 8088 Yeah , But may i know what is the mechanism by which the BIU accumulate instructions in the instruction queue ?
  7. T

    Differentiation between the 8086 and 8088 microprocessors

    difference between 8088 and 8086 microprocessor I needed to write a piece of code which checks the microprocessor platform it works on. The code is to tell if it is simulatd on an 8088 processor or 8086 one. I've got an idea but I'm confused with the implementation . The key to this problem is...
  8. T

    A problem with Binary to BCD conversion in C

    Hi, I need help with this module . It's to convert a binary value to its BCD equivalent assigning each digit to an element of an array. For example the binary value (11111111=ff hex) is equivalent to( 255 ) decimal so the 5 digit is assigned to the first element of the array......second 5 is...

Part and Inventory Search

Back
Top