Improved ebus device handling to use tcp based device too

This commit is contained in:
Roland Jax
2014-02-20 23:11:31 +01:00
parent 521fc4c1ae
commit 3ec0712bc4
10 changed files with 291 additions and 227 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ int main(void) {
int i, j, end, ret;
int bcd, d1b, data[SERIAL_BUFSIZE + 1];
int bcd, d1b, data[BUS_DEVICE_BUFSIZE + 1];
float d1c, d2b, d2c;
char byte;