When I got home I deleted the device and re-added it. The LCD is still not being controlled, but at least now the device isnt showing up as disabled in the web admin, and it actually created a log, here is the output from the log.
/var/log/pluto/221_Generic_Serial_Device.log
38:01 01/13/09 22:56:24.271 Failed loading code: Error loading code:
error: (eval):36: compile error
(eval):26: syntax error, unexpected tIDENTIFIER, expecting kEND
log('Sending ON Command') conn_.Send("ka 01 01\r")
^, line: 36
. <0xb5874b90>
05 01/13/09 22:56:29.550 void ClientSocket::Disconnect() on this socket: 0x80ab5a0 (m_Socket:
<0xb78796c0>
Return code: 0
2 01/13/09 22:56:29 221 (spawning-device) Shutting down... count=1/50 dev=221
Tue Jan 13 22:56:29 CST 2009 Shutdown
Any clues in there?
Here is how I have the on command written in ruby it was what came with the template--- log('Sending ON Command') <$"ka 01 01\r"$>