Lutron Homeworks oddity
ericmedley
Posts: 4,177
Hey all,
I have several projects using a Homeworks master. I have this oddity that is puzzling. It is not causing any program problems but it is occuring pretty regularly. When you monitor the serial port connected to the Lutron processor, I get regular messages that consist of a massive string of $FFs. It happens about every 2-3 seconds. If I watch the Diagnostic messages from the master it shows an error "String too long - truncated to 274bytes."
Everyone of the projects that I have a Lutron master connected does this. Lutron acknowleges it but doesn know what its from. As I said, it is not causing me any programming problems.
I have this pet theory that since $FF = 1111 1111 binary, that I'm actually dealing with a voltage spike. I'm thinking that I'm getting some kind of positive voltage bias on the RX pin and the AMX serial port is inturpreting it as a string of $FFs.
Has anyone encountered something like this with Lutron? (non-amx version)
I have several projects using a Homeworks master. I have this oddity that is puzzling. It is not causing any program problems but it is occuring pretty regularly. When you monitor the serial port connected to the Lutron processor, I get regular messages that consist of a massive string of $FFs. It happens about every 2-3 seconds. If I watch the Diagnostic messages from the master it shows an error "String too long - truncated to 274bytes."
Everyone of the projects that I have a Lutron master connected does this. Lutron acknowleges it but doesn know what its from. As I said, it is not causing me any programming problems.
I have this pet theory that since $FF = 1111 1111 binary, that I'm actually dealing with a voltage spike. I'm thinking that I'm getting some kind of positive voltage bias on the RX pin and the AMX serial port is inturpreting it as a string of $FFs.
Has anyone encountered something like this with Lutron? (non-amx version)
0
Comments
we're only using 2,3,5 and no handshaking. I am running them at 115K baud. I wondered if that might also be one of the problems.
Like I said, it's working fine. there's just this mystery string coming in.
Thanks for the response.
ejm