Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

How to use fgetl in matlab Videos

matlab real time serial data plot.flv

PIC adc data plot in matlab. I downloaded code from mathworks ...

User Comments

https://gp5.googleusercontent.com/-Qol-0SppgZc/AAAAAAAAAAI/AAAAAAAAAAA/6-EtDT5rbq4/s48-c-k-no/photo.jpg?sz=64
hi mr farrukh i really appreciate ur work!!!! but can u help me in building the circuit practically? i mean , can u tell me how to connect real adc and pic with my computer and access it using matlab (i dont have data acquistion instrument).just a hint please!!!!
https://gp5.googleusercontent.com/-ypAigG6DIb0/AAAAAAAAAAI/AAAAAAAAAAA/uHpDrd9mfJA/s48-c-k-no/photo.jpg?sz=64
almost every PIC has built-in ADC, you can use mikroC for PIC coding, if signal peak value is greater than 5V, then you need a voltage divider circuit, in this way, you can capture even a 50V signal. PIC is not necessary, you can use some AVR or even 8051.
https://lh5.googleusercontent.com/-2nAWCGQJKR8/AAAAAAAAAAI/AAAAAAAAAJA/GF5oPN7CFBo/photo.jpg?sz=64
Hi, I also have a problem to save my data from into txt file.i use ccs c compiler and don't know how to read serial data into matlab.. please share your code to [email protected]
https://lh5.googleusercontent.com/-ypAigG6DIb0/AAAAAAAAAAI/AAAAAAAAAGE/kyb8OgYYhv8/photo.jpg?sz=64
all those who asked something here, youtube is blocked in Pakistan, and I have opened it today after a year with some proxy, you can ask me question at [email protected]
https://gp4.googleusercontent.com/-rnallVXjcV0/AAAAAAAAAAI/AAAAAAAAAAA/f6uPPdL1W9c/s48-c-k-no/photo.jpg?sz=64
Could u send me the PIC codes for MIKROC to [email protected]... it would be helpful for me to understand few things in serial transmitting
https://gp4.googleusercontent.com/-ZcKeZvGbaj8/AAAAAAAAAAI/AAAAAAAAAAA/9HpnSZiNMp4/s48-c-k-no/photo.jpg?sz=64
is necessary to make settings in the Instrument Control Box of Matlab ???? I have an erroor with the program....
https://gp4.googleusercontent.com/-_pDOhkztfB4/AAAAAAAAAAI/AAAAAAAAAAA/b-5_RJXJ4jY/s48-c-k-no/photo.jpg?sz=64
Hello, Can you help me please?, i have not been able do the PIC code. Can you share this code please? Thank You
https://lh5.googleusercontent.com/-LoWgGARSDCE/AAAAAAAAAAI/AAAAAAAAADs/rOO-Sbtqe0Q/photo.jpg?sz=64
Hello, Could you help me please?, i need PIC code to your project . Can you share this code please? 
https://gp5.googleusercontent.com/-wRfPrnU6EBc/AAAAAAAAAAI/AAAAAAAAAAA/4o770FBbkOE/s48-c-k-no/photo.jpg?sz=64
Is it possible for you to share that Matlab code? Thank you in advance.
https://gp5.googleusercontent.com/-U6zMAsEELFk/AAAAAAAAAAI/AAAAAAAAAAA/1a5NuAe7YDw/s48-c-k-no/photo.jpg?sz=64
excellent work... your university???
https://gp5.googleusercontent.com/-U6zMAsEELFk/AAAAAAAAAAI/AAAAAAAAAAA/1a5NuAe7YDw/s48-c-k-no/photo.jpg?sz=64
and also your degree course???
https://gp5.googleusercontent.com/-ypAigG6DIb0/AAAAAAAAAAI/AAAAAAAAAAA/uHpDrd9mfJA/s48-c-k-no/photo.jpg?sz=64
@Engrahmed124 NUST

fopen fread fclose

User Comments

https://gp4.googleusercontent.com/-QHyZlD0aFPk/AAAAAAAAAAI/AAAAAAAAAAA/OjbTnDH2KGk/s48-c-k-no/photo.jpg?sz=64
درس جميل إن التعامل مع الملفات يخفف من سرعة السرفر إن التعامل مع قاعدة البينات بنسبة كبيرة يشكل عِبئ على السرفر والله أعلم هل هناك دروس أخرى في التعامل مع الملفات وبارك الله فيك وجعل كل مجهود تنفعنا به رحمة لك ولأهلك ورحمة الله على من علمك ورباك

Arduino Tutorial on How to read Serial Port Data

