Hi everybody, I am learning to program with MCUs and now i have got the SK-XC164 board.I am trying to transmit via ASC0 a message. This message has 6 equal bytes and I must do it with transmit interrupt. Has anyone a simple program to practise??. The message I would like to see the message through Hyperterminal on PC. Thanks to everyone.
John, I don't know the 164 so I cannot quickly comment about your code. however, please check the following: * if your TX interrupt bit enabled? * if so, if its priority is 0, no interrupt will be generated. * make sure it has a unique group/level setting.