G
Guest
I'm writing a program in C# that sends files through the serial port and am
trying to figure out what to send that will trigger the
SerialEvents.EofReceived event of the other computer. I tried sending '\x1A'
and every other unprintable character and that event never gets triggered.
Any ideas??
Thanks,
Ron
trying to figure out what to send that will trigger the
SerialEvents.EofReceived event of the other computer. I tried sending '\x1A'
and every other unprintable character and that event never gets triggered.
Any ideas??
Thanks,
Ron