brmd.pl: Disable alphasign communication in a super-dirty way

This commit is contained in:
Petr Baudis 2013-01-08 22:09:51 +01:00
parent b8a6b70064
commit 34b946c7c1

View file

@ -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}, ],