From 66f52e438f36eb10a914f1ecca0e75bdec7b70ce Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 2 Nov 2014 05:29:42 +0000 Subject: [PATCH] added some more debug to RS485 on Linux --- bacnet-stack/ports/linux/rs485.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/linux/rs485.c b/bacnet-stack/ports/linux/rs485.c index 3f2d6e99..3be957a4 100644 --- a/bacnet-stack/ports/linux/rs485.c +++ b/bacnet-stack/ports/linux/rs485.c @@ -613,7 +613,7 @@ void RS485_Initialize( /* if all goes well, set new divisor */ ioctl(RS485_Handle, TIOCSSERIAL, &newserial); } - + printf(" at Baud Rate %u", RS485_Get_Baud_Rate()); /* destructor */ atexit(RS485_Cleanup); /* flush any data waiting */