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 CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: RS232 reception on PIC18F (SOLVED)
strombom

Replies: 6
Views: 12837

PostForum: General CCS C Discussion   Posted: Thu Aug 27, 2009 1:40 am   Subject: RS232 reception on PIC18F (SOLVED)
Ttelmah: You were right about the level problem.

It seems the hardware USART configures the RX pin as Schmitt Trigger and requires >4.0V. The output from the RS232 level converter barely gives o ...
  Topic: RS232 reception on PIC18F (SOLVED)
strombom

Replies: 6
Views: 12837

PostForum: General CCS C Discussion   Posted: Wed Aug 26, 2009 3:30 am   Subject: RS232 reception on PIC18F (SOLVED)
Hi,

Unfortunately that code does not make any difference. Still there are often this type of errors:
http://i32.tinypic.com/676w6d.png
The first byte is always correct but some of the last ones u ...
  Topic: RS232 reception on PIC18F (SOLVED)
strombom

Replies: 6
Views: 12837

PostForum: General CCS C Discussion   Posted: Tue Aug 25, 2009 10:09 am   Subject: RS232 reception on PIC18F (SOLVED)
Hi,

I have trouble receiving data using the USART on a PIC18F1320.

Main routine:

char string[30];

for(;;)
{
fgets(string, ser);
...
  Topic: Software I2C master problem
strombom

Replies: 5
Views: 5597

PostForum: General CCS C Discussion   Posted: Fri May 04, 2007 12:57 am   Subject: Software I2C master problem
According to the manual it does:

STREAM=id
Associates a stream identifier with this I2C port. The identifier may then be used in functions like i2c_read or i2c_write.


I also got this answe ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group