Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.msdos.programmer > #264
| From | Ross Ridge <rridge@csclub.uwaterloo.ca> |
|---|---|
| Newsgroups | comp.os.msdos.programmer |
| Subject | Re: An Xmodem.asm file transfer program |
| Date | 2011-09-29 11:04 -0400 |
| Organization | University of Waterloo |
| Message-ID | <j621d7$3pn$1@rumours.uwaterloo.ca> (permalink) |
| References | <a21d9370-c2c5-4a3e-99cf-ed04be4659b0@q26g2000vby.googlegroups.com> <j5trcc$5fc$1@speranza.aioe.org> <2641851d-8b63-4f6c-9ae9-dfedfca0d3a4@v9g2000vbp.googlegroups.com> |
monahanz <monahan@vitasoft.org> wrote: >Thanks Rob, I looked through most of the above. I guess to rephrase >what I am looking for I am looking for a MSDOS .ASM Modem program of >any kind. Because I am not using standard PC-Serial UART's (I'm >using the more powerful Zilog SCC's -- but different!) I really need >to start with some source code. XModem is a simple as a protocol as you can get, it really shouldn't be too hard to implement from scratch using C code as an example. Also, as slow as floppy drives are, transfering files over a serial line is going to be much, much slower. Simple protocols like XModem are very inefficent at high baud rates on slow computers. It maybe more convienent, but it's going to be much slower for all but the smallest of files. Ross Ridge -- l/ // Ross Ridge -- The Great HTMU [oo][oo] rridge@csclub.uwaterloo.ca -()-/()/ http://www.csclub.uwaterloo.ca/~rridge/ db //
Back to comp.os.msdos.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
An Xmodem.asm file transfer program monahanz <monahan@vitasoft.org> - 2011-09-27 11:54 -0700
Re: An Xmodem.asm file transfer program Jim Leonard <mobygamer@gmail.com> - 2011-09-27 13:46 -0700
Re: An Xmodem.asm file transfer program monahanz <monahan@vitasoft.org> - 2011-09-27 18:22 -0700
Re: An Xmodem.asm file transfer program "Rod Pemberton" <do_not_have@noavailemail.cmm> - 2011-09-27 20:57 -0400
Re: An Xmodem.asm file transfer program Rugxulo <rugxulo@gmail.com> - 2011-09-28 03:47 -0700
Re: An Xmodem.asm file transfer program monahanz <monahan@vitasoft.org> - 2011-09-28 11:14 -0700
Re: An Xmodem.asm file transfer program Ross Ridge <rridge@csclub.uwaterloo.ca> - 2011-09-29 11:04 -0400
Re: An Xmodem.asm file transfer program monahanz <monahan@vitasoft.org> - 2011-09-29 10:35 -0700
csiph-web