Fixed 76800 setting for Linux rs-485.
This commit is contained in:
@@ -356,7 +356,7 @@ bool RS485_Set_Baud_Rate(
|
||||
RS485_Baud = B57600;
|
||||
break;
|
||||
case 76800:
|
||||
RS485_Baud = 38400;
|
||||
RS485_Baud = B38400;
|
||||
RS485_SpecBaud = true;
|
||||
break;
|
||||
case 115200:
|
||||
|
||||
Reference in New Issue
Block a user