Product Review: Pro-Lite Scrolling Message Signs
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- seo services in india
2 hours 50 min ago - For KDE install kio-mtp
2 hours 51 min ago - Evernote is much more...
4 hours 51 min ago - Reply to comment | Linux Journal
13 hours 37 min ago - Dynamic DNS
14 hours 11 min ago - Reply to comment | Linux Journal
15 hours 9 min ago - Reply to comment | Linux Journal
15 hours 59 min ago - Not free anymore
20 hours 1 min ago - Great
23 hours 49 min ago - Reply to comment | Linux Journal
23 hours 57 min ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




Comments
im looking for pro-lite scrolling message signs
well i want to know if you guys would like to help me.. im looking for a scrollong message signs exacly as the picture that you have on the top
please help i want to buy one of this
scrolling message pc board
We are looking to purchase scrolling message boards in quantities of 100 pieces
Scrolling message boards
Hello Ray,
My name is Guy Tieman and I work for a sign and mill company. I just stumbled on this site while reseaching a few things and saw your interest in scrolling message boards. We are an OEM of several different LED displays. We are located in Fort Myers, Florida. Our number is (239) 936-9154. If you are still looking give me a call or e-mail me. I might be able to help.
Thanks for your time,
Guy
Encoded
I have a led board which has 2 lines and 120x16 leds. The protocol described on this page is simular to the protocol used in my led board only it has some kind of security code in it.
For example:
This wil return a ACK, and the led board will show the message:
<ID01><L1><PA><FE><MA><WC><FE>test62<E>
This wil return a NACK, and the led board does not change:
<ID01><L1><PA><FE><MA><WC><FE>test80<E>
So there is a code right after the text... Another example:
<ID01><L1><PA><FE><MA><WC><FE>Leon ter Linden1B<E> = ACK
<ID01><L2><PA><FE><Ma><WC><FE>Leon ter Linden43<E> = NACK
Does anyone know how to calculate the code that comes after the text?
xor checksum
Here is the code to calculate the checksum.
The checksum is an xor of all the characters sent, without the first ID tag and without the end E tag.
static unsigned char
checksum(const char *str, unsigned char init)
{
unsigned char i = init;
while (*str != '\0') {
i ^= *str;
str++;
}
return (i);
}
int
main(int argc, char *argv[])
{
unsigned char csum = 0x0;
if (argc != 2)
exit(-1);
else
msg = argv[1];
csum = checksum(msg, csum);
printf("%02X\n",csum);
return (csum);
}
encoded
I also have this display. It appears that it is a simple signing pattern, but I haven't figured it out just yet. Finding anything on this on the web seems useless.
Prolite PL - 2111
Hi,
any reason why there my loader input terminals 14 and R are soldiered together? Will the above work for model Pl 2111 ?
streaming text
I was wondering if any one knows how i can send streaming text to a prolite say text from a news ticker or scrolling music text from musicmatch
? ? ? ? ? ?
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
is there a way to reset the sign to factory?
The graphics are all jumbled.
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
That's the way a Pro-lite sign works.
All jumbled.
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
if you are using serial interface, send a
message to it to erase everything
--ed
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
Walt,
I am trying hard to communicate with my Tru-ColorII and I've had little support from the company. Your explanation, it seems will help me. I wish "a lot".
Thank you
Marcos Ficarelli - Sao Paulo Brasil
ficareli@terra.com.br
Congratulations!!!
Wanderful!!!
Realy congratulations friend.
Leandro
drinhow@hotmail.com
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
How do I get a new keypad for a Pro-Lite PL4012 or who is a dealer for this product. Thank you..
Re: Strictly On-Line: Product Review: Pro-Lite Scrolling Message
Their Phone # is 1-714-668-9999 or 9998.