From 001cbacfcad67dc457aedac578dde96081fe3a1e Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Tue, 1 Oct 2013 14:54:41 +0200 Subject: [PATCH] Do not use ATZ command on initialization ATZ can reset settings like SMSC number on some 3G keys. --- lib/biju/hayes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/biju/hayes.rb b/lib/biju/hayes.rb index 2083a53..9f7f836 100644 --- a/lib/biju/hayes.rb +++ b/lib/biju/hayes.rb @@ -19,7 +19,6 @@ module Biju @modem = Modem.new(port, options) attention - init_modem unlock_pin pin text_mode(false)