Navigation bar
  Start Previous page
 14 of 295 
Next page End  

ZBasic System Library
4
ZX Microcontroller Family
perform synchronous serial output with more configurability
perform SPI communication with an external device
determine the status of an X-10 communication channel
send commands using the X-10 protocol
Serial Communication Routines
send strings to Com1 via the system output queue
terminate the use of a serial channel
prepare for using multiple serial channels
retrieve a character from Com1 via the system input queue
retrieve a line from Com1 via the system input queue
send a string to Com1 via the system output queue
send a string to Com1 via the system output queue
set the characteristics of a serial channel
set the characteristics of serial channel 3
prepare a serial channel for use
determine the status of a serial channel
Queue Management Routines
delete data from a queue
retrieve data from a queue
determine the size of the data area of a queue
determine the number of bytes of data in a queue
determine the amount of space available in a queue
populate a string with characters from a queue
prepare a queue for use
copy data from a queue without removing it
put data in a queue
put a byte into a queue
put the characters of a string in a queue
determine if a queue has data available
Date/Time Routines
get the month, day, year corresponding to a date value
compute the day number corresponding to a day of a year
get the day of the week corresponding to a date value
get the ordinal day of the year corresponding to a date value
compute an elapsed time relative to previous timing data
populate a buffer with high resolution timing data
get the current hour, minute and second
get the current date and time information
set the current month, day, year
set the current hour, minute and second
set the current date and time information
get the current clock tick value
Previous page Top Next page