Search found 7 matches

by 1337
Sun Jan 29, 2023 7:59 am
Forum: Programming Discussion
Topic: Reading serial port peripherals [SOLVED]
Replies: 4
Views: 612

Re: Reading serial port peripherals [SOLVED]

ThePerfectK wrote: Thu Jan 05, 2023 3:27 pm If you don't mind, I'd like to clean up your posts and make a wiki entry about serial port communication!
Please go ahead. I will publish the source code once the project is completed. I'm just embarrassed to do it now as it's more hacking than proper programming.
by 1337
Mon Dec 26, 2022 2:47 pm
Forum: /dev/null
Topic: I have been a DCEmu Admin for over 20 years
Replies: 8
Views: 849

Re: I have been a DCEmu Admin for over 20 years

And burn some Dreamcast games.
Long time lurker here, I recognise the avatar.
by 1337
Mon Dec 26, 2022 10:06 am
Forum: Programming Discussion
Topic: Blender2DC
Replies: 1
Views: 2510

Re: Blender2DC

Is this software still available somewhere? Does it pack the triangles into strips counter-clockwise? At the moment I'm converting my 3D models manually to strips.
by 1337
Mon Dec 26, 2022 7:36 am
Forum: Programming Discussion
Topic: How to display text on the screen?
Replies: 6
Views: 573

Re: How to display text on the screen?

Is there a way to remove the black background behind the text? I just want to display the game score without importing complex libraries and lowering frame rate.
by 1337
Sun Dec 25, 2022 7:43 am
Forum: Programming Discussion
Topic: 3D in Parallax
Replies: 1
Views: 282

3D in Parallax

I'm trying to write a free Beat Saber clone for the Dreamcast. swords.png I find importing 3D assets from Blender and moving (translating) them straightforward enough but when I try to rotate stuff it all stops making sense. How do you rotate individual 3D objects without the rotations accumulating ...
by 1337
Sun Dec 25, 2022 5:57 am
Forum: Programming Discussion
Topic: Reading serial port peripherals [SOLVED]
Replies: 4
Views: 612

Re: Reading serial port peripherals

I made my own serial cable using the top half of a HDMI connector and one of those cheap red breakout boards. The dc-tool-serial client program works on my PC and successfully uploads binaries to the Dreamcast at 115200 baud rate. I run the latest Ubuntu Debian-based distro, the serial board appears...
by 1337
Tue Nov 29, 2022 7:26 am
Forum: Programming Discussion
Topic: Reading serial port peripherals [SOLVED]
Replies: 4
Views: 612

Reading serial port peripherals [SOLVED]

I manually compiled Kallisti OS on my PC and also have a broadband module in my DC. How do you read the serial port at the back? Say I have an I2C gyro module on an Arduino Nano that works over serial port baud rate 9600 and I want to stream roll, pitch, yaw data over into the console. Can I connect...