First post, by niklas1812
Hi,
i'm currently developing an LPT-Drive within DOSBOX to fit an FT245 Chip to use directly for CNC-Stepmotor-Control.
When I run my CNC-Program (developed by a friend in the early 90s - no source available), the output seems to go to the speakers (even with standard DOSBOX). At least my speakers do some kind of weird noises, and when the stepper motor speed is drastically reduced (in the program) one can hear individual bits (plop-sound).
No my question: At which port within DOSBOX i have to interfer with the sound-driver to get my data? My config says in [sblaster]-section:
sbbase=220
I've tried to store this value (0x220) in BIOS_ADDRESS_LPT1, because i've modified device_lpt1 to accept data and store it (temporarily) in a test-file (that works with every programm accessing LPT1 on 0x378 port). This didn't seem to work and the speaker continued to do weird noises.
Any ideas?
Thanks in advance.
(BTW first post - any rules violated or wrong sub-forum? Let me know 😀)