Serial Port Data

Is it possible to capture the raw data written out to Vera’s serial port?

Thanks,

If you have a plugin that’s writing Serial output over one of the USB Ports, then enabling Verbose Logging will show the [hex] data stream going in and out over those ports.

These log lines will start with 51 (write/out) and 52 (read/in), and look something like:

52 12/13/12 22:11:28.565 0x48 0x6f 0x73 0x74 0x3a 0x20 0x6d 0x79 0x31 0x32 0x34 0x30 0x2e 0x63 0x6f 0x6d (Host: my1240.com) <0x2e68c680>

You can also selectively enable these via [tt]/etc/cmh/cmh.conf[/tt], and the [tt]LogLevels[/tt] setting.

Thanks guessed. I am finally getting some data into my serially attached mobile phone.