Specifically, has the control code/reply or whatever changed recently?
protected function send_ctrl($data) {
$this->send ( "\xFF\xFF\xFF\xFF$data\0" );
}
protected function get_ctrl($length = 4096) {
return preg_replace ( "`^\xFF\xFF\xFF\xFFprint\n`", "", $this->get ( $length ) );
}