<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Serial port support in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050194#M30229</link>
    <description>I have a program written for R14 using ADS/ARX and I would like to add
serial port communications in order to be able to collect data inside of
AutoCad.  I used to use the Greenleaf Comm libraries under DOS, but
Greenfeaf is not familiar with any of the AutoCad development systems and
they are unable to advise me if any of their products will work, especially
under R14.  Has anyone been able to implement interrupt driven serial
communications under ADS/ARX ?  I'm using visual C++, version 4.2b.  Thanks.</description>
    <pubDate>Fri, 04 Jun 2004 18:52:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-06-04T18:52:15Z</dc:date>
    <item>
      <title>Serial port support</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050194#M30229</link>
      <description>I have a program written for R14 using ADS/ARX and I would like to add
serial port communications in order to be able to collect data inside of
AutoCad.  I used to use the Greenleaf Comm libraries under DOS, but
Greenfeaf is not familiar with any of the AutoCad development systems and
they are unable to advise me if any of their products will work, especially
under R14.  Has anyone been able to implement interrupt driven serial
communications under ADS/ARX ?  I'm using visual C++, version 4.2b.  Thanks.</description>
      <pubDate>Fri, 04 Jun 2004 18:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050194#M30229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-04T18:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Serial port support</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050195#M30230</link>
      <description>Charles wrote:
&amp;gt; I have a program written for R14 using ADS/ARX and I would like to add
&amp;gt; serial port communications in order to be able to collect data inside of
&amp;gt; AutoCad.  I used to use the Greenleaf Comm libraries under DOS, but
&amp;gt; Greenfeaf is not familiar with any of the AutoCad development systems and
&amp;gt; they are unable to advise me if any of their products will work, especially
&amp;gt; under R14.  Has anyone been able to implement interrupt driven serial
&amp;gt; communications under ADS/ARX ?  I'm using visual C++, version 4.2b.  Thanks.
&amp;gt; 
&amp;gt; 
&amp;gt; 
&amp;gt; 
Charles,

Here's a C++ class for serial ports:

http://www.naughter.com/serialport.html

Perhaps it will simplify the task somewhat.

-- 
Best regards,

   Byron Blattel
   CADwerx--Applications for AutoCAD
   Autodesk Registered Developer
   Contact Info @ http://www.cadwerx.net
   Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...</description>
      <pubDate>Fri, 04 Jun 2004 20:14:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050195#M30230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-04T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Serial port support</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050196#M30231</link>
      <description>We used Greenleaf to create a stand alone exe that we call from an ARX file
and it works without any problems, but was for 2002 and newer. Never tried
to actually use the Greenleaf inside of an ARX file.</description>
      <pubDate>Fri, 04 Jun 2004 21:53:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050196#M30231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-04T21:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Serial port support</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050197#M30232</link>
      <description>Thanks for the replys.  I should have stated in my original post that this
application was developed using the C calling conventions (Not C++) so I
would prefer to use a C library (such as Greenleaf) rather than something
using MFC.  Is there any reason that this would not work from within an ADS
program?</description>
      <pubDate>Sat, 05 Jun 2004 11:45:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/serial-port-support/m-p/1050197#M30232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-05T11:45:19Z</dc:date>
    </item>
  </channel>
</rss>

