BiPOM Help
>
AVR Development System
>
Library Reference
>
Serial Functions
>
uart0Init
WRTU Web Portal
WRTU Client
STM Development System
AVR Development System
Arduino
Library Reference
Serial Functions
Print::print(char)
Print::print(const char[])
Print::print(uint8_t)
Print::print(int)
Print::print(unsigned int)
Print::print(long)
Print::print(unsigned long)
Print::print(long, int)
Print::print(double)
Print::println(void)
Print::println(char)
Print::println(const char[])
Print::println(uint8_t)
Print::println(int)
Print::println(unsigned int)
Print::println(long)
Print::println(unsigned long)
Print::println(long, int)
Print::println(double)
HardwareSerial::HardwareSerial()
HardwareSerial::begin
HardwareSerial::available
HardwareSerial::read
HardwareSerial::flush
HardwareSerial::write(str)
HardwareSerial::write(buf, size)
pinMode
digitalWrite
digitalRead
Examples
Hello [Arduino ATmega2560]
Led [Arduino ATmega2560]
TB1ADC [Arduino ATmega2560]
TB1BUZZER [Arduino ATmega2560]
TB1LED [Arduino ATmega2560]
WinAVR
Getting Started
Creating a new project
Adding files to project
Configuring the project
Building the project
Downloading the project
Running the project
Library Reference
ADC Functions
adcInit
adcRead
DataStorage Functions
mmcReset
mmcInit
mmcGetResponse
mmcSetBlockLength
mmcWriteBlock
mmcReadBlock
mmcRead
DS1621 Functions
ds1621ReadTemperature
ds1621ReadCounter
ds1621ReadSlope
ds1621ReadCfg
ds1621WriteCfg
ds1621StartConversion
ds1621Temperature
I2C Functions
i2cNak
i2cAck
i2cStart
i2cStop
i2cGetData
i2cInit
i2cReceive
i2cTransmit
LCD Functions
pwmInit
lcdInit
lcdPrintf
lcdWrMessage
lcdWrCtrl
lcdWrCommon
lcdWrData
lcdClearDisplay
lcdControlCursor
lcdSetTopLine
lcdSetBottomLine
Serial Functions
uart0Init
uart0PutChar
uart0GetChar
uart0CheckChar
uart0PutStr
uart1PutStr
uart0Printf
uart0Selftest
uart1Selftest
uart1Init
uart1PutChar
uart1GetChar
uart1CheckChar
uart1Printf
uart2Init
uart2PutChar
uart2GetChar
uart2CheckChar
uart2PutStr
uart2Printf
uart3Init
uart3PutChar
uart3GetChar
uart3CheckChar
uart3PutStr
uart3Printf
SPI Functions
spiInit
spiByte
spiEnable
spiDisable
Examples
Analog to Digital
Bootloader
built-in ADC
Buzzer
Calculator example
Controls LED's 1
Controls LED's 2
Controls LED's 3
External interrupt
hello world
LCD contrast
LCD display
LCD display test
LED's on TB-1
matrix keypad 1
matrix keypad 2
matrix keypad 3
Multi Media Card
Multiply floats
Temperature Sensor
Timer0
Timer0 counter
Traffic light
Unipolar stepper motor control
Supported Boards
Download & Documents
Flowcode Support Package for AVR
MSP Development System
WebCatPlus
ARM Development System
SDCC 8051 Development System
Micro C 8051 Development System
Micro-IDE
uart0Init
Function
Initializes the UART0
Syntax
void uart0Init(ULONG baudRate);
Parameters
baudRate
Return Value
N/A
Remarks
N/A
Requirements
uart0.h
Example
N/A