USB

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Stefan

USB

Post by Stefan »

Does anyone how to connect two PCs with USB? If so,
please tell me how. I'm shure that I must have an
special cable but I don't have any ideea to build one!
There's more, I have to program thows PCs to receive or
transmit data between them.
If you can help me, please do that.

Thank you!
The Legend

RE:USB

Post by The Legend »

>On 2002-02-25 11:57:37, Stefan wrote:
>Does anyone how to connect two PCs with USB? If so,
>please tell me how. I'm shure that I must have an
>special cable but I don't have any ideea to build one!
>There's more, I have to program thows PCs to receive or
>transmit data between them.
>If you can help me, please do that.
>
>Thank you!
In your own OS? Do you have USB support done?

If you need it in general, those cables are
not simply cable, they contain special logic for
that task and should have with special software.

The Legend
The Legend

RE:USB

Post by The Legend »

>On 2002-02-25 11:57:37, Stefan wrote:
>Does anyone how to connect two PCs with USB? If so,
>please tell me how. I'm shure that I must have an
>special cable but I don't have any ideea to build one!
>There's more, I have to program thows PCs to receive or
>transmit data between them.
>If you can help me, please do that.
>
>Thank you!
In your own OS? Do you have USB support done?

If you need it in general, those cables are
not simply cable, they contain special logic for
that task and should have with special software.

The Legend
Guest

RE:USB

Post by Guest »

>On 2002-02-25 13:35:04, The Legend wrote:
>>On 2002-02-25 11:57:37, Stefan wrote:
>>Does anyone how to connect two PCs with USB? If so,
>>please tell me how. I'm shure that I must have an
>>special cable but I don't have any ideea to build one!
>>There's more, I have to program thows PCs to receive or
>>transmit data between them.
>>If you can help me, please do that.
>>
>>Thank you!
>In your own OS? Do you have USB support done?
>
>If you need it in general, those cables are
>not simply cable, they contain special logic for
>that task and should have with special software.
>
>The Legend

Thanks!

Do you know something more about that special logic?
Or a link?
Stefan

RE:USB

Post by Stefan »

>On 2002-02-25 13:35:04, The Legend wrote:
>>On 2002-02-25 11:57:37, Stefan wrote:
>>Does anyone how to connect two PCs with USB? If so,
>>please tell me how. I'm shure that I must have an
>>special cable but I don't have any ideea to build one!
>>There's more, I have to program thows PCs to receive or
>>transmit data between them.
>>If you can help me, please do that.
>>
>>Thank you!
>In your own OS? Do you have USB support done?
>
>If you need it in general, those cables are
>not simply cable, they contain special logic for
>that task and should have with special software.
>
>The Legend

Thanks!

Do you know something more about that special logic?
Or a link?

I forgot to tell you that I'm plannig to do that on Linux!
J. Weeks

RE:USB

Post by J. Weeks »

>Thanks!
>
>Do you know something more about that special logic?
>Or a link?
>
>I forgot to tell you that I'm plannig to do that on Linux!

Well, if you're doing it in Linux you should just
have to install USB support and plug the two
comp's through a USB cable (does anybody know if
you have to swap pins for a USB peer-to-peer network
like you do for an ethernet cable).

Check out the Linux USB FAQ... I'm sure there'll
be something about USB networks.

Once that's set up, you can sent and receive through
unix sockets.

Jeff
Post Reply