Borrar filtros
Borrar filtros

Serial Communication Terminator using the new configureTerminator

8 visualizaciones (últimos 30 días)
Jason
Jason el 10 de En. de 2020
Comentada: Giulio el 11 de Jun. de 2024
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 comentarios
Jason Ha
Jason Ha el 16 de Abr. de 2024
Hopefully we can get some insight on this sometime.
Giulio
Giulio el 11 de Jun. de 2024
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

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by