From: Allen J Mitchell Date: 2002-03-07T12:51:47+09:00 Subject: RE: Ruby Serial Ports under Windows Well, so much for not into general circulation.... :):) ...comments welcome.... -----Original Message----- From: Allen J Mitchell [mailto:ajm@nb.sympatico.ca] Sent: Wednesday, March 06, 2002 11:43 PM To: ruby-talk ML Subject: RE: Ruby Serial Ports under Windows David, I had the same need and have been using win32ole to access the mscomm serial com object which comes with visual basic. I am enclosing a copy of the code I wrote.... consider it an alpha, It's almost midnight here so I will send an example of it's use tomorrow. Please do not put into general circulation yet, I need to spend some more time on it. Hope it helps... Let me know. Ignore the PacketizeData class, I'm still working on that. :) -----Original Message----- From: David Wende [mailto:DWende@lynxpn.com] Sent: Wednesday, March 06, 2002 11:38 AM To: ruby-talk ML Subject: Ruby Serial Ports under Windows I've started using Ruby a week ago as my first OOP language - very impressed. I need to access the COM1 serial port under Windows. Can this be done? Thanks David Wende