Fix baud rate (see PR #1008)
parent
963fdd6430
commit
ae9b462b99
|
@ -28,7 +28,7 @@ module Exploit::Remote::RealPort
|
|||
'2400' => "\x03\x00",
|
||||
'9600' => "\x00\xc0",
|
||||
'19200' => "\x00\x60",
|
||||
'38400' => "\x00\x30",
|
||||
'38400' => "\x00\x20",
|
||||
'57600' => "\x00\x30",
|
||||
'76800' => "\x00\x10",
|
||||
'115200' => "\x00\x10", # Yup, same as above
|
||||
|
|
Loading…
Reference in New Issue