For more info see my blog post here: //dredx.com/electronics/?p=199 This is part1 of a 2 part tutorial in this video I will show you how to make a arduino ...

User Comments

https://gp3.googleusercontent.com/-87-ThPEl754/AAAAAAAAAAI/AAAAAAAAAAA/zxDqHWpuhm4/s48-c-k-no/photo.jpg?sz=64
I used serial.peek() just in case you wanted to check for multiple commands.. I wrote this code for use(before this simplified version) I prefixed different commands with different characters and if you used Serial.read() then the next check wouldnt work... really it all depends how the person writing it prefers to write the code :p as far as serial.flush goes I didn't want to confuse anyone to as what it was doing also there is mixed info out there whether or not it even works properly.
https://gp5.googleusercontent.com/-jvghd40tJ10/AAAAAAAAAAI/AAAAAAAAAAA/E8g4bs9OliU/s48-c-k-no/photo.jpg?sz=64
Hello, i was hoping you could help me with something, i have my arduino connected to my router through Tx, Rx and Gnd. i have a html file stored on the router and that works with 2 .cgi files. one for ON and one for OFF. the idea is that when one visits the html site on the router, they will get those 2 buttons. Those buttons must turn a led connected to the arduino ON or OFF. im having trouble with the arduino knowing what to do with the commands. any ideas?
https://lh6.googleusercontent.com/-nBjL3DZtEA0/AAAAAAAAAAI/AAAAAAAAAC8/MOgUWrA-6T0/photo.jpg?sz=64
using if and while for the same condition is redundant. a simple while (Serial.available() > 0) { msg+= char(Serial.read()); ..... no if needed
https://gp3.googleusercontent.com/-uPai4h6YP_Q/AAAAAAAAAAI/AAAAAAAAAAA/5Q_uMieISrA/s48-c-k-no/photo.jpg?sz=64
Thanks for the tut.. 2 questions: why did you use serial.peek() == 'c' instead of serial.read() == 'c' ? Also, why not flush the buffer with serial.flush() ?
https://lh4.googleusercontent.com/-5cf_1TngCUw/AAAAAAAAAAI/AAAAAAAAAJY/rF52sL56c9E/photo.jpg?sz=64
Hello. I tried your code to send char to a lcd display but i get 5 vertical bars at the end of each print. How can i fix this?
https://gp6.googleusercontent.com/-9vQApZ11BOA/AAAAAAAAAAI/AAAAAAAAAAA/vfsLTzGlN9U/s48-c-k-no/photo.jpg?sz=64
I can't clear the buffer... The flush AND your method don't work !! :(
https://lh5.googleusercontent.com/-rn-SqO0k5SY/AAAAAAAAAAI/AAAAAAAAFyA/XKY3v_CsRfc/photo.jpg?sz=64
didn't understand parseint quite well! what is its main function?
https://lh6.googleusercontent.com/-jt8nhs2HwFM/AAAAAAAAAAI/AAAAAAAAABA/oG2e2XDdrno/photo.jpg?sz=64
Thanks for this! great tutorial, hope you keep them coming XD
https://lh5.googleusercontent.com/-JN5SBLnrveE/AAAAAAAAAAI/AAAAAAAAAGU/SPmB3Ngqah4/photo.jpg?sz=64
usefull video tutorial thanks
https://lh4.googleusercontent.com/-DwmwuRMLa-4/AAAAAAAAAAI/AAAAAAAAADc/n5by_yUC63A/photo.jpg?sz=64
Super! I need this info! :)
https://lh3.googleusercontent.com/-9JgscOasdxY/AAAAAAAAAAI/AAAAAAAAABc/xKxRtiA4Vys/photo.jpg?sz=64
thanks!

File Management in c : fscanf fprintf

File Mangement in c ; reading n writing into file using fscanf and fprintf.

User Comments

https://gp4.googleusercontent.com/-kWLRH1fYK34/AAAAAAAAAAI/AAAAAAAAAAA/LUduiTHAW4g/s48-c-k-no/photo.jpg?sz=64
Very nicely explained maShaAllaah. Do you have one on pointers?
https://gp4.googleusercontent.com/-FidSvzEyvXs/AAAAAAAAAAI/AAAAAAAAAAA/V0dtcSp5IUk/s48-c-k-no/photo.jpg?sz=64
very gud video...easy to understand....
https://gp5.googleusercontent.com/-1r8okTsqOpA/AAAAAAAAAAI/AAAAAAAAAAA/ga6bF0gMIAk/s48-c-k-no/photo.jpg?sz=64
real good video!!!!
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment