CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

ICD-U80 Serial monitor issue

 
Post new topic   Reply to topic    CCS Forum Index -> CCS ICD / Mach X / Load-n-Go
View previous topic :: View next topic  
Author Message
pet007



Joined: 25 Jan 2023
Posts: 19

View user's profile Send private message

ICD-U80 Serial monitor issue
PostPosted: Sun Apr 21, 2024 12:17 am     Reply with quote

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.
jeremiah



Joined: 20 Jul 2010
Posts: 1319

View user's profile Send private message

PostPosted: Tue Apr 23, 2024 8:25 am     Reply with quote

Your ICD stream should really at a minimum have DISABLE_INTS turned on:

Code:

#use rs232(ICD, DISABLE_INTS)


Start with that and see if that cleans it up. I just popped in a ICD-U80 with that line in a test program and it works out of the box. It pops up the SIOW program and starts printing stuff to the screen.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> CCS ICD / Mach X / Load-n-Go All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group