• how to transfer data serially on port
    dear sir, i need a code in c that how to transfer data serially on any port using aduc842.
  • TRANSFER FN OF STEPPER MOTOR
    I NEED TO KNOW IF THERE IS A TRANSFER FUNCTION OF A STEPPER MOTOR LIKE THE DC MOTOR. CAN I USE THIS FUNCTION ( IF EXISTS )TO EXAMINE THE STEP RESPONSE FOR STEPPER MOTOR HAVING HIGH INERTIAL LOAD ...
  • Problem with Transfering SBUF value
    Hi i m finding a problem in moving SBUF value to someother variable . My Code is serial () interrupt 4 { unsigned int ch[2]; static int i=0; if (RI) { if (i<2) { ch[i]=SBUF; i=i+1; } if...
  • SCON=0x50; is not working for Serial transfer why
    hi, i tried executing the below program but i am not getting the output in serial window when SCON=0x50; for mode0 and mode2 of SCON it is working but not for mode1 and mode3. #include<reg51.h> void...
  • About transferring 4-20mA to voltage
    Dear friends, I am working on reading 4-20 mA from Level/pressure/flow transmitters. I used to use a 10 ohm resistor in series. so I measured the voltage drop on the resistor but in this circuit...