OklahomaGreyBeard / eversolar-monitor

Automatically exported from code.google.com/p/eversolar-monitor
0 stars 0 forks source link

A few bugs to initial release #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using serial adapter instead of USB serial does not work

Fix: 

replace == with  eq on string compare (6 times I believe)
replace != with ne on returning data

For some obscure reason this is needed to set the adapter straight, before 
running the script:
 stty -F /dev/ttyUSB0 -parity cs8 cstopb  raw

Multiple inverter support is dodgy on serial, but within reach

Henrik

Original issue reported on code.google.com by henrik.m...@gmail.com on 14 Sep 2012 at 2:43

GoogleCodeExporter commented 8 years ago
Multiple adapters now working here, expect to upload a proper version when the 
code is good. Have thrown a version on pastebin for inspection

Original comment by henrik.m...@gmail.com on 22 Sep 2012 at 12:41

GoogleCodeExporter commented 8 years ago
Changes made (43f269b99914)

Original comment by ka...@kayno.net on 29 Sep 2012 at 4:47