• Problems with second serial port
    Hi All, I am using TI MSC1212Y5 8-bit micro controller. It has 2 serial ports. I am trying to operate them independently. I am able to transmit the data on both ports. But I am unable to receive the...
  • Second serial port - asynchronous UART
    I am trying to write code for the second serial port on the C167. I seem to be having major trouble. I have read that port pins 3.0 and 3.1 are Tx and Rx respectively and then from other sources that...
  • c code for using second serial port on p89c669
    Is anbody having C code for using secand serial port on P89C669.Thanks in advance
  • fx2 serial mode0
    Hi, i am working on CY7C68013 chip.I am trying to implement SPI using mode0.1Mhz clock is generating,but data is not generating.(CLOCKOUT=24Mhz.I used SM2=0 i.e 24 mhz/12Mhz)I have to get 2 Mhz clock...
  • Second serial for 2051
    Hi... I need to have 2 serial ports on my 2051. First to communicate with PC (at 9600) and second to communicate to another device (at 1200). As I think I need to write something like bit-bang function...