beautypg.com

Constants 24 – Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual

Page 876

background image

C H A P T E R 2 4

Built-in Communications Tools

24-18

Summary

Constants

24

Serial Chip Location Option Constants

24

kHWLocExternalSerial

"extr"

kHWLocBuiltInIR

"infr"

kHWLocBuiltInModem

"mdem"

kHWLocPCMCIASlot1

"slt1"

kHWLocPCMCIASlot2

"slt2"

Serial Chip Specification Option Constants

24

kSerCap_Parity_Space

0x00000001

kSerCap_Parity_Mark

0x00000002

kSerCap_Parity_Odd

0x00000004

kSerCap_Parity_Even

0x00000008

kSerCap_DataBits_5

0x00000001

kSerCap_DataBits_6

0x00000002

kSerCap_DataBits_7

0x00000004

kSerCap_DataBits_8

0x00000008

kSerCap_DataBits_All

0x0000000F

kSerCap_StopBits_1

0x00000010

kSerCap_StopBits_1_5

0x00000020

kSerCap_StopBits_2

0x00000040

kSerCap_DataBits_All

0x00000070

kSerialChip8250

0x00

kSerialChip16450

0x01

kSerialChip16550

0x02

kSerialChip8530

0x20

kSerialChip6850

0x21

kSerialChip6402

0x22

kSerialChipUnknown

0x00