Ubuntu 10.4 LTS has been released
Ubuntu 10.4 LTS has been released,
I'm going to try it this weekend on my Acer Aspire One and on VirtualBox.
Ubuntu 10.4 LTS has been released,
I'm going to try it this weekend on my Acer Aspire One and on VirtualBox.
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"}
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):
# emerge sys-apps/xinetd
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).
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:
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).
Logging your application status is very usefull when you develop new application, because it can help you finding bugs or malfunctions.
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:
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
Latest Comments