Sending serial commands to a port on another PC


CraigTerris

Recommended Posts

I need to send RS232 commands out a serial port on another computer on the network, not something I've worked with. Not too much talk on the forum that I could see and I cant find any examples on this. I can swing the serial cable across from the other PC onto a networked ethernet media converter if thats easier. DAQF is taking over an app thats running on the other PC. A few pointers please...

Link to comment
Share on other sites

  • 3 years later...

I couldn't find DAQFactory Serial - Ethernet communications guide. Is there a place to download it?

 

Also at one point I believe I was able make a system call that allowed me call up the port dialog edit window to edit my user created port object (myport = new(CCommSerial), but now I can't seem to find the proper function call. What is it?

Link to comment
Share on other sites

The serial/ethernet guide should be in your installation folder under serialguide.pdf.  If its not there then we must have decided to remove it in the 5.90 installation as it was getting a little out of date.

 

The system call is configureComm()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.