I want to send a simple pipe deliminator message via TCP IP but in a raw form with no extra chars, any ideas?
Currently I have a normal TCP IP thread connection, binary 4-byte. I was able to send a raw message via the TCP IP tester.
Or can a pdl help me? The message I am try to send looks like this:
RS|0224081571752|04373|Test|18/07/2008|O,+|testing rs message|00000963||MACDONALD|RONALD|19/05/1969|M|O,+|25/08/2008 15:00|END
Where RS is the message identifier and END is telling the receiving application this is the end of the message, and the ACK which is sent back is: ACK|END
Thanks,
Wilhelm