Dear All,
I have two systems with Firewire(1394) ports on both the systems,can I
connect the both the systems with a null-cable and transmit the data
between them?
Any kind of information will be helpful.
Thanx in advance,
Kedar.
Dear All,
I have two systems with Firewire(1394) ports on both the systems,can I
connect the both the systems with a null-cable and transmit the data
between them?
Any kind of information will be helpful.
Thanx in advance,
Kedar.
If you want to use FireWire for debugging, then you use a FireWire cable,
not a null-modem cable! You need to have XP on both machines too.
Mathieu Routhier
-----Original Message-----
From: kedar [mailto:xxxxx@hotmail.com]
Sent: Friday, January 17, 2003 6:04 AM
To: NT Developers Interest List
Subject: [ntdev] FireWire - Data Transmission
Dear All,
I have two systems with Firewire(1394) ports on both the systems,can I
connect the both the systems with a null-cable and transmit the data
between them?
Any kind of information will be helpful.
Thanx in advance,
Kedar.
You are currently subscribed to ntdev as: xxxxx@guillemot.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
With XP on both sides, yes. XP supports 1394 card as a network
adapter.
Max
----- Original Message -----
From: “kedar”
To: “NT Developers Interest List”
Sent: Friday, January 17, 2003 2:03 PM
Subject: [ntdev] FireWire - Data Transmission
> Dear All,
>
> I have two systems with Firewire(1394) ports on both the systems,can
I
> connect the both the systems with a null-cable and transmit the data
> between them?
>
> Any kind of information will be helpful.
>
> Thanx in advance,
> Kedar.
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Dear Max,
How about transmitting on Windows2000.
Kedar.
1394 has been supported since 98 gold. However, there is no network driver
for 1394 native on 2000 or earlier Windows platforms. So, if you are
willing to write your own driver you can communicate node to node on 2000
and earlier.
In fact I know of a driver framework product that has a chat sample that
demonstrates exactly how to do this
Bill McKenzie
Compuware Corporation
“kedar” wrote in message news:xxxxx@ntdev…
>
> Dear Max,
>
> How about transmitting on Windows2000.
>
> Kedar.
>
>
BTW, Bill, what kind of 1394 drivers the KD uses on target machine?
Will it use 1394bus? or ohci1394? If yes - what will occur if I will
set a breakpoint inside ohci1394?
Max
“Bill McKenzie” wrote in message
news:LYRIS-542-93318-2003.01.18-01.10.47–maxim#xxxxx@lists
.osr.com…
> 1394 has been supported since 98 gold. However, there is no network
driver
> for 1394 native on 2000 or earlier Windows platforms. So, if you
are
> willing to write your own driver you can communicate node to node on
2000
> and earlier.
>
> In fact I know of a driver framework product that has a chat sample
that
> demonstrates exactly how to do this
>
> Bill McKenzie
> Compuware Corporation
>
>
> “kedar” wrote in message news:xxxxx@ntdev…
> >
> > Dear Max,
> >
> > How about transmitting on Windows2000.
> >
> > Kedar.
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Not sure actually, I haven’t looked into it. Seems like I remember reading
a post about this though, and someone from MS suggesting that the bus
drivers are not used for KD. I might have hallucinated that though.
Bill McKenzie
Compuware Corporation
“Maxim S. Shatskih” wrote in message
news:xxxxx@ntdev…
>
> BTW, Bill, what kind of 1394 drivers the KD uses on target machine?
> Will it use 1394bus? or ohci1394? If yes - what will occur if I will
> set a breakpoint inside ohci1394?
>
> Max
>
> “Bill McKenzie” wrote in message
> news:LYRIS-542-93318-2003.01.18-01.10.47–maxim#xxxxx@lists
> .osr.com…
> > 1394 has been supported since 98 gold. However, there is no network
> driver
> > for 1394 native on 2000 or earlier Windows platforms. So, if you
> are
> > willing to write your own driver you can communicate node to node on
> 2000
> > and earlier.
> >
> > In fact I know of a driver framework product that has a chat sample
> that
> > demonstrates exactly how to do this
> >
> > Bill McKenzie
> > Compuware Corporation
> >
> >
> > “kedar” wrote in message news:xxxxx@ntdev…
> > >
> > > Dear Max,
> > >
> > > How about transmitting on Windows2000.
> > >
> > > Kedar.
> > >
> > >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
>
>
Dear Bill McKenzie,
Can you tell from where I can get the driver frame work for this.
Thanks in advance.
Regards,
Kedar.
1394 has been supported since 98 gold. However, there is no network driver
for 1394 native on 2000 or earlier Windows platforms. So, if you are
willing to write your own driver you can communicate node to node on 2000
and earlier.In fact I know of a driver framework product that has a chat sample that
demonstrates exactly how to do thisBill McKenzie
Compuware Corporation“kedar” wrote in message news:xxxxx@ntdev…
> >
> > Dear Max,
> >
> > How about transmitting on Windows2000.
> >
> > Kedar.
> >
> >
The website doesn’t make the information obvious, but there is a set of
frameworks called DriverWorks and DriverNetworks that come with
DriverStudio. These both support 1394 and have numerous really good
samples. DriverNetworks even has a virtual NIC driver sample for 1394.
http://www.compuware.com/products/driverstudio/
Bill McKenzie
“kedar” wrote in message news:xxxxx@ntdev…
>
> Dear Bill McKenzie,
>
> Can you tell from where I can get the driver frame work for this.
>
> Thanks in advance.
>
> Regards,
> Kedar.
>
>
>
> > 1394 has been supported since 98 gold. However, there is no network
driver
> > for 1394 native on 2000 or earlier Windows platforms. So, if you are
> > willing to write your own driver you can communicate node to node on
2000
> > and earlier.
> >
> > In fact I know of a driver framework product that has a chat sample that
> > demonstrates exactly how to do this
> >
> > Bill McKenzie
> > Compuware Corporation
> >
> >
> > “kedar” wrote in message news:xxxxx@ntdev…
> > >
> > > Dear Max,
> > >
> > > How about transmitting on Windows2000.
> > >
> > > Kedar.
> > >
> > >
>
>