Re: Accessing the sectors of an harddisk
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Fri, 22 Jun 2007 21:46:59 -0400
Ruud wrote:
Hallo allemaal,write a virtual drive in windows. use the serial port using the
I build hardware for the good old Commodore machines. One of my
projects is connecting a xx GB harddisk to a 1541 floppy drive. This
works fine so far. But a problem is the huge amount of data (seen from
the point of view of a Commodore). One idea I have is using disk
brackets and using a PC for huge data movements. Being a Turbo Pascal
programmer this isn't a problem. But I also want to be able to do that
under Delphi. I'm familiar with Delphi. But I already found out that
using the PORT command doesn't work out under XP.
So my main question: How can I access and edit the sectors of an
harddisk directly?
FYI:
- I'm using my own filesystem
- I'm only using 8 bits (and thus waisting half of the capacity)
Thanks for any info/help !!!
--
___
/ __|__
/ / |_/ Groetjes, Ruud
\ \__|_\
\___| URL: Ruud.C64.org
OpenFile('COM1:.....');
with that, you can set up event triggers etc.
Use EscapeComm to read/set control lines of the port ....
and the beat goes on..
To do it correctly, do a little electronics and program an uC chip
that has USB HID support.
then write a general application to handle it.
the device will translate it's outputs for the Commy system..
I find it hard to believe that any one is doing anything with these
machines?
what is this a gofer alert?
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- Follow-Ups:
- Re: Accessing the sectors of an harddisk
- From: Dunny
- Re: Accessing the sectors of an harddisk
- References:
- Accessing the sectors of an harddisk
- From: Ruud
- Accessing the sectors of an harddisk
- Prev by Date: Re: Binary Search
- Next by Date: Re: Binary Search
- Previous by thread: Re: Accessing the sectors of an harddisk
- Next by thread: Re: Accessing the sectors of an harddisk
- Index(es):
Relevant Pages
|