• printf statement not working after putchar statement is used.
    Hi All I am using following putchar routine. void srl_putchar(unsigned char send) { SBUF = send; while (!TI); TI = 0; } after using above routine to transfer a character via serial port i continued...
  • printf statement not working after putchar statement is used.
    Hi All I am using following putchar routine. void srl_putchar(unsigned char send) { SBUF = send; while (!TI); TI = 0; } after using above routine to transfer a character via serial port i continued...
  • printf statement
    Greetings, I'm "attempting" to use the printf statement within my main code. Currently I'm seeing nothing out. My processor is a Dallas DS80C320. This has two serial port. - sbuf0 and sbuf1....
  • printf statement
    Greetings, I'm "attempting" to use the printf statement within my main code. Currently I'm seeing nothing out. My processor is a Dallas DS80C320. This has two serial port. - sbuf0 and sbuf1....
  • Sample code for using both USB ports as Host in LPC 2468 Simultaneously
    I am Using LPC2468 Micro-controller in my Electronic cash Register.Now I am only able to connect a single USB device with the ECR machine at a time,i.e I can connect either a USB Printer or a USB bar...