Hi,
anyone has some sources/info/examples about ST/Falcon serial ports programming (without os calls, preferably in c / m68k asm)?
Regards,
PG
serial programing (st and falcon)
Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
Re: serial programing (st and falcon)
You can take a look at the MFP and SCC drivers for FreeMiNT, they are written in C with some inline assembler. These drivers are efficient and reliable.
https://github.com/freemint/freemint/tr ... er/sys/xdd
https://github.com/freemint/freemint/tr ... er/sys/xdd
Jo Even
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
Re: serial programing (st and falcon)
Thanks, I totally forgot about it..