I'm working on controlling a GM IPC standalone without an ECU. I am trying to emulate the J1850 bus commands that are sent to the ECU over the Class 2 data line to make the instrument panel work outside of the vehicle on a test bench. This is mainly for a racing simulator so I can have I real dashboard in front of me. I have a '06 Trail Blazer SS IPC and an Arduino Uno at my disposal at the moment.
I was wondering if it is possible to just "send" hex values addressing the IPC over a generic UART line to have the IPC react. I understand a bit about how J1850 works and am trying to get some more information/documentation. (I love reading

If you guys have any input/suggestions I would love to hear them! Thanks a bunch!