Alaska Software Inc. - Dial Filetransfer Serial Port Modem
Username: Password:
AuthorTopic: Dial Filetransfer Serial Port Modem
RCBDial Filetransfer Serial Port Modem
on Fri, 21 Nov 2003 12:14:35 +0100
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)
Osvaldo RamirezRe: Dial Filetransfer Serial Port Modem
on Sat, 22 Nov 2003 10:12:45 -0700
Hello

Why not using FTP ?


Best Regards
Osvaldo Ramirez
 http://ar.groups.yahoo.com/group/XFreeProject
RCBRe: Dial Filetransfer Serial Port Modem
on Sun, 23 Nov 2003 16:56:08 +0100
Osvaldo,
in our case that is not possible... any other way is interesting, but it has
to go via phoneline .... Any other suggestions ....?
Rainer

"Osvaldo Ramirez" <ramirezosvaldo@prodigy.net.mx> schrieb im Newsbeitrag
news:3fbf986b@asgcom.alaska-software.com...
> Hello
>
> Why not using FTP ?
>
>
> Best Regards
> Osvaldo Ramirez
>  http://ar.groups.yahoo.com/group/XFreeProject
>
>
James Loughner Re: Dial Filetransfer Serial Port Modem
on Sun, 23 Nov 2003 12:50:04 -0500
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)
> 
>
RCBRe: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 10:46:55 +0100
ok ...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 BreddamRe: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 13:11:09 -0800
What are your timing requirements on this?
RCBRe: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 22:30:56 +0100
hi 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?
>
>
RCBRe: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 22:33:21 +0100
ohhhh 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 BreddamRe: Dial Filetransfer Serial Port Modem
on Mon, 24 Nov 2003 14:28:43 -0800
yes, 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.