Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: SYSCONFIG
Hi Team,
I am working with UART section in launcXl. i have used RX and TX ISR for both SCIA and SCIB. J8-76pin of board is connected with J8-73. which are used as Tx and RX. When i send one byte 0xA4 SCIA, i received 0xA4 in same SCIB. But when i send 4 bytes, 0xA2, 0xA2, 0xA2, 0xA2 , supprisingly i am receiving 162d,209d, 209d 209d in buffer.
Initially i was using MOdbus poll and 485 hardware, i doubt about 485 hardware so i connect internally by SCIA and SCIB, result is same. first byte is always correct(i.e.162 in this case but if i change to 0xA2 to oxA3, rcved will be : 165d)) but other data will change.