Other Parts Discussed in Thread: PGA460
Hello
I am trying to establish UART communication with the PGA450Q1EVM and our micro controller.
Each device is powered independently. The micro controller is connected to the EVM via the Tx, Rx & GND pins of the RS-232 connector.
The input to the EVM is 5V and the UART settings are baud rate is 19200, 8 bit ,parity disabled and a stop bit is zero.
The message being sent is command0 [0x00, 0x55, 0x01, 0x00]
Using a scope I can see the data get to the EVM but if probing near the PGA itself as appose to near the 232 connector the signal is lowered to 1V so the PGA does not respond.
But sometimes after power cycling the EVM and probing near the PGA I can see the signal that I am sending only inverted in which case the PGA responds with:
[0x00, 0x55, 0x55, 0x00, 0x00, 0x00, 0x7F, 0x00, 0x00,0xF7, 0xF7]
What can be done to correct this?
Thank you
Alex