Class AlienConnection
In: alienconnection.rb
Parent: Object

Handles socket communication w/an Alien RFID Reader.

Methods

close   connect   connected   new   open   receive   send   sendreceive  

Attributes

raise_errors  [RW] 

Public Class methods

Public Instance methods

Close the socket.

Try to open a socket connection to the reader.

Returns the connected status of this AlienReader.

Stores the connection parameters, then opens the connection (including login).

Read from the open socket until a null character is found. Strips off the trailing \r\n from the response

Send a message over an open socket (Alien terse msg format to suppress prompts on reply)

Send a message over an open socket and wait for a reply

[Validate]