cho em hỏi tại sao có thông báo lỗi này khi em viết lệnh như sau:
s= serial('com1')
set(s,'baudrate',4800)
fopen(s)
Lỗi :??? Error using ==> serial.fopen
Port: COM1 is not available. No ports are available.
Use INSTRFIND to determine if other instrument objects are connected to the requested device.
s= serial('com1')
set(s,'baudrate',4800)
fopen(s)
Lỗi :??? Error using ==> serial.fopen
Port: COM1 is not available. No ports are available.
Use INSTRFIND to determine if other instrument objects are connected to the requested device.
Comment