• 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...
  • RAM DATA TRANSFERING USING DMA
    Hi everyone, I´m working with an STM32F4 kit + STM32F4DIS-LCD + STM32F4DIS-CAM and I´m trying to use DMA to transfer display data to memory ram. Actually, I´ve achived this but I'm having some issues...