DLP-RFS-DK DLP Design, DLP-RFS-DK Datasheet - Page 38

no-image

DLP-RFS-DK

Manufacturer Part Number
DLP-RFS-DK
Description
RF Development Tools DLP-RFS1231 development kit
Manufacturer
DLP Design
Type
RF Transceiversr
Datasheet

Specifications of DLP-RFS-DK

Rohs
yes
Product
Development Kit
Tool Is For Evaluation Of
DLP-RFS1231
Frequency
915 MHz
Operating Supply Voltage
2.4 V to 3.6 V
Dimensions
1.5 in x 2 in x 1.53 in
Interface Type
UART
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
For Use With
DLP-RFS1231
Parameters:
data
This function is called to send a byte via the UART. The UART is interrupt driven, and it employs a
ring buffer to store data waiting to be sent. This function will place the data byte in the ring buffer. No
checks are made for overlap of the buffer, so the newest byte always overwrites the oldest. If the
oldest byte hasn't been sent yet, then it will be lost.
void uart0SetBaud (TBaudRate br)
Sets the UART baud rate.
Parameters:
br
NOTE: See TBaudRate documentation for details.
This function should be called before the UART is used. It configures the baud rate of the UART.
void uart0StringOut (char * str)
Sends a null-terminated string to the UART.
Parameters:
*str
This function is called to send a null-terminated (c-string) string to the UART. It waits for the buffer to
clear (i.e. head and tail pointers are the same), and then copies the string into the buffer. Because
the function waits for the buffer to clear, it is a blocking function. If, for some reason, the UART
interrupts become disabled before this function is called, it will hang waiting for the buffer to clear. No
checks are made to ensure that the string is smaller than the buffer size; therefore, the caller should
ensure that the string is less than 255 characters.
See also:
uartKBHit()
uartInitialize()
uartReceiveByte()
uartStringOut()
6.0 REGULATORY AGENCY CONSIDERATIONS
6.1 AGENCY IDENTIFICATION NUMBERS
Compliance with the appropriate regulatory agencies is essential in the deployment of all transceiver
devices. DLP Design has obtained modular approval for this RF product. As such, an OEM need
only meet a few basic requirements in order to utilize their end product under this approval.
Corresponding agency identification numbers are listed below:
Rev 1.1 (November 2012)
Byte to send
Baud rate (type is TBaudRate)
Pointer to null-terminated string
38
© DLP Design, Inc.

Related parts for DLP-RFS-DK