Changed default baud rate for MS/TP to be 38400 for pic18f6720 demo.
This commit is contained in:
Binary file not shown.
@@ -38,7 +38,7 @@
|
|||||||
extern volatile struct mstp_port_struct_t MSTP_Port;
|
extern volatile struct mstp_port_struct_t MSTP_Port;
|
||||||
|
|
||||||
/* the baud rate is adjustable */
|
/* 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 */
|
/* the ISR and other use this for status and control */
|
||||||
COMSTAT RS485_Comstat;
|
COMSTAT RS485_Comstat;
|
||||||
|
|||||||
Reference in New Issue
Block a user