![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
HI I want to send some data from my z80 micro pc to my home pc. I want to save this on my A: drive floppy. Can I do it? What is the command from ms-dos to save on A: drive? I'm sending the data via an 8251 USART to serial port. Appreciate any help.
| |
| |
| | #2 |
|
What software are you running on the PC?, just set that software to save to the A: drive.
| |
| |
| | #3 |
|
no software is running. just port to port communication. I need to know the HEX code that will run the A: drive and save
| |
| |
| | #4 |
|
hi, You must have some comms software running. Is all you have the DOS prompt? Do you plan enter the hex code in using Debug.? EDIT: At least get a Basic language, free GWBasic http://www.codepedia.com/1/gwbasic or http://www.freewebs.com/qbasicsite/index.htm
__________________ Eric " Good enough is Perfect " I will NOT answer PM's requesting technical help, please use the Forum PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/ Last edited by ericgibbs; 24th September 2008 at 05:54 PM. | |
| |
| | #5 |
|
If it's a dos machine then you could do "copy com1 a:\filename.txt". I can't remember how to terminate the transmission. I think it may be terminated when a ctrl-z is received. Mike. | |
| |
| | #6 | |
| Quote:
Far easier to use a terminal program, and you should be able to download plenty of free examples. | ||
| |
| | #7 |
|
You can see the settings for com1 by doing "MODE COM1" and change it by doing "MODE COM1: baud=9600 parity=N data=8 stop=1" - without the quotes. Note that this is only good for text files. You couldn't use this method to transfer a terminal program. ![]() One day this may be the only way someone might get an old text file of a floppy. ![]() Mike. | |
| |
| | #8 | |
| Quote:
I cannot understand why he dosnt use a free copy of GW or QB basic.? It would give him all the port and disk control he needs.?
__________________ Eric " Good enough is Perfect " I will NOT answer PM's requesting technical help, please use the Forum PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | #9 | |
| Quote:
| ||
| |
| | #10 |
| | |
| |
| | #11 | |
| Quote:
Mike. | ||
| |
| | #12 | |
| Quote:
He has asked for the 'hex' file for the comms.!
__________________ Eric " Good enough is Perfect " I will NOT answer PM's requesting technical help, please use the Forum PIC tutorials: Nigel's www.winpicprog.co.uk/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | #13 | |
| Quote:
Back to the topic: I thought the OP was asking how to send a file to the PC from the Z80 and cause it to be saved to the a: drive, without any comms software running on the PC. I am aware of no way to do that; there must be some software running on the PC to accept the connection, read the data, and write it out to the disc. I could be missing something though. Torben
__________________ Curiosity was framed. Ignorance killed the cat. | ||
| |
| | #14 | ||
| Quote:
Quote:
But all you need is a simple DOS terminal program, they used to be provided with all modems, and I'm sure there are loads you can download for free. | |||
| |
| | #15 | |
| Quote:
__________________ ========================= Futz's Microcontrollers & Robotics ========================= | ||
| |
|
| Tags |
| upload |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Can't Upload Attachments | Gayan Soyza | Feedback/Comments | 38 | 23rd July 2008 09:51 PM |
| Can't upload files. | Pommie | Feedback/Comments | 2 | 22nd May 2008 03:56 PM |
| Free upload site for schematics? | Lac | General Electronics Chat | 7 | 24th June 2004 03:25 PM |
| Upload Help Needed. | captainkirksdog | General Electronics Chat | 3 | 29th January 2004 09:08 AM |