From: Luis Parravicini Date: 2007-05-24T01:10:33+09:00 Subject: Re: ruby socket programming On 5/23/07, monarailguy42 wrote: > # ... do something with the socket > t.write("select read_count from tag_id") > answer = t.gets How the device knows the data you wrote is the complete query? Shouldn't you send some mark (newline, ';' or something like that) to let the device knows where the query ends? -- Luis Parravicini http://ktulu.com.ar/blog/