mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
brmd.pl: Disable alphasign communication in a super-dirty way
This commit is contained in:
parent
b8a6b70064
commit
34b946c7c1
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ sub _start {
|
|||
$_[KERNEL]->alias_set("$_[OBJECT]");
|
||||
|
||||
$_[HEAP]->{serial} = POE::Wheel::ReadWrite->new(
|
||||
Handle => serial_open($devasign),
|
||||
Handle => \*STDERR, #serial_open($devasign),
|
||||
# We want no transformation at all, duh.
|
||||
Filter => POE::Filter::Block->new(
|
||||
LengthCodec => [ sub {}, sub {1}, ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue