| Property | Description |
| Address |
Returns a pointer to the address of the oSP0256 Object instance. Data-Type: Address, Read-Only Data-Range: 0 - 127 |
| IOGroup |
The physical I/O group to use for the data connections. Data-Type: Nibble Data-Range: 0 - 3 The following table lists the values of the IOGroup Property:
| IOGroup | Nibble | Constant | Description |
| 0 |
0 |
|
The instance of the oSP0256 Object is inactive. |
| 0 |
1 |
|
The instance of the oSP0256 Object is inactive. |
| 1 |
0 |
|
The oSP0256 Object uses pins 8 - 11 for its data I/O. |
| 1 |
1 |
|
The oSP0256 Object uses pins 12 - 15 for its data I/O. |
| 2 |
0 |
|
The oSP0256 Object uses pins 16 - 19 for its data I/O. |
| 2 |
1 |
|
The oSP0256 Object uses pins 20 - 23 for its data I/O. |
| 3 |
0 |
|
The oSP0256 Object uses pins 24 - 27 for its data I/O. |
| 3 |
1 |
|
The oSP0256 Object uses pins 28 - 31 for its data I/O. |
|
| IOLineS |
A value that specifies the physical I/O Line to use for the data strobe connection. Data-Type: Byte Data-Range: 1 - 31 |
| IOLineB |
A value that specifies the physical I/O Line to use for the
Busy connection. Data-Type: Byte Data-Range: 0 - 31 |
| Nibble |
Specifies which side of an IOGroup to use. Data-Type: Bit Data-Range: 0 - 1 The following table lists the values of the Nibble Property:
| Nibble |
Constant |
Description |
| 0 |
cvLow |
The oSP0256 Object uses the lower 4 bits of the specified IOGroup |
| 1 |
cvHigh |
The oSP0256 Object uses the upper 4 bits of the specified IOGroup |
|
| Operate |
A value that indicates if an data assigned to the Value property is sent to the LCD. Data-Type: Bit, Flag Data-Range: 0 - 1 |
| String |
The Value property represented as a string. Note:
When using the String property to send phonemes,
the device's busy line IS
checked for a non busy status before the data is
sent. Data-Type: String |
| Value |
The value of any ASCII or control character. Note:
When using the String property to send phonemes,
the device's busy line IS
NOT checked for a non busy status
before the data is sent. Data-Type: Byte, Default Data-Range: 0 - 255 |