• Entering and viewing binary numbers
    Using: uVision 5 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil\uVision5\ARM\ARMCC\Bin' I'm trying to make a variable equal to a binary number, something like: unsigned char...
  • Entering and viewing binary numbers
    Using: uVision 5 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil\uVision5\ARM\ARMCC\Bin' I'm trying to make a variable equal to a binary number, something like: unsigned char...
  • Entering data into SPIDAT register
    I am trying to debug some simple code to read and write to the SPI port on an ADuC831. I can setup the port just fine and send data out. However, is there a way for me to "read in" a value into the...
  • Entering data into SPIDAT register
    I am trying to debug some simple code to read and write to the SPI port on an ADuC831. I can setup the port just fine and send data out. However, is there a way for me to "read in" a value into the...
  • How to transmit binary data and floating point data result to RS232 serial com
    Hi all , I would like to know the method of transmitting 16bit binary data (from 8255 port A & B) and floating point ouput result using serial comm(rs232) from 8051 to pc. i know we can use printf...