Archive

Archive for April, 2010

Ubuntu 10.4 LTS has been released

April 30th, 2010 No comments

Ubuntu 10.4 LTS has been released,

I'm going to try it this weekend on my Acer Aspire One and on VirtualBox.

Configuring the network interfaces on Gentoo

April 30th, 2010 No comments

On Gentoo the main portion of the network configuration will be done inside the configuration file /etc/conf.d/net.

For example, to configure the IP address and netmask for the eth0 interface you should add the following line to the /etc/conf.d/net file:

config_eth0 {"192.168.0.1 netmask 255.255.255.0"}

The Usart Bla bla bla: functions #13

April 27th, 2010 No comments

The Uart bla bla bla functions


NAME

uart_init  — Init the UART port.

Configuring the telned daemon on Gentoo to work with root

April 23rd, 2010 No comments

Gentoo will not come with a telnetd preinstalled, if you want to login with a telnet to your Gentoo box you could follow these step (running as root user):

  • Install the xinetd internet superserver daemon:

# emerge sys-apps/xinetd

  • Wait for the end of the emerge step

The Usart Bla bla bla: My USART implementation #12

April 20th, 2010 No comments

 

My U[S]ART implementation

My USART software is based on the ATMEL application note AVR306 : Using the AVR® UART in C.

The original source code of the application note was changed to support receiver error and to support  some of the capabilities of the avr UART interface databit (5..8 ), stop bit (1-2) and parity check (none, odd and even).

A simple log manager in C. Part #2

April 16th, 2010 No comments

Printing the LOG

The following function is the core function of the logManager. It prints the log data onto a file or onto the stderr/stdout.

It receives as parameters, the following:

  • the log file that can be NULL (in this case it will print on the standard error)

The Usart Bla bla bla: Interrupt 3 #11

April 13th, 2010 No comments

UART  Data Register Empty Interrupt

As described the USART can generate interrupt if the data register is empty. The interrupt could be enabled setting the Data Register Empty Interrupt Enable(UDRIE0) . 

The USART Data Register Empty ISR will be executed until the UDRE0 is set (if the global interrupts are enabled).

A simple log manager in C. Part #1

April 9th, 2010 No comments

Logging your application status is very usefull when you develop new application, because it can help you finding bugs or malfunctions.

The Usart Bla bla bla: Interrupt 2 #10

April 6th, 2010 No comments

Interrupt from the USART

Before to speak about the interrupts implementation of the USART, I want to say a little bit regarding the “Interrupts” and then it will follow by a description of the usage of the USART interrupts if one of the following conditions happen:

RTI DDS Redundancy

April 4th, 2010 No comments

This video shows how RTI Data Distribution Service is able to handle redundancy and failover.

[youtube]CmxCPOSrD3E[/youtube]

Subscribe youtube channel http://www.youtube.com/user/ldagg1 to view more videos.

You can find more info regarding the RTI DDS on www.rti.com

Categories: DDS Tags: , , ,
Statistical data collected by Statpress SEOlution (blogcraft).