Click here to Skip to main content
15,890,512 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 6:06
CodeWraith4-Dec-19 6:06 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
#realJSOP4-Dec-19 4:05
mve#realJSOP4-Dec-19 4:05 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 5:33
CodeWraith4-Dec-19 5:33 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Richard Andrew x644-Dec-19 12:00
professionalRichard Andrew x644-Dec-19 12:00 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 13:20
CodeWraith4-Dec-19 13:20 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Jacquers4-Dec-19 20:59
Jacquers4-Dec-19 20:59 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Igor Coretti4-Dec-19 21:52
Igor Coretti4-Dec-19 21:52 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
kalberts4-Dec-19 22:58
kalberts4-Dec-19 22:58 
If the idea of the project is to prove that you can do it on that aged CPU, just for fun, I guess you'll have to do the big work of implementing a USB host.

If you have a problem that requires a solution, one way or the other, you could use one of the tinier Arduions as a relay: Your old CPU talk through an RS232 interface to an Arduino that acts as a USB host through e.g. The Arduino USB Host Shield[^], forwarding the data to the USB devices. Making the two boards cooperate is a nice challenge as well: You will have to do some protocol development to synchronize activities under two quite different OSes. Not too hard, but well above what you would give as a homework assignment to a freshman CS student.

I am sure that there are similar Raspberry Pi solutions, but Pi solutions tend to be more ambitious, larger, more expensive. Arduino solutions are often more limited, but much simpler to handle if all you need is a very simple solution.

If you are a soldering iron person: That Arduino web page refers to the MAX3421E[^] chip on the shield. You may of course try to get hold of one of those and add to your setup, avoiding the complexities of an Arduino. You can probably pick up a lot of useful info from the Documentation tab on the Arduino page (such as the diagram for the shield).
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Gary Wheeler5-Dec-19 1:58
Gary Wheeler5-Dec-19 1:58 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Tim Kirk5-Dec-19 3:20
Tim Kirk5-Dec-19 3:20 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
FredWah5-Dec-19 11:07
FredWah5-Dec-19 11:07 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
rjmoses5-Dec-19 12:51
professionalrjmoses5-Dec-19 12:51 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
ACRowland5-Dec-19 23:17
ACRowland5-Dec-19 23:17 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
bence9810-Dec-19 6:52
bence9810-Dec-19 6:52 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith10-Dec-19 8:13
CodeWraith10-Dec-19 8:13 
JokeSometimes I Wonder .... Pin
Cp-Coder3-Dec-19 23:52
Cp-Coder3-Dec-19 23:52 
GeneralRe: Sometimes I Wonder .... Pin
honey the codewitch4-Dec-19 0:12
mvahoney the codewitch4-Dec-19 0:12 
GeneralRe: Sometimes I Wonder .... Pin
Cp-Coder4-Dec-19 0:14
Cp-Coder4-Dec-19 0:14 
GeneralRe: Sometimes I Wonder .... Pin
honey the codewitch4-Dec-19 0:24
mvahoney the codewitch4-Dec-19 0:24 
GeneralRe: Sometimes I Wonder .... Pin
Dan Neely4-Dec-19 4:52
Dan Neely4-Dec-19 4:52 
GeneralRe: Sometimes I Wonder .... Pin
Amarnath S4-Dec-19 0:21
professionalAmarnath S4-Dec-19 0:21 
GeneralRe: Sometimes I Wonder .... Pin
Cp-Coder4-Dec-19 0:25
Cp-Coder4-Dec-19 0:25 
GeneralRe: Sometimes I Wonder .... Pin
CodeWraith4-Dec-19 0:28
CodeWraith4-Dec-19 0:28 
GeneralRe: Sometimes I Wonder .... Pin
Amarnath S4-Dec-19 2:13
professionalAmarnath S4-Dec-19 2:13 
GeneralRe: Sometimes I Wonder .... Pin
honey the codewitch4-Dec-19 0:25
mvahoney the codewitch4-Dec-19 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.