Okay - progress on the tire pressures. Not there quite yet though. It is an interesting one as it was only giving me two PIDs back for all four tire pressures. It turns out that one of the PIDs is for either the left side or the right side...or possibly both front tires or both back tires together. In other words they are in pairs. Each PID returns 2 values for two tires. So 2 PIDs gets you 4 tires.
The PIDs are 224140 and 224141. They return a decimal value that gets divided by 3 and that gives you the pressure in KPA. At least I think...I am trying to verify all this. The challenge is two fold. First my scan tool pretends it knows which tire is the "front left" etc...well that is great until you rotate them a few dozen times...then they don't match up so it's made correlating the values challenging. The next issue is that I have to figure out which variable in the formula to use for individual tires. It might be as simple as A/3 and B/3 (multiply each of those 0.145 if you want PSI).
As soon as I have time to verify all this I will but if you get bored you could try it and see if the results make sense to you!