i have build 2 programs.
One is a "dialer"
The other is a "receiver"

The dialer connect to the receiver via mscomm.ocx and an external analogue modem.
The receiver is installed on a Win 3.x system. When i click the dial-button on the dialer-form, the modem dials the receiver number and connects. So far so good. Now i have to send a ascii-file to the receiver.

I use a piece of vb-code similar to this

mscomm1.output = "This is a test" & vbCr

I have tested this line with an Null-modem, this test worked out OK. Now i want to send it via the modems

Now i have a problem because it isn't send to the receiver. Does anyone have any experience with this kind of file transfer?

Thanks 4 your Help

Eppo