• Device Database Excel-CSV-download
    Is it possible please to add an Excel-csv file export to the device database page, like other suppliers. This should be very helpfull for comparing the devices. Now it is not easy to get a complete...
  • excelent programed
    plz give me the following advanced programmes 1. display a strings in lcd (LCD interface) 2. Analog to pulsed conversion 3. Paralell communication 4. keypad scanning i am skilled in microcontrollers...
  • Assigning a larger value to a bit
    bit bitVal; unsigned char byteVal; : : bitVal = byteVal; Question: How does C51 determine whether to set or clear the bit? Does it: A). Simply copy the LSB of the byteVal into the bit, or B)...
  • capacitor measure value
    Hi I want to measure a value of 100 nF I generate a pwm signal of 1 Khz and I intend to measure the time ramp down till 3.6 V of capacitor Can anybody a little help? Thank's
  • C51: a lot of values assignment
    Hi, In my C code, I need to assign a lot of values. Like this: a1,a2,... are variables as char. v1,v2...,w1,w2...y1,y2 are constant (like 0x00, 0x01, ...etc) if (i==0){ a1 = v1; a2 = v2;...