mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2019-07-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions that made serial device operation unreliable.
This commit is contained in:
@@ -422,7 +422,7 @@ void SasUsi::SendCommand(char *str)
|
||||
(const char *)PrettifyCommand(str));
|
||||
switch(sas_porttype) {
|
||||
case RDMatrix::TtyPort:
|
||||
sas_device->writeBlock(str,strlen(str));
|
||||
sas_device->write(str,strlen(str));
|
||||
break;
|
||||
|
||||
case RDMatrix::TcpPort:
|
||||
|
||||
Reference in New Issue
Block a user