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.

how to plot real time MATLAB plot for continuous data comming from PIC18F877A

Status
Not open for further replies.

pic16f877

Newbie level 6
Joined
Feb 16, 2012
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
tezpur university
Activity points
1,388
hii,
i am not very much expert in MATLB... i am designing a real time pic microcontroller based ECG system...for that after processing the real time ECG data through PIC16F877a microcontroller than i have to display the real time ECG to an interface in the computer screen

can anybody share me some idea about how to make it??
 

First you need to send your data using serial port. PIC 18X can support.
then you can read serial port like assuming you are using COM1

s = serial('COM1');
fopen(s)
 

i think i have to set boud rate also... which is as same as which i set to the microcontroller ..is,nt it??
 

yes you need to set
baud rate
parity
stop bit
data bit
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top