[Coco] XMODE

Tim Fadden t.fadden at cox.net
Mon Mar 6 22:51:03 EST 2017


On 3/6/2017 7:09 PM, Gregory Law wrote:
> This is from scf.d in the defs folder. I'll get these transferred into
> the technical reference in the WIKI as well.
>
> * PD.PAR definitions
> *
> * Parity
> PARNONE        EQU       %00000000
> PARODD         EQU       %00100000
> PAREVEN        EQU       %01100000
> PARMARK        EQU       %10100000
> PARSPACE       EQU       %11100000
>
> * PD.BAU definitions
> *
> * Baud rate
> B110           EQU       %00000000
> B300           EQU       %00000001
> B600           EQU       %00000010
> B1200          EQU       %00000011
> B2400          EQU       %00000100
> B4800          EQU       %00000101
> B9600          EQU       %00000110
> B19200         EQU       %00000111
> B38400         EQU       %00001000
> B57600         EQU       %00001001
> B115200        EQU       %00001010
> * Word size
> WORD8          EQU       %00000000
> WORD7          EQU       %00100000
> * Stop bits
> STOP1          EQU       %00000000
> STOP2          EQU       %00010000
Hi Greg.

Every thing here matches up with the docs I have for an older version of 
xmode.
It called the par option type along with a few other name changes

One difference I did see was that under the baud rate, STOP2 was in bit 
7, and bit 4 is marked reserve.

Also PARMARK shows the below instead

PARMARK        EQU       %10000000

and miss is:

modem kill  toggled with bit 4

So, was the old version wrong, or the new one, or did these get changed/dropped?

I will see if I can test the stop and mark tomorrow, and let you know.

-- 
Tim Fadden
"Hey Schmidt, don't forget about the six P's.
Proper Preparation Prevents Piss-Poor Performance!"



More information about the Coco mailing list