Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb2usb ftdi2ftdi #132

Closed
Stepanov-Sergey opened this issue Sep 11, 2017 · 6 comments
Closed

usb2usb ftdi2ftdi #132

Stepanov-Sergey opened this issue Sep 11, 2017 · 6 comments

Comments

@Stepanov-Sergey
Copy link

can i connect two computers via usb if I have two FTDI devices? Need a detailed description of the connection?

@ccstevens
Copy link
Collaborator

Hi Sergey,

Are you trying to connect a non-Minoca host in order to debug a Minoca target? Or are you trying to connect two computers running Minoca?

-Chris

@Stepanov-Sergey
Copy link
Author

I don't know how it will help you, but if it helps I have a lot of computers and I want to connect for debugging to publish the reports.

@ccstevens
Copy link
Collaborator

It would certainly help us if you were able to provide reports and debug computers that do not currently work. Are your FTDI cables usb-to-serial or usb-to-usb? From the issue title, it sounds like they are usb-to-usb. In that case, this won't work. But if they are usb-to-serial, you can follow the below steps:

We have some documentation on how to attach FTDI devices to a system running Minoca on our website: here.

The steps are:

  1. Plug a USB Hub into a USB 2.0 port on the system running Minoca OS.

  2. Plug an FTDI USB-to-serial device into the hub.

  3. Attach a null modem cable to the serial end of the device.

  4. Attach a second USB-to-serial device from the other null modem end to your development machine.

  5. Launch Minoca debugger, assuming the USB-to-serial device attached to your dev machine is at COM4

    .\debugui.exe -s .\x86 -e .\kexts.dll -k COM4
    
  6. Boot the system running Minoca OS.

-Chris

@Stepanov-Sergey
Copy link
Author

Chris, can i connect two computers without a hub this way http://img.blog.csdn.net/20160306174827967 ?

@evangreen
Copy link
Collaborator

Yes, as yeti mentioned, you can connect them this way, except leave out the VCC connection.

@evangreen
Copy link
Collaborator

You will need a hub on the Minoca machine side in between the FTDI board and the Minoca computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants