Skip to content

Commit

Permalink
1.2.0.2-dev
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
TsSaltan committed Jul 3, 2017
1 parent 0d149ec commit ed9a7de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace bundle\windows\result;

use php\io\MiscStream;
use bundle\windows\WindowsScriptHost as WSH;

class comItem extends abstractItem
{
Expand Down Expand Up @@ -61,6 +62,7 @@ public function connect($mode = 'r'){
* --RU--
* Установить скорость порта (бод)
* @param int $baud
* @throws WindowsException
*/
public function setBaud($baud){
return WSH::cmd('mode ' . $this->port . ' baud=' . $baud);
Expand Down

0 comments on commit ed9a7de

Please sign in to comment.