Skip to content

Commit

Permalink
WIP set a default baud to invoke stty
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphrchvz committed May 24, 2018
1 parent 5602547 commit a7f8905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Perl/hsw12_gui.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,9 @@ sub main_window_set_serial_device_cmd {
$self->{session}->{preferences}->{io}->{device} =
$self->{pod}->set_device($self->{session}->{preferences}->{io}->{device});
}
# pick a default baud in order to apply stty defaults
$self->{session}->{preferences}->{io}->{baud} = '9600';
$self->main_window_set_serial_speed_cmd($self);
}

####################################
Expand Down

0 comments on commit a7f8905

Please sign in to comment.