diff --git a/bacnet-stack/ports/pic18f6720/BACnet-Server.mcw b/bacnet-stack/ports/pic18f6720/BACnet-Server.mcw index 138fa556..84f8778a 100644 Binary files a/bacnet-stack/ports/pic18f6720/BACnet-Server.mcw and b/bacnet-stack/ports/pic18f6720/BACnet-Server.mcw differ diff --git a/bacnet-stack/ports/pic18f6720/rs485.c b/bacnet-stack/ports/pic18f6720/rs485.c index 4b3ec31f..27ab13ce 100644 --- a/bacnet-stack/ports/pic18f6720/rs485.c +++ b/bacnet-stack/ports/pic18f6720/rs485.c @@ -38,7 +38,7 @@ extern volatile struct mstp_port_struct_t MSTP_Port; /* the baud rate is adjustable */ -uint32_t RS485_Baud_Rate = 9600; +uint32_t RS485_Baud_Rate = 38400; /* the ISR and other use this for status and control */ COMSTAT RS485_Comstat;