We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a35ee commit 061c486Copy full SHA for 061c486
lib/scan_beacon/ble112_device.rb
@@ -35,7 +35,7 @@ def open
35
36
def configure_port
37
if RUBY_PLATFORM =~ /linux/
38
- system("stty -F #{@port} 115200 -brkint -icrnl -imaxbel -opost -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke;min=0")
+ system("stty -F #{@port} 115200 raw -brkint -icrnl -imaxbel -opost -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke")
39
end
40
41
0 commit comments