Hi all,
I'm looking for a UART driver that will work with a fairly standard 68681 or 28L92 DUART. They're pin compatible and should be driver compatible.
Is anyone aware of any existing code that can run these?
Looking to release an economical, fast serial card as quickly as possible but hit a bit of a roadblock. A couple of other projects are hung up waiting on this.
Any help gratefully accepted. This is not an idle request. Hardware awaiting waiting driver.
UART driver for QDOS/SMSQ
-
- ROM Dongle
- Posts: 22
- Joined: Sun Mar 18, 2018 5:14 pm
Re: UART driver for QDOS/SMSQ
Jan Wrote a driver for the 6850 ACIA as far as I recall. Maybe if the source is available it could be modified. A uart is just controlled via its registers after all.
Wayne..
Wayne..
-
- ROM Dongle
- Posts: 22
- Joined: Sun Mar 18, 2018 5:14 pm
Re: UART driver for QDOS/SMSQ
I think he has a Github page, maybe look for his SER3 driver there.Dave wrote:Paging Jan. Paging Jan. Is Jan in the building?
Re: UART driver for QDOS/SMSQ
I have his github bookmarked - there's no serial driver there. He does use an 8255 in his EPROMmer, but that isn't directly applicable.
- janbredenbeek
- Super Gold Card
- Posts: 668
- Joined: Wed Jan 21, 2015 4:54 pm
- Location: Hilversum, The Netherlands
- Contact:
Re: UART driver for QDOS/SMSQ
The SER3 driver source is now at https://github.com/janbredenbeek/QL/blo ... M/ser3.asm - have fun with it.Dave wrote:I have his github bookmarked - there's no serial driver there. He does use an 8255 in his EPROMmer, but that isn't directly applicable.
Jan.
Re: UART driver for QDOS/SMSQ
Thank you for reaching out to me here and in email.
Yay, GPL3! The hardware would also be open hardware.
I'm just not a 68K assembly programmer.
Yay, GPL3! The hardware would also be open hardware.
I'm just not a 68K assembly programmer.