필터 지우기
필터 지우기

Serial Communication Terminator using the new configureTerminator

조회 수: 8 (최근 30일)
Jason
Jason 2020년 1월 10일
댓글: Giulio 2024년 6월 11일
Hello, before 2019b, the method to open serial ports with "serial" allowed the terminator to be set to nothing i.e. ''.
set(s,'Terminator,'')
However, with the new recommended serialport and the associated configureTerminator method, it appears not possible to leave out the terminator.
configureTerminator(s,'')
This comes up with an error as the value can only be CR, LR CR/LF or any ascii code.
Does this mean its not possible to have "No" terminators?
Thanks
Jason
  댓글 수: 4
Jason Ha
Jason Ha 2024년 4월 16일
Hopefully we can get some insight on this sometime.
Giulio
Giulio 2024년 6월 11일
Have you found the solution to the error: "Unrecognized function or variable 'configureTerminator'." ?
I am getting the same error but I cannot understand how to get rid of it.
Thanks

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by