|
||
| Description: | |||||||||||||||||||||||||||||||||||||
A Hardware Object that sends and receives serial transmissions on any pin. |
|||||||||||||||||||||||||||||||||||||
| Operation: | |||||||||||||||||||||||||||||||||||||
The oSerialX Object uses the I/O line specified by the IOLineS property to send or receive an 8-Bit serial data transmission at the baud rate specified by the Baud property. When a value is written to the oSerialX Object's Value property, the oSerialX Object will wait until the flow control line indicates that the receiving device is ready to receive a serial transmission at which time the value is sent serially out the I/O line specified. When the value property is read, the flow control line is set, indicating that the oSerialX Object is ready to receive a serial transmission. The oSerialX Object then waits for an 8-Bit serial transmission to be received in from the I/O line specified and then returns the 8-Bit value. When the IOLineF property is set to 0, or it has not been set to an initial value greater than 0, then the flow control functions described above are disabled and the serial transmissions are performed without first checking the flow control status. |
|||||||||||||||||||||||||||||||||||||
| Storage size & Availability: | |||||||||||||||||||||||||||||||||||||
The following table lists the size and availability of the oSerialX Object and its variations:
|
|||||||||||||||||||||||||||||||||||||
| Properties: | |||||||||||||||||||||||||||||||||||||
The following table lists the Properties of the oSerialX Object:
|
|||||||||||||||||||||||||||||||||||||
| Example: | |||||||||||||||||||||||||||||||||||||
In the following example, the oSerialX Object is used
|
|||||||||||||||||||||||||||||||||||||
| See Also: | |||||||||||||||||||||||||||||||||||||
oSerial - A hardware serial Object. |
|||||||||||||||||||||||||||||||||||||