Re: Converting serial I/O to ethernet I/O
- From: koehler@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (Bob Koehler)
- Date: 16 Nov 2007 08:04:05 -0600
In article <4ff92e46-3b96-47b8-853e-dcb41bc2d357@xxxxxxxxxxxxxxxxxxxxxxxxxxx>, tadamsmar <tadamsmar@xxxxxxxxx> writes:
I maintain a VMS real-time app. that has a serial interfaces to
analyzers. The latest version of the analyzers support network
communications and we want to convert from serial to network.
Any pointers on how to do it? I think it's a matter of making the
right QIO calls, perhaps
just revising or adding alternative QIO calls.
Determine whether you have to work at the Ethernet level, TCP/IP
level, or some other protocol level to talk to the analyzers. TCP/IP
is the most likely.
Read either the I/O Users Guide, or the TCP/IP programming manuals to
figure out how to do this.
Then rewrite (or at least modify) the code.
.
- References:
- Converting serial I/O to ethernet I/O
- From: tadamsmar
- Converting serial I/O to ethernet I/O
- Prev by Date: Re: "Mysterious" system crashes
- Next by Date: Re: Converting serial I/O to ethernet I/O
- Previous by thread: Re: Converting serial I/O to ethernet I/O
- Index(es):
Relevant Pages
|