My Task ----------------------- I am trying to read data from Pic32 over USART (static model) using another Pic32 . I want to read 8-bit value stored in register (address 0x80) of Pic32 . I am able to read the data I write using "DRV_USART0_WriteByte". Bu..
↧