• C515C serial port initialization
    Would someone be able to tell me how to initialize the serial port on the C515C so that when I send a printf statement I'll be able to read it on HyperTerminal. It could be that I have not set up the...
  • serial port
    i use 89lpc922, I want to user serial port mode 0 (shift register) i use 74hc164 to connect serial port but it doesn't work please help me, give me some exemple code, thank you!
  • P0 port Initial value
    Hi friends: Have to ask you other questions. Right now I am running my program on my experiment board. After reset AT89C51, Should the initial values of P0 port be 0Xff? Why mine are 0x00? Should I...
  • initializing a port as output
    I have to initialise the port P1 of the 89C51 as output port with all port lines initialised to a high state i.e. 1. Now for initialising the port P1 as output, I have to give the instruction P1 = 0x00...
  • Initialization of values with Port 0
    Hi, I am working on a university project that uses the Infineon C167SR-LM micro, and am having some difficulty with the debugger in simulation mode. Is there a way to either: (1) force the debugger...