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 charita vyshnavi N

  1. C

    how to send 1's & 0's as binary from pc to fpga

    i have written matlab code for sending data to fpga..... code: ------ 1. clc; 2. delete(instrfindall); 3. clear s; 4. s = serial('COM3', 'BauRate',9600, 'DataBits',8); 5. f = open(s); 6. fwrite(s,'1'); 7. a = fscanf(s,'%c',s.BytesAvailable); 8. disp(a); 9. fclose(s); Q) when i run this...
  2. C

    how to send 1's & 0's as binary from pc to fpga

    thank u for giving reply...... Can we send data to FPGA from PC using a MATLAB program, what is the procedure?
  3. C

    how to send 1's & 0's as binary from pc to fpga

    Can u please explain clearly about translating ASCII character....... We have to translate ASCII to what?
  4. C

    how to send 1's & 0's as binary from pc to fpga

    hai sir/madam..... i have BCH code which run for (15,7,2) set which is implemented in VHDL and it is dumped in FPGA kit.my task is to sending 15 bits as input to the bch code and then separating them as msg and parity. after seperation i will take msg seperately and generate the...
  5. C

    how to send a binary text file from pc to fpga board using matlab?

    1) what is doze mode in uart? 2) how to start sending binary text file to fpga?
  6. C

    how to send a binary text file from pc to fpga board using matlab?

    what is doze state and doze instruction. its importance in UART?
  7. C

    how to send a binary text file from pc to fpga board using matlab?

    what are the different protocols used for sending binary file from pc to fpga?....... explain the procedure for sending binary file........... please send me the answer..

Part and Inventory Search

Back
Top