Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-15 Thread JohnS
On Sun, 2010-02-14 at 23:43 -0600, Gregory P. Ennis wrote: > I'll be happy to share it with you. Your admonitions in the previous > e-mail are appropriate. The urine analyzer does not communicate in HL7. > I do have a bunch of code that is an HL7 parser for communication with > Quest diagnostic

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-14 Thread Gregory P. Ennis
On Sat, 2010-02-13 at 07:34 -0500, JohnS wrote: > On Fri, 2010-02-12 at 19:58 -0600, Gregory P. Ennis wrote: > > > I am trying to connect a automated urine analyzer to a serial report > > with the hope of catching the results so that I can eventually > > incorporate the data in a patient medical

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-13 Thread Les Mikesell
Gregory P. Ennis wrote: > On Fri, 2010-02-12 at 19:58 -0600, Gregory P. Ennis wrote: >> On Sat, 2010-02-13 at 00:52 +, Joseph L. Casale wrote: Do any of you have any perl scripts that do this? I would like to look at your logic either for a serial or usb port. >>> Based on an upcomin

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-13 Thread JohnS
On Fri, 2010-02-12 at 19:58 -0600, Gregory P. Ennis wrote: > I am trying to connect a automated urine analyzer to a serial report > with the hope of catching the results so that I can eventually > incorporate the data in a patient medical record. I intend to do the > same thing for a blood analy

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-13 Thread JohnS
On Fri, 2010-02-12 at 19:58 -0600, Gregory P. Ennis wrote: > I am trying to connect a automated urine analyzer to a serial report > with the hope of catching the results so that I can eventually > incorporate the data in a patient medical record. I intend to do the > same thing for a blood analy

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-12 Thread Gregory P. Ennis
On Fri, 2010-02-12 at 19:58 -0600, Gregory P. Ennis wrote: > On Sat, 2010-02-13 at 00:52 +, Joseph L. Casale wrote: > > >Do any of you have any perl scripts that do this? I would like to look > > >at your logic either for a serial or usb port. > > > > Based on an upcoming but unlikely need I

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-12 Thread Gregory P. Ennis
On Sat, 2010-02-13 at 00:52 +, Joseph L. Casale wrote: > >Do any of you have any perl scripts that do this? I would like to look > >at your logic either for a serial or usb port. > > Based on an upcoming but unlikely need I may have, I thought I would give > google a look, first hit lays some

Re: [CentOS] Serial Port or USB monitoring / Logging

2010-02-12 Thread Joseph L. Casale
>Do any of you have any perl scripts that do this? I would like to look >at your logic either for a serial or usb port. Based on an upcoming but unlikely need I may have, I thought I would give google a look, first hit lays some ideas out pretty easily: http://aplawrence.com/BGarlock/logger.html

[CentOS] Serial Port or USB monitoring / Logging

2010-02-12 Thread Gregory P. Ennis
Dear List, I have a piece of equipment that sends data or reports data via a serial or usb port. I would like to connect this piece of equipment to a serial or usb port of a Centos 5.4 machine and capture the report information. I thought this would be an easy perl task, but since I have not com