YMODEM transfer single file, then split into two files
I'm using YMODEM in TeraTerm to transfer my internal and external firmware and my goal is to make this a single file. I have already combined the two files into a .bin and when I transfer them via YMODEM, the transfer stops once it reaches the end of what would have been the first file, it it wasn't combined. I'm also doing this with SBSFU, which may complicate things.
One potentially easier part of the troubleshooting problem I'm having is that when TeraTerm is transferring the files with YMODEM, I can't see any status other then a progress bar. Is there another program or some way to see all the messages going back and forth? Maybe see the actual error messages happening or any printf statements I have the code send, while a transfer is taking place?
