Author |
Message |
Topic: I2C between 2 16F690 chips |
john822179
Replies: 6
Views: 16315
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 7:57 am Subject: I2C between 2 16F690 chips |
Hi Jay,
Thanks for opening the eyes!!!
I'll go away and have another go at it and get back to you.
I'll be out of the office until Tuesday, so hopefully I'll post some good news then!!
Many ... |
Topic: I2C between 2 16F690 chips |
john822179
Replies: 6
Views: 16315
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 7:20 am Subject: I2C between 2 16F690 chips |
Hello Jay,
Many thanks for your response.
I have already build a SNIFFER, using the I2CScanner code and that finds my SLAVE with no problems.
I have a 'scope and an 8 bit logic analyser to hand ... |
Topic: I2C between 2 16F690 chips |
john822179
Replies: 6
Views: 16315
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 6:33 am Subject: I2C between 2 16F690 chips |
Hello All,
CCS PCM C Compiler, Version 5.025, xxxxx
I am very confused and in desperate need of enlightenment!!! I have been going round in circles for a few days trying to get 2 16F690's to t ... |
Topic: Watch floats |
john822179
Replies: 3
Views: 5993
|
Forum: General CCS C Discussion Posted: Sun Nov 09, 2014 3:59 am Subject: Watch floats |
Many thanks for your speedy reply Ttelmah.
Unfortunately, my WATCH system was already set up as you suggested.
I have tried other settings, but none display the correct value.
I have also tried t ... |
Topic: Watch floats |
john822179
Replies: 3
Views: 5993
|
Forum: General CCS C Discussion Posted: Sun Nov 09, 2014 1:50 am Subject: Watch floats |
Hello,
I am working on an application which uses floats.
Whilst debugging my code, I am seeing strange values in WATCH.
My Code:
int total=0, number=0;
float percentage=0.0f;
int T1; ... |
Topic: Problem receiving RS232 data |
john822179
Replies: 8
Views: 12590
|
Forum: General CCS C Discussion Posted: Fri Apr 25, 2014 12:34 am Subject: Problem Receiving RS232 data |
Hello all,
My apologies for the delay in responding to your replys. As always happens, just when I am ready to get started, I get distracted!
As PCM Programmer and Ckielstra said, the problem w ... |
Topic: Problem receiving RS232 data |
john822179
Replies: 8
Views: 12590
|
Forum: General CCS C Discussion Posted: Sat Apr 19, 2014 10:45 pm Subject: Problem receiving RS232 data |
Hello everyone,
I wonder if someone can tell me what I am doing wrong here.
I need to send and receive data via RS232.
I am using:
PIC16F1829
MPLab 8.92
CCS PCM Compiler 5.025
MAX232 level sh ... |
|