hello, btw i have some problems about USART interrupts on codevision....i don't understand how to use interrupts on both TX and RX generated by its codewizard (the buffering one) , and is it possible to create a custom RX and TX interrupts code just like winAVR? and if it is possible, how to do that?
actually i just want to create a code that will interrupt the system when receiving a request packet from outside and then send the requested packet to outside of the system...and i think by using buffer it will just delay the packet that is about to send by putting it into a buffer first and it will remain in that buffer until it is pulled out by the same instruction again....
before that, thx for the help :)