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