This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am doing one program which read serial port data (for bar code reader) using java application.
My program is working well and reading serial data but it is not displaying special characters.When i read through hyperterminal i can see all special characters but when see data throught the output of java program these special characters are missing...
I don't know i am doing something wrong in stream or ???
Please make sure to put newline or enter when you are quoting code, otherwise it can get hard to read.
Different fonts vary in which characters they can display; try this Wikipedia page. Whichever font is used on the Windows command prompt has a very restricted range of characters, so even � won't display correctly, whilst the shells on Linux desktops will display all sorts of odd characters. So check which font and display you are using first.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.