267
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Details
Notice, that the amount of free space returned by this property does not take into
account any uncommitted data that might reside in the buffer (this can be checked
via
). Therefore, actual free space in the buffer is ser.txfree-ser.
newtxlen. Your application will not be able to store more data than this amount.
To achieve asynchronous data processing, use the
method to get
event once the TX buffer gains required amount of free
space.
.Txlen R/O Property
Function:
For the selected serial port (selection is made through
) returns total number of committed bytes
currently found in the TX buffer.
Type:
Word
Value Range:
0-65535
See Also:
,
,
Details
The data in the TX buffer does not become committed until you use the
method.
event once the total number of committed bytes in the TX buffer drops below the
level defined by the ser.notifysent method.
Net Object
The net object represents the Ethernet interface of your device. This object only
specifies various parameters related to the Ethernet interface and is not
responsible for sending/transmitting network data. The latter is the job of the
object.
Here is what you can do with the net object:
Check if the Network Interface Controller (NIC) IC is functioning properly.
Check your device's Ethernet MAC address.
Set the IP-address of the Ethernet Interface.
Set default gateway IP and the netmask.
Be notified when the Ethernet cable is plugged or unplugged and check current
256
257
258
257
236
240
256
264
257
258
274