Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: Visual diff of 2 DataTables Pin
PIEBALDconsult2-Oct-10 15:48
mvePIEBALDconsult2-Oct-10 15:48 
QuestionDebug Break Pin
Richard Andrew x641-Oct-10 7:51
professionalRichard Andrew x641-Oct-10 7:51 
AnswerRe: Debug Break Pin
OriginalGriff1-Oct-10 8:16
mveOriginalGriff1-Oct-10 8:16 
GeneralRe: Debug Break Pin
Richard Andrew x641-Oct-10 8:22
professionalRichard Andrew x641-Oct-10 8:22 
GeneralRe: Debug Break Pin
OriginalGriff1-Oct-10 8:30
mveOriginalGriff1-Oct-10 8:30 
AnswerRe: Debug Break Pin
Abhinav S1-Oct-10 18:08
Abhinav S1-Oct-10 18:08 
QuestionDecoding non-ascii characters Pin
Chriso821-Oct-10 1:58
Chriso821-Oct-10 1:58 
AnswerRe: Decoding non-ascii characters Pin
Luc Pattyn1-Oct-10 2:10
sitebuilderLuc Pattyn1-Oct-10 2:10 
what makes you think the data is actually text? why would you use text-oriented methods?

I suggest you read up on the subject. Read the EPC specification.
And have a look at UHF RFID Reader Program[^]; it shows the E2 starting byte in your hex data is a marker, not a character.

I don't know the details of EPC, it isn't in my area of interest, however your hex data contains hardly any regular character. To me it looks like binary data, not text. So I suggest you keep away from strings, characters, and any SerialPort method that regards data as text. You need SerialPort.Read(byte[]).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: Decoding non-ascii characters Pin
Chriso821-Oct-10 3:51
Chriso821-Oct-10 3:51 
GeneralRe: Decoding non-ascii characters Pin
Luc Pattyn1-Oct-10 4:47
sitebuilderLuc Pattyn1-Oct-10 4:47 
Questionhow to program cash drawer? Pin
Syed Shahid Hussain1-Oct-10 0:26
Syed Shahid Hussain1-Oct-10 0:26 
AnswerRe: how to program cash drawer? PinPopular
OriginalGriff1-Oct-10 0:34
mveOriginalGriff1-Oct-10 0:34 
JokeRe: how to program cash drawer? Pin
Sauro Viti1-Oct-10 0:51
professionalSauro Viti1-Oct-10 0:51 
GeneralRe: how to program cash drawer? Pin
OriginalGriff1-Oct-10 0:56
mveOriginalGriff1-Oct-10 0:56 
AnswerRe: how to program cash drawer? Pin
Luc Pattyn1-Oct-10 1:04
sitebuilderLuc Pattyn1-Oct-10 1:04 
AnswerRe: how to program cash drawer? Pin
PIEBALDconsult1-Oct-10 3:10
mvePIEBALDconsult1-Oct-10 3:10 
AnswerRe: how to program cash drawer? Pin
Chris Trelawny-Ross1-Oct-10 5:08
Chris Trelawny-Ross1-Oct-10 5:08 
GeneralRe: how to program cash drawer? Pin
Syed Shahid Hussain1-Oct-10 5:09
Syed Shahid Hussain1-Oct-10 5:09 
GeneralRe: how to program cash drawer? Pin
OriginalGriff1-Oct-10 5:21
mveOriginalGriff1-Oct-10 5:21 
AnswerRe: how to program cash drawer? Pin
Abhinav S1-Oct-10 5:54
Abhinav S1-Oct-10 5:54 
AnswerRe: how to program cash drawer? Pin
spencepk2-Oct-10 5:27
spencepk2-Oct-10 5:27 
QuestionDeploying new WCF service does not expose client ???!!! Pin
Michael Eber30-Sep-10 11:40
Michael Eber30-Sep-10 11:40 
AnswerRe: Deploying new WCF service does not expose client ???!!! Pin
PIEBALDconsult30-Sep-10 17:55
mvePIEBALDconsult30-Sep-10 17:55 
AnswerRe: Deploying new WCF service does not expose client ???!!! Pin
Abhinav S1-Oct-10 5:56
Abhinav S1-Oct-10 5:56 
QuestionFreeing UnmanagedType.ByValArray Pin
bajamba30-Sep-10 4:47
bajamba30-Sep-10 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.