How to interface Matlab/Simulink <--->RS232<--->8051 Micrcontroller?
조회 수: 4 (최근 30일)
이전 댓글 표시
How to interface Matlab/Simulink <--->RS232<--->8051 Micrcontroller?
Say for example by sending a bit signal from Matlab through RS232 to 8051, a LED should glow.
Is this possible?
댓글 수: 0
답변 (1개)
Samar
2025년 2월 18일
Hello @Luit Dutta
As per my understanding, you are trying to setup a communication between MATLAB/Simulink and 8051 microcontroller via RS232 cable. An interface can be setup between MATLAB and 8051 microcontroller via the Instrument Control Toolbox. A serial object should be created which can read and write data serially.
Simulink does not support 8051 microcontroller hardware. But there is one work around for this which is explained in the link given below:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Clocks and Timers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!