comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: dlm for UDP networking protocol
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: dlm for UDP networking protocol [message #54255 is a reply to message #54253] Thu, 31 May 2007 11:35 Go to previous message
Jo Klein is currently offline  Jo Klein
Messages: 54
Registered: January 2006
Member
Hi Rick,
Have you thought about using netcat? You could SPAWN a pipe to
communicate with your equipment. This would get the commands to it, but
with UDP, you will probably need a separately SPAWN'ed nc process with
-l -u options to receive responses. Try something like
SPAWN,'nc -u <host> <port>',UNIT=unit
Then use WRITEU to send your commands, see online help. Don't forget to
CLOSE and FREE_LUN your unit.
Maybe you can play a bit with nc on the unix command line to see if you
can make it talk to your equipment.
Hope this helps,
Jo
[Message index]
 
Read Message
Read Message
Previous Topic: Re: saving mpeg is very slow
Next Topic: Re: Wavelet Coherency program

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 05:33:25 PDT 2025

Total time taken to generate the page: 0.80078 seconds