| Author | Topic: Dial Filetransfer Serial Port Modem |
---|
| RCB | Dial Filetransfer Serial Port Modem
on Fri, 21 Nov 2003 12:14:35 +0100hi there ,
I need to have the following programmed - if there is already a tested
program in use : the better ... !!
!!! using Xbase and xBase-tools only
documented code
___________
1.dial a customer via modem
2. filetransfer of a list of files via z-modem (!!) <-that is important
3. hang up
4. log and report the transfer
____________
The programm should have full controll over the serial port, modem,
carrierdetect, errors and transfer-recovery.
I used crystalComm-library before but I get unexpected and not realy solved
problems internal datastructure corrupted - errors IDSC.
Anyone interested ...?
Rainer Conrads-Broicher
please mail to mail@-nospam-medmaster.de (remove the -nospam- please) |
| Osvaldo Ramirez | Re: Dial Filetransfer Serial Port Modem
on Sat, 22 Nov 2003 10:12:45 -0700 |
| RCB | Re: Dial Filetransfer Serial Port Modem
on Sun, 23 Nov 2003 16:56:08 +0100 |
| James Loughner | Re: Dial Filetransfer Serial Port Modem
on Sun, 23 Nov 2003 12:50:04 -0500Why does it have to be zmodem?? Tools support Xmodem also there is
Marshellsoft which has Ymodem/Xmodem.
http://www.marshallsoft.com/
I also beleive FTP can be done over the phone directly.
RCB wrote:
> hi there ,
> I need to have the following programmed - if there is already a tested
> program in use : the better ... !!
> !!! using Xbase and xBase-tools only
> documented code
> ___________
> 1.dial a customer via modem
> 2. filetransfer of a list of files via z-modem (!!) <-that is important
> 3. hang up
> 4. log and report the transfer
> ____________
> The programm should have full controll over the serial port, modem,
> carrierdetect, errors and transfer-recovery.
> I used crystalComm-library before but I get unexpected and not realy solved
> problems internal datastructure corrupted - errors IDSC.
> Anyone interested ...?
> Rainer Conrads-Broicher
> please mail to mail@-nospam-medmaster.de (remove the -nospam- please)
>
> |
| RCB | Re: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 10:46:55 +0100ok ...I have to explain a lttle more : the receiving installations cannot
be changed at the moment and work on a wide variety of systems from DOS to
win2000 - thats the problem. And they work with z-modem. I used telepathy -
before changing to Xbase ..
Rainer
"James Loughner" <jwrl@charter.net> schrieb im Newsbeitrag
news:3fc0f29b$1@asgcom.alaska-software.com...
> Why does it have to be zmodem?? Tools support Xmodem also there is
> Marshellsoft which has Ymodem/Xmodem.
>
> http://www.marshallsoft.com/
>
> I also beleive FTP can be done over the phone directly.
>
> RCB wrote:
>
> > hi there ,
> > I need to have the following programmed - if there is already a tested
> > program in use : the better ... !!
> > !!! using Xbase and xBase-tools only
> > documented code
> > ___________
> > 1.dial a customer via modem
> > 2. filetransfer of a list of files via z-modem (!!) <-that is important
> > 3. hang up
> > 4. log and report the transfer
> > ____________
> > The programm should have full controll over the serial port, modem,
> > carrierdetect, errors and transfer-recovery.
> > I used crystalComm-library before but I get unexpected and not realy
solved
> > problems internal datastructure corrupted - errors IDSC.
> > Anyone interested ...?
> > Rainer Conrads-Broicher
> > please mail to mail@-nospam-medmaster.de (remove the -nospam- please)
> >
> >
> |
| Eric Breddam | Re: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 13:11:09 -0800What are your timing requirements on this? |
| RCB | Re: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 22:30:56 +0100hi Eric,
iam not quite shure what you mean - the main application will start at given
times a thread "transfer" with a list of files and numbers - the thread will
give back a list of "success" - thats it - but there seems to be a lot of
backgroundwork necessary ..as modem control ..serial buffers and so on ...
Rainer
"Eric Breddam" <somdata@somdata.com> schrieb im Newsbeitrag
news:3fc27332@asgcom.alaska-software.com...
> What are your timing requirements on this?
>
> |
| RCB | Re: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 22:33:21 +0100ohhhh ok eric g understood ....-- I dont need it right away ... because
I can work at the moment with the crystalcomm-lib ....
Rainer
"Eric Breddam" <somdata@somdata.com> schrieb im Newsbeitrag
news:3fc27332@asgcom.alaska-software.com...
> What are your timing requirements on this?
>
> |
| Eric Breddam | Re: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 14:28:43 -0800yes, that was the question
I'm in much the same situation with a 1K XModem transfer and am
(successfully but personally painfully) using HyperTerminal for that
purpose.
Was mostly curious - if i can help you with it at any point and/or anyone
comes back with a reasonably useful set of code... i'd be interested if it
can be modified/extended to what I need too. |