From fb1add0493b5d8391b41e0e8d1206591a51c95af Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 6 Jul 2017 21:36:34 +0530 Subject: Removed xml and html files --- .../help/en_US/scilab_en_US_help/AVRUARTSetup.html | 96 ---------------------- 1 file changed, 96 deletions(-) delete mode 100644 2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html (limited to '2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html') diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html deleted file mode 100644 index de2a80d1..00000000 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ /dev/null @@ -1,96 +0,0 @@ - - - AVRUARTSetup - - - -
- - - - -
- << AVRUARTReceive - - - Scilab 2 C Converter - - - AVRUARTTransmit >> - -
-
-
- - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup - -

-

AVRUARTSetup

-

Function to Setup Serial Communication i.e UART or USART in ATmega16.

- - -

Parameters

-
mode : -

integer, from 0 to 2

-
baudrate : -

Enter one of the following available baudrates (2400 , 4800 , 9600 , 14400 , 19200 , 28800 , 38400 , 57600 , 768000 , 115200 , 230400 , 250000 , 1000000)

-
stopbits : -

integer, (0 for one stopbit) or (1 for two stopbits)

-
parity : -

integer, from 0 to 2

- -

Description

-

This function Setup the UART or USART for Serial Communicaion between ATmega16 -and different micro controllers or between ATmega16 and Computer.

-

mode can take values: -

-

parity can take values: -

-

This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

-

- -

Examples

-
AVRUARTSetup(0,9600,0,0); //This function will enable UART Communication for ATmega16
-with 9600 as baudrate,one stop bit and parity disabled
- -

See also

-
- -

Authors

-
-
- -
- - - - - - -
Report an issue
- << AVRUARTReceive - - - Scilab 2 C Converter - - - AVRUARTTransmit >> - -
-
-
- - -- cgit