pet007
Joined: 25 Jan 2023 Posts: 21
|
ICD-U80 Serial monitor issue |
Posted: Sun Apr 21, 2024 12:17 am |
|
|
Hi, please, how to setup Serial monitor to work with ICD-U80 ?
In my code is used pragma #use rs232(ICD), serial monitor start work after CCS Loader is finished, but there are messy output (like wrong baud rate?)
Code: |
printf("SMT160 - DC=%3.2f, Temp=%3.2c C \n",SMT160.DC, SMT160.Temp);
|
Serial Monitor output:
Code: |
qvp`m` }pn43l` = ` ` `\0A
160`-` }0n43l` =`` \0A
qvp`m =pn4sl }`` `\0A
160`-` }p.ts, = ` `\0A
|
There is choosen telnet port, baud rates tried various, no success, still messy output...
Thanks.
BTW. I have the latest ICD-U80 FW flashed already. |
|