|
"Alex " <lt.huang@gmail.com> wrote in message
<fc6egj$bd5$1@fred.mathworks.com>...
> "Chris Van Kleeck" <vankleec@ualberta.ca> wrote in message
> <ef5c1f4.-1@webcrossing.raydaftYaTP>...
> > I'm trying to set up the target pc to use the RS-232 to
> talk with the
> > host PC, and TCP/IP to talk to a sensor. However, on
> attempted
> > execution I recieve the error: No UDP channel free or UDP
> error.
> >
> > If the target PC kernal is set up with TCP/IP bootdisk,
> to talk with
> > the host, then this error does not happen. But I now am
> only able to
> > comunicate with host, not the sensor.
> >
> > Is it possible to initialize the host xpc kernal to
> create both the
> > RS-232 connection and also create a UDP socket? Any other
> possible
> > solutions would also be helpful.
>
>
>
>
> Did you ever figure this out?
>
Alex,
According to the support people I talked with it is not
currently possible to use one when you initialize with the
other. I suspect this also means that one cannot switch back
and forth on the fly either.
For my project the workaround involved getting a second
network adapter and using two TCP/UDP IP ports instead of a
serial and TCP connections.
|