I need to use simulink TCP/IP send and receive blocks to send to TCP messages to from my xpcTarget PC to a server. My problem is that my Ethernet port is already being used for another application. Therefore, I must use wireless access connected through a serial port in order to send these TCP messages. I have found a wireless device to fit my needs (<http://www.gridconnect.com/80211.html)>. My concern is how I will be able to send TCP messages over the Serial wireless card using Simulink. I figure that the TCP send and receive blocks are configured to send data to the Ethernet port. Is there anyway to instead direct these messages to a serial port?