I am trying to pass UDP packets from the serial ports to a host server which will respond to the packet back to the same IP address that it received the packets from in a test set up that is going to mimic a cell connection (don't want to pay the charges during the testing phase).
While I know that each serial port does appear as its own IP address, when considered as the entire address including the port number, it would be best for my testing and debugging if each serial port had a completely different IP address exclusive of the port number.
Does anyone know if this is possible and how to accomplish it if it can be done.
Thanks.