blah blah blah is here! blah blah » Close

0
votes
1 answers

C# help on unmanaged DLL C function in c sharp

Hi all, i am working on a C DLL which takes all inputs as pointer values...unmanaged code [DllImport("Ziee_Mask.dll")] unsafe public static extern void IQ_Data_to_Spectrum(double* Spec, double* Real, double ...

0
votes
1 answers

serial port hex Reading in C #

Hi guys, I am reading some data from serial port and its in hex format... How do i store it and use bit-wise operators on it... & | etc.. Example : my incoming data is "pp10A0p" Now i need to take only th ...

Feedback