anasfuad33eng
Member level 1
- Joined
- Mar 21, 2013
- Messages
- 32
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,498
hi, all when i use these codes in matlab
s=serial('com3','baudrate',9600);
fopen(s)
fwrite(s,00000001,'int8')
8051 receive the value but when display it on led the output 01100000 why this ocurr what is the wrong ?please help:-(
s=serial('com3','baudrate',9600);
fopen(s)
fwrite(s,00000001,'int8')
8051 receive the value but when display it on led the output 01100000 why this ocurr what is the wrong ?please help:-(