[net.micro.amiga] Parity on serial port

wutka@gitpyr.UUCP (Mark Wutka) (02/18/86)

  According to the ROM Kernel Manual, I can get even parity by setting
the SERF_PARTY_ON flag and by not setting the SERF_PARTY_ODD flag.
This doesn't seem to work. I even tried changing the number of data bits
just in case the parity affected it and it didn't work. I had the same
problem when doing serial IO from Amigabasic. Is there something wrong
with the parity routines ?

-- 
Mark Wutka
Office of Computing Services
Georgia Institute of Technology
Atlanta, Ga.

...!{akgua,allegra,amd,hplabs,ihnp4,masscomp,ut-ngp}!gatech!gitpyr!wutka
...!{rlgvax,sb1,uf-cgrl,unmvax,ut-sally}!gatech!gitpyr!wutka

Official member of NERDS (NERDS Existing in a Recursively Defined System)

tomp@amiga.UUCP (Tom Pohorsky) (02/19/86)

In article <1435@gitpyr.UUCP> wutka@gitpyr.UUCP (Mark Wutka) writes:
>
>  According to the ROM Kernel Manual, I can get even parity by setting
>the SERF_PARTY_ON flag and by not setting the SERF_PARTY_ODD flag.
>This doesn't seem to work. I even tried changing the number of data bits
>just in case the parity affected it and it didn't work. I had the same
>problem when doing serial IO from Amigabasic. Is there something wrong
>with the parity routines ?

  uh, well, yes. This is a "known" bug, recently discovered. It'll be fixed
in the next release. Sorry about that. Read should be ok, write has the problem.