• Problem in sending data using RS232 Serial com.
    Hi all, i have tried to do digital data acquisition from xilinx ic and send the acquire data from 8051 to pc, it does not show anything. I have tried to display the acquired data on LCD and it works...
  • Problem in sending data using RS232 Serial com.
    Hi all, i have tried to do digital data acquisition from xilinx ic and send the acquire data from 8051 to pc, it does not show anything. I have tried to display the acquired data on LCD and it works...
  • RS232 data transmit\receive: very slow speed
    I have connected some software and Keil µVision Simulator of generic 8051 via 2 Serial COM-ports(RS232). Simulator executes the standard example called INTSIO2 (I have downloaded it from here). The...
  • RS232 data transmit\receive: very slow speed
    I have connected some software and Keil µVision Simulator of generic 8051 via 2 Serial COM-ports(RS232). Simulator executes the standard example called INTSIO2 (I have downloaded it from here). The...
  • Getting odd floating point results.
    ((lat2-lat1)*BETA*(lat2-lat1)*BETA + (long2-long1)*delta*(long2-long1)*delta) I'm writing some C code and I am getting some screwy results. Basically lat1, lat2, long1, long2 are all latitudes and...