Changed default baud rate for MS/TP to be 38400 for pic18f6720 demo.

This commit is contained in:
skarg
2007-02-02 22:48:20 +00:00
parent 56ef663061
commit 898c42df2a
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -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;