Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by rkt_167

  1. R

    Reading a text box data in calp programming while designing a UI in CANalyzer

    Hello, I have few questions regarding calp programming. Q1)I am designing a UI using calp programming in CANalyzer software. I want to know how I can read and assign entered text box value to a variable in my program? Q2) What is the event name for buttons. What should I give in place of...
  2. R

    How to connect HC-05 bluetooth module with PC

    Firstly, I am pairing HC-05 with my laptop and pairing their only with code "1234".After finding the connected COM port I am directly using it in my code to receive data. I am transmitting "1","2" and "3" in integer format. Receiving software is visual studio (Developing a application to control...
  3. R

    How to connect HC-05 bluetooth module with PC

    I have connected HC-05 with MSP430 and now I want to send data to my computer like 1,2,3 etc. I am able to add HC-05 to the list of bluetooth Devices but I am not able to connect and receive data?
  4. R

    [SOLVED] Accelerometer- ADXL335 How does it works?

    can any one tell me about the working of accelerometer in short. I searched a lot on internet but got confused. I have few basic questions. Q1. What does it gives as output angle or voltages? e.g. I am getting the reading for three axis as x=370, y=402, z=360 What does this imply. Q2...
  5. R

    [SOLVED] C# Bool Variable always false

    thanks horace1, bool d = (String.Equals(ethernetHeader.Source.ToString(), staticForm.textBox1.Text.Trim())); I used Trim() and now it is working fine.
  6. R

    [SOLVED] C# Bool Variable always false

    hi all, I am comparing two strings: bool d = (String.Equals(ethernetHeader.Source,staticForm.textBox1.Text.ToString())); this statement is always false even in console both are same as below.. ethernetHeader.Source=00:25:64:4F:21:D9 textBox1.Text=00:25:64:4F:21:D9 any possible reason?? thanks,
  7. R

    [SOLVED] C# During Execution of program I am not able to click any other button

    Thanks horace1, I have posted a new question it would be great if you answer that also :) https://www.edaboard.com/threads/317760/
  8. R

    C# How to stop capturing Packets Using Pcap.net

    hi all, I have build a GUI to capture packet through Ethernet and to implement this I have used Pcap.net libraries but If capturing starts it goes on until and unless I stop debugging. Question: So I want to stop this during the execution of program by using a button and also I should be able to...
  9. R

    [SOLVED] C# During Execution of program I am not able to click any other button

    hi horace, Right now I have used Application.DoEvents(); But its process is very slow. Actually, I don't know much about event handlers do guide me more about it. Do you know about background working in C#? Thanks,
  10. R

    [SOLVED] C# During Execution of program I am not able to click any other button

    hi all, I have build a GUI but I am not able to click any button during its execution give possible reason why i am getting this problem and also some solutions to overcome. thanks,
  11. R

    Convert Byte[] array to string C#

    hi all, I want to convert byte array in string array as: byte[] data={11,12,13,14}; should be: string[] datastring={"11","12",13","14"}; means I don't want to change the data only data type needs to be changed... Give syntax .. thanks,
  12. R

    Error While executing C# program

    hi all, I am building a GUI to capture packets received from Ethernet for that I am using Pcap.net libraries in order to open the adapter and capture. But I am getting this error: A first chance exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll...
  13. R

    How to interpret the correlation functions?

    There are few thing u need to understand first you already mentioned... 1) Cross-correlation is used between two signals to see if there is any similarity between them or rather I would say how much similarity between two signals. 2) Generally, correlation plots are between Energy of the signal...
  14. R

    using Journal/research paper for implementing in business

    hi, you need to check that if a particular technology mentioned in that conference or journal research paper is Patented separately or not. As per my knowledge you can't use it without permission if technology is separately patented (In most cases it would be) . just google it and check.
  15. R

    Random noise samples in text format

    I don't have much idea but i think this link may be useful for you https://forums.ni.com/t5/Circuit-Design-Suite-Multisim/Having-trouble-creating-noise-source-with-PWL-Source/td-p/2791482

Part and Inventory Search

Back
Top