Hello:
I need to use the two usart (hardware) in dspic30f3013 with interrupts . When I want to compile my code the next error appear:
"undefined identifier INT_RDA2"
I'am working with dspic30f3013 and I have installed MPLAB v8.10 and I have an ICD2 (serial) debugger/programmer.
My problem is : when I connect the debugger (with the dspic30f3013 inserted in it ) i ...
Dear sirs:
I need to build a system with a hardware(xmit=PIN_B2, rcv=PIN_B1) usart and the other software usart. But I have a lot of doubts about the theory about "two usarts" . I would li ...
I'm working with the pic 628A. I need to work with usart.
I receive data from GPS in rcv=PIN_B1 and transmit this data by
xmit=PIN_B2, to the terminal soft in a PC.
With the next code it works ok ...