by the way Digimoto V also offers printing capabilities. it is very simplified, no reports, only printing a single chart (you need to select which one) or current live monitoring output page (all PIDs at once), but works fine.
I stand corrected on Digimoto V's ability to print graphs. I missed that, sorry.
But what I meant by printing was the ability to produce something like this. ScanMaster is the only program so far that I've found that can do that.
I'm not sure about the A/F sensor. I don't remember if ScanMaster shows anything or not. I'll check and see next time I hook it up.
One thing I've discovered in rooting around in the ECU is that although there are 3 O2 sensors on my car, (2000 Camry LE 1MZ-FE) ScanMaster didn't report any information on two of them. Digimoto just gave me an error message. When I ask Wladimir over at ScanMaster and sent him the log, he pointed this out:
------------------------------------------------------------------------
I've checked the log file. The program displays the received data correctly. But the ECU provides the data to be presented in the table wrong. Missing is always 2 bytes.
Your Log:
2/26/2010 4:41:53 PM - S: 050002
(B1S2)
2/26/2010 4:41:54 PM - R: 48 6B 10 45 00 02 03 00 00 00 0D
2/26/2010 4:41:54 PM - S: 050702
($07)
2/26/2010 4:41:54 PM - R: 48 6B 10 45 07 02 FF 10
2/26/2010 4:41:54 PM - S: 050802
($08)
2/26/2010 4:41:54 PM - R: 48 6B 10 45 08 02 00 12
Should be:
2/26/2010 4:41:53 PM - S: 050002
2/26/2010 4:41:54 PM - R: 48 6B 10 45 00 02 03 00 00 00 0D
2/26/2010 4:41:54 PM - S: 050702
2/26/2010 4:41:54 PM - R: 48 6B 10 45 07 02 FF
xx xx 10
2/26/2010 4:41:54 PM - S: 050802
2/26/2010 4:41:54 PM - R: 48 6B 10 45 08 02 00
xx xx 12
B1S1 and B2S1 requests no data:
2/26/2010 4:41:53 PM - S: 050001
(B1S1)
2/26/2010 4:41:53 PM - R: NO DATA
2/26/2010 4:41:54 PM - S: 050010
(B2S1)
2/26/2010 4:41:54 PM - R: NO DATA
-------------------------------------------------------------------------
On the bright side, there will be no way for the State to monitor the O2 sensors
either at the annual Smog Check. So even if the O2 sensors are fubar, I'll still pass smog.

Probably just wishful thinking on my part.
i know that many users here reported such chinese clones do not work with any software. well it's not true, they work fine as advertised until you use correct driver for it and use OBD2 software that was NOT locked against them, simple as that.
That whole clone thing probably rests on the string returned when the chip is queried. The guy over at GLM said:
============================
The giveaway is the response to the AT@1 command, known as the display device description command as per the Elm327 datasheet. The default factory response to AT@1 is “OBDII to RS232 Interpreter”, so consequently every clone chip responds with that response.
The reputable scan tool manufacturers, who purchase Elm327 chips from Elm Electronics, are offered custom code to modify the AT@1 response, so that they can identify their product through code. Most manufacturers choose to display their company name, hence the discontinued ElmScan 5s responded with “SCANTOOL.NET LLC”. OBDII software such as OBD 2007 could then identify the scan tool that OBD 2007 was connected to. There are many legitimate uses of this string, one of which is used to restrict access of certain products to only work with particular scan tools.
=============================
It could be something entirely different, but to me, this seems to be the way a software author could get a "go/no go" response from the ELM chip.