Programmatically moving a USB port between devices Announcing the arrival of Valued Associate...

What's the difference between using dependency injection with a container and using a service locator?

How long after the last departure shall the airport stay open for an emergency return?

As an international instructor, should I openly talk about my accent?

Why must Chinese maps be obfuscated?

What was Apollo 13's "Little Jolt" after MECO?

Older movie/show about humans on derelict alien warship which refuels by passing through a star

Is this homebrew arcane communication device abusable?

A faster way to compute the largest prime factor

A Paper Record is What I Hamper

What is it called when you ride around on your front wheel?

Multiple options vs single option UI

Why do distances seem to matter in the Foundation world?

How would this chord from "Rocket Man" be analyzed?

How do I check if a string is entirely made of the same substring?

What does a straight horizontal line above a few notes, after a changed tempo mean?

Why doesn't the standard consider a template constructor as a copy constructor?

How exactly does Hawking radiation decrease the mass of black holes?

How to have a sharp product image?

What is the ongoing value of the Kanban board to the developers as opposed to management

tikz-feynman: edge labels

Is there really no use for MD5 anymore?

Is it acceptable to use working hours to read general interest books?

Why did C use the -> operator instead of reusing the . operator?

What makes accurate emulation of old systems a difficult task?



Programmatically moving a USB port between devices



Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?With what type of device could I power off/on another USB device programmatically?USB drive with password write protectionUSB memory stick with automatic encryptionUSB Drive with built in WiFiUSB Type C hub / port replicatorPCIe Network Card through USB-CDevice Sharing over USB with remote, programmatic control (not a button)Share digital audio between computersExtender cable to connect USB flash drive to USB portWireless keyboard/mouse immune to USB3 radio frequency interference?












0















I have two devices that share data, the only common data access method they have is through a DOS formatted flash drive. When I'm at the office, I can easily plug into device A, add files, unmount, then plug into device B and extract files.



However, when I'm not physically there with the device, there's no way to remotely do this (device does not have a network connection, so I can't use FTP/SCP or NAS). The first thing that comes to mind is a USB hub that I can physically switch between connection to device A and device B. I can connect this to the network and send it a packet telling it to switch connections.



Does such a device exist? I don't want to have to go about designing one, but I feel like that may be my only option at this point.










share|improve this question













migrated from superuser.com 22 hours ago


This question came from our site for computer enthusiasts and power users.



















  • I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

    – Soleil
    7 hours ago
















0















I have two devices that share data, the only common data access method they have is through a DOS formatted flash drive. When I'm at the office, I can easily plug into device A, add files, unmount, then plug into device B and extract files.



However, when I'm not physically there with the device, there's no way to remotely do this (device does not have a network connection, so I can't use FTP/SCP or NAS). The first thing that comes to mind is a USB hub that I can physically switch between connection to device A and device B. I can connect this to the network and send it a packet telling it to switch connections.



Does such a device exist? I don't want to have to go about designing one, but I feel like that may be my only option at this point.










share|improve this question













migrated from superuser.com 22 hours ago


This question came from our site for computer enthusiasts and power users.



















  • I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

    – Soleil
    7 hours ago














0












0








0








I have two devices that share data, the only common data access method they have is through a DOS formatted flash drive. When I'm at the office, I can easily plug into device A, add files, unmount, then plug into device B and extract files.



However, when I'm not physically there with the device, there's no way to remotely do this (device does not have a network connection, so I can't use FTP/SCP or NAS). The first thing that comes to mind is a USB hub that I can physically switch between connection to device A and device B. I can connect this to the network and send it a packet telling it to switch connections.



Does such a device exist? I don't want to have to go about designing one, but I feel like that may be my only option at this point.










share|improve this question














I have two devices that share data, the only common data access method they have is through a DOS formatted flash drive. When I'm at the office, I can easily plug into device A, add files, unmount, then plug into device B and extract files.



However, when I'm not physically there with the device, there's no way to remotely do this (device does not have a network connection, so I can't use FTP/SCP or NAS). The first thing that comes to mind is a USB hub that I can physically switch between connection to device A and device B. I can connect this to the network and send it a packet telling it to switch connections.



Does such a device exist? I don't want to have to go about designing one, but I feel like that may be my only option at this point.







usb






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 22 hours ago







Brydon Gibson











migrated from superuser.com 22 hours ago


This question came from our site for computer enthusiasts and power users.









migrated from superuser.com 22 hours ago


This question came from our site for computer enthusiasts and power users.















  • I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

    – Soleil
    7 hours ago



















  • I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

    – Soleil
    7 hours ago

















I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

– Soleil
7 hours ago





I'm not certain it's clear. Why not having devices A and B connected and you talk to each whenever you need ?

– Soleil
7 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "635"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fhardwarerecs.stackexchange.com%2fquestions%2f10992%2fprogrammatically-moving-a-usb-port-between-devices%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown
























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Hardware Recommendations Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fhardwarerecs.stackexchange.com%2fquestions%2f10992%2fprogrammatically-moving-a-usb-port-between-devices%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...