Unless you have a logic analyzer with built-in decoding I suppose you could always capture it with the oscilloscope and manually decode what it's trying to say :)dml wrote: 07 Jul 2025 15:08 UART1:TXB from the 68752 is emitting clean bursts of data on reset and it is seen on UART1:TXB
dml attempts a Raven
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: dml attempts a Raven
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
So rigged up the most sketchy serial cable possible - with what amounts to bare telephone wire with gold pin sleeves soldered on the ends - and linked it from the Raven to a spare Falcon - which isn't very well set up and can only manage 19200 on the modem port at the moment.
Anyway I'm seeing bursts of garbage in the Falcon's terminal that I wasn't seeing with the PC. I think if I can get a serial port set up properly at this end I can maybe capture what the Raven is trying to send.
Anyway I'm seeing bursts of garbage in the Falcon's terminal that I wasn't seeing with the PC. I think if I can get a serial port set up properly at this end I can maybe capture what the Raven is trying to send.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: dml attempts a Raven
I can build you a rom that talks 19200 but not until later this evening.dml wrote: 07 Jul 2025 16:18 So rigged up the most sketchy serial cable possible - with what amounts to bare telephone wire with gold pin sleeves soldered on the ends - and linked it from the Raven to a spare Falcon - which isn't very well set up and can only manage 19200 on the modem port at the moment.
Anyway I'm seeing bursts of garbage in the Falcon's terminal that I wasn't seeing with the PC. I think if I can get a serial port set up properly at this end I can maybe capture what the Raven is trying to send.
Or if you want to build the rom yourself you can find the baudrate define at the top of
https://github.com/agranlund/raven/blob ... on/_boot.S
You'll need gcc-13.3.0-mintelf from Thorsten to build the bootrom with monitor.
The normal non-elf toolchain is needed if you want to build the full thing with TOS included (I'm using version 13.3.0 there too)
I am only aware of people building this on MacOS but some other unixy environment may work too.
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
Thanks, that's excellent ...but ....wait!!! I'm not quite stuck yet....... new hardware brought to bear at the last minute! :pagranlund wrote: 07 Jul 2025 16:38 I can build you a rom that talks 19200 but not until later this evening.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
This is what I followed to the serial port from the UART.... can almost read the bits :p
You do not have the required permissions to view the files attached to this post.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
....not messing around now! Frustration of PCs, Macs & PI's, off to the spare room with you all.
When you want to get something done, always use the right tools.
68040 TOS machine calling 68060 TOS machine.....
When you want to get something done, always use the right tools.
68040 TOS machine calling 68060 TOS machine.....
You do not have the required permissions to view the files attached to this post.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
You do not have the required permissions to view the files attached to this post.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
PhilC
- Moderator

- Posts: 7440
- Joined: 23 Mar 2018 20:22
Re: dml attempts a Raven
Love the cable :lol: and great to see you have something on serial now
If it ain't broke, test it to Destruction.
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
Thanks PhilC - yep I think we're cooking now...
You do not have the required permissions to view the files attached to this post.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: dml attempts a Raven
You do not have the required permissions to view the files attached to this post.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
Who is online
Users browsing this forum: ClaudeBot and 3 guests