Click here to Skip to main content
15,906,574 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 5:39
CodeWraith4-Dec-19 5:39 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
  Forogar  5-Dec-19 3:26
professional  Forogar  5-Dec-19 3:26 
JokeRe: Does anyone know how to talk to a memory stick? Pin
Kent K5-Dec-19 4:46
professionalKent K5-Dec-19 4:46 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
dandy725-Dec-19 5:47
dandy725-Dec-19 5:47 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
milo-xml5-Dec-19 2:20
professionalmilo-xml5-Dec-19 2:20 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
obermd5-Dec-19 3:26
obermd5-Dec-19 3:26 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
glennPattonWork34-Dec-19 2:16
professionalglennPattonWork34-Dec-19 2:16 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 2:49
CodeWraith4-Dec-19 2:49 
PS/2 would be the other option for keyboard and mouse. It also uses a serial protocol, but in the lower kHz frequencies. I could probably program a PIC16FXXX to do that, but hooking up a PIC to an 8 bit bus is awkward. With 20 MHz the PIC is to slow to respond to signals on the bus in time. Still, I would try this if everything else fails. In the old days memories were to slow and had to delay the processor. Now it's slowpoky microcontrollers who need the same treatment. Nothing ever changes.

As for the mass storage: Serial ATA is a good candidate here. It's very much a direct read or write access from a 16 bit(!) bus to the drive's controller. With only an 8 bit bus things get slightly more complicated. Not that I want to dig out old obsolete hard disks. Compact flash memory cards use the serial ATA interface as well. One way or the other, I want a SSD for my old computer. Smile | :)

Edit: Look at this datasheet! A simple 8 bit parallel interface one one side and USB sticks or SD cards on the other. The commands to access the stick are also documented.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.


modified 4-Dec-19 20:08pm.

JokeRe: Does anyone know how to talk to a memory stick? Pin
RJOberg4-Dec-19 2:19
professionalRJOberg4-Dec-19 2:19 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 2:28
CodeWraith4-Dec-19 2:28 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
OriginalGriff4-Dec-19 2:34
mveOriginalGriff4-Dec-19 2:34 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
phil.o4-Dec-19 2:34
professionalphil.o4-Dec-19 2:34 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
RickZeeland4-Dec-19 2:37
mveRickZeeland4-Dec-19 2:37 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 3:02
CodeWraith4-Dec-19 3:02 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
RickZeeland4-Dec-19 3:58
mveRickZeeland4-Dec-19 3:58 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
honey the codewitch4-Dec-19 3:04
mvahoney the codewitch4-Dec-19 3:04 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 3:41
CodeWraith4-Dec-19 3:41 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
honey the codewitch4-Dec-19 3:43
mvahoney the codewitch4-Dec-19 3:43 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
CodeWraith4-Dec-19 4:33
CodeWraith4-Dec-19 4:33 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
honey the codewitch4-Dec-19 4:35
mvahoney the codewitch4-Dec-19 4:35 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Daniel Pfeffer4-Dec-19 3:51
professionalDaniel Pfeffer4-Dec-19 3:51 
GeneralRe: Does anyone know how to talk to a memory stick? Pin
Dan Neely4-Dec-19 4:51
Dan Neely4-Dec-19 4:51 
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
professional#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 

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.