• Matlab to 8051 communication
    Hai...i tried to send the letter 'L','S','R' from matlab just opening in command line and typing... se=serial('COM7'); set(se,'BaudRate',9600); fopen(se); fprintf(se,'%c','L','async'); fclose(se...
  • Matlab to 8051 communication
    Hai...i tried to send the letter 'L','S','R' from matlab just opening in command line and typing... se=serial('COM7'); set(se,'BaudRate',9600); fopen(se); fprintf(se,'%c','L','async'); fclose(se...
  • communication with matlab instead of using Keil
    our board controls a cnc machine that has ability to move in three axises. ın z axis it can drill pcb cards. and we have programs that are written in C language. And these C programs are loaded to keil...
  • communication with matlab instead of using Keil
    our board controls a cnc machine that has ability to move in three axises. ın z axis it can drill pcb cards. and we have programs that are written in C language. And these C programs are loaded to keil...
  • How to initiate communication between MATLAB and the HC11?
    Hello, I'm a computer engineering student, working on my senior design project. In my project we are designing a medical monitoring device using an embedded system. In addition to that, we will be using...