If the sender isn't sending ">", you need to find out why.
If the sender is sending ">" but you're not seeing it with ReadExisting, are you reading multiple times to be sure you get everything that's being sent? You may need to piece together the complete command from multiple reads.
Jan