Chameleon-PIC Nurve Networks, Chameleon-PIC Datasheet - Page 154

MCU, MPU & DSP Development Tools PIC24 & PROPELLER DEV SYSTEM (SBC)

Chameleon-PIC

Manufacturer Part Number
Chameleon-PIC
Description
MCU, MPU & DSP Development Tools PIC24 & PROPELLER DEV SYSTEM (SBC)
Manufacturer
Nurve Networks
Datasheet

Specifications of Chameleon-PIC

Processor To Be Evaluated
PIC24
Data Bus Width
16 bit
Interface Type
USB, VGA, PS/2, I2C, ISP, SPI
Operating Supply Voltage
3.3 V, 5 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
#define VT100_ATTR_OFF
#define VT100_BOLD
#define VT100_USCORE
#define VT100_BLINK
#define VT100_REVERSE
#define VT100_BOLD_OFF
#define VT100_USCORE_OFF
#define VT100_BLINK_OFF
#define VT100_REVERSE_OFF
Example(s): This example shows a simple usage scenario.
// Clear screen
UART_vt100ClearScreen();
// Different styles of text
UART_vt100SetCursor(0,0);
UART_vt100SetAttr(VT100_BOLD);
UART_puts(“Bold Text\r\n”);
UART_vt100SetAttr(VT100_BOLD_OFF);
UART_vt100SetAttr(VT100_USCORE);
UART_puts(“Underscore Text\r\n”);
UART_vt100SetAttr(VT100_BLINK);
UART_puts(“Blinking and Underscore Text\r\n”);
UART_vt100SetAttr(VT100_ATTR_OFF);
_____________________________________________________________________________________________
Function Prototype:
Parameters:
Return:
Description:
Example(s):
unsigned char Str[10] = “Testing123”;
for(i = 0; i < 10; i++)
_____________________________________________________________________________________________
Function Prototype:
Parameters:
Return:
Description:
Example(s):
UART_BlockSend(Str[i]);
void UART_BlockSend(unsigned char ch);
unsigned char UART_BlockRead();
ch
UART_BlockSend(…) A simple function that will not return until the given byte has been sent out the
UART.
This example shows a simple usage scenario.
None.
UART_BlockRead(…) waits until a new character has been read from the UART and returns the
character.
This example shows a simple usage scenario.
The character to be sent.
None.
None.
0
1
4
5
7
21
24
25
27
© 2009 NURVE NETWORKS LLC “Exploring the Chameleon PIC 16-Bit”
154

Related parts for Chameleon-PIC