Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
java x 2

2 Posted Topics

Member Avatar for jcato77

[code] (empName.equalsIgnoreCase("STOP") != true) [/code] should read: [code] (empName.equalsIgnoreCase != stop) [/code]

Member Avatar for K504K
0
1K
Member Avatar for jamesbien

Hello, I need a small application written to read (ASCII) data off of a com port that is in use by another application. I need to then parse that data, and send it off to the default windows (XP) printer with some minimal formatting to print out data (and page …

0
50

The End.