How to change serial timeout to a double number
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello guys,
I have a simple question. I am reading strings from a board with fscanf.
serial_read_timeout = 1; my_nucleo_board.Timeout = serial_read_timeout;
the problem is matlab converts the variable serial_read_timeout to an integer on its own. How can i change it because i want to set the timeout to few miliseconds.
thnak you so much for your help !
댓글 수: 4
Karim
2017년 12월 22일
At first glance: either you need to change the settings of your board such that it works with milliseconds or you need to change the function that transmits the data to the board.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!