• Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • Add binary/data to .img file.
    Dear all, Given a .img file that contain Android kernel and system to be written into the MicroSD for launching Android on a ARM embedded target. Is there a method to  modify e.g. Add certain exec binary...
  • Add binary/data to .img file.
    Dear all, Given a .img file that contain Android kernel and system to be written into the MicroSD for launching Android on a ARM embedded target. Is there a method to  modify e.g. Add certain exec binary...
  • including uninterpreted binary data chunks in assembler
    I have a fairly small (~10kB), uncompressed audio file that I would like to include in ROM. The microcontroller is 8-bit 8051 compatible (AT89C55), and the audio file has 8-bit resolution so I can just...