• 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...
  • Can send serial data but not receive
    When I try to use getchar, the program just hangs. It seems as though the bit in the U0LSR register that says data is in the RDR register is not being set. printf works just fine as I can see everything...
  • Printf and UART
    Dear All, I have used printf function for to write on serial UART1 but I want to use printf for write also UART0. Is it possible to use printf for to write on two UART? If yes.... How do? ...
  • How to send data in TCP_Server
    I am using MCB1700 as TCP server and I can received data from PC client. But I can not send data back to the PC client while the TCP is still connected. Is there any one who has experience to do that...
  • UART sending characters
    Hello! I have a MCBSTR9 chip and i am trying to use the UART for sending some characters to the chip. All works great in simulator but when i am loading it on the chip it doesn't do anything at all....