new PCjr USB interface

Hardware questions and modifications
Post Reply
MattCarp
Posts: 79
Joined: Sun Aug 31, 2008 11:35 am

new PCjr USB interface

Post by MattCarp »

Here's an interesting project from Dave Anders - a USB interface for the modem slot.

https://hackaday.io/project/171055-pcjr ... ss-storage

This CH375B chips appears to only accommodate mass storage USB devices. But Google revealed one article of someone using this chip to interface a mouse with an Arduino!

No info posted on the software support required / to be developed.
prpplague
Posts: 40
Joined: Sun Aug 11, 2019 4:59 pm

Re: new PCjr USB interface

Post by prpplague »

hey there!
this is actually my project. the PCBs have arrived and i am waiting on delivery of the CH375B chips. in theory, this should be able to work with the CH375DOS.SYS driver that was described in this article:
http://www.toughdev.com/content/2018/04 ... sb-adapter

in order to boot from this device, a ROM would need to be added to the system via one of the cartridge slots or the side car slot with some code to initialize and operate the CH375B interface. This code probably could be based on the PCjr IDE ROM code...

i'm planning a "live" youtube video of testing and such of this board in the near future...

thanks
Dave
Trixter
Posts: 720
Joined: Mon Sep 01, 2008 12:00 am
Location: Illinois, USA
Contact:

Re: new PCjr USB interface

Post by Trixter »

Looking forward to the test! One thing that worried me from the article though is the 8KB/s transfer speed -- that's slower than a floppy drive, so hopefully the cause of that can be found and fixed.
You're all insane and trying to steal my magic bag!
MattCarp
Posts: 79
Joined: Sun Aug 31, 2008 11:35 am

Re: new PCjr USB interface

Post by MattCarp »

Dave,

Is the interface limited to USB mass storage? That covers probably 90% of the use cases!

Can you describe what kind of software support is needed?
prpplague
Posts: 40
Joined: Sun Aug 11, 2019 4:59 pm

Re: new PCjr USB interface

Post by prpplague »

Assembled and ready for testing!
Image

Image
toddvernon
Posts: 47
Joined: Sat Feb 29, 2020 11:38 am

Re: new PCjr USB interface

Post by toddvernon »

This would be a great add to the PCjr. I'm in for one!
psergiu
Posts: 3
Joined: Thu Feb 25, 2021 5:51 pm

Re: new PCjr USB interface

Post by psergiu »

So, did you ever got it to work ?
There's a newer version - CH376 which supposedly has FAT32 support baked in.
Post Reply