• how to redirect serial I/O to/from file
    Hi. I need to test the program on the 8051 in the simulator mode and need to read some info from serial port and write to it. How I can attach separate file streams for port to perform this?
  • how to redirect serial I/O to/from file
    Hi. I need to test the program on the 8051 in the simulator mode and need to read some info from serial port and write to it. How I can attach separate file streams for port to perform this?
  • Redirect
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • Redirect
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • redirecting sdtout
    I want to use the printf() to print characters on LCD, via serial port, 7-segment. I want to change this in runtime. My idea was to change the member "handle" of stdout during runtime. In the function...