Feeds
질문
GUIDE help
I created a GUIDE GUI for my class project. I created two push buttons and now, what I need to do is initialize the serial port...
대략 15년 전 | 답변 수: 1 | 0
1
답변답변 있음
Serial port communication
I had to add this before fscanf to work: fprintf(s,'%s','13'); %CR
Serial port communication
I had to add this before fscanf to work: fprintf(s,'%s','13'); %CR
대략 15년 전 | 0
| 수락됨
답변 있음
Serial port communication
The document indicates this: "All messages to the OBD Prompt must be terminated with a carriage return character (hex ‘0D’) ...
Serial port communication
The document indicates this: "All messages to the OBD Prompt must be terminated with a carriage return character (hex ‘0D’) ...
대략 15년 전 | 0
질문
Serial port communication
I have an On-Board Diagnostics (OBDII) tool that I am trying to read the values from. This tool helps me trouble codes on a car'...
대략 15년 전 | 답변 수: 3 | 0