Author |
Message |
Topic: Bluetooth connection is lost after a certain time |
yarenler
Replies: 6
Views: 14755
|
Forum: General CCS C Discussion Posted: Thu Apr 02, 2020 5:48 pm Subject: Bluetooth connection is lost after a certain time |
jeremiah and temtronic thanks.
jeremiah:
1. Interrupts should NOT have any printf statements in them.
solved:
The connection was not interrupted when I removed the printf statements in Interrupt.
... |
Topic: Bluetooth connection is lost after a certain time |
yarenler
Replies: 6
Views: 14755
|
Forum: General CCS C Discussion Posted: Wed Apr 01, 2020 5:13 pm Subject: Bluetooth connection is lost after a certain time |
I check the 16f877a integration with the phone. I wrote some commands in the interrupt, but the connection is disconnected after a while.
The code I wrote is as follows:
#include <16f877A.h> ... |
Topic: serial-monitor_ |
yarenler
Replies: 15
Views: 32273
|
Forum: General CCS C Discussion Posted: Thu Jan 10, 2019 2:45 am Subject: serial-monitor |
Temtronic, I found out that my problem is due to the history of the siow.exe file. The file date 2013. The current version of the siow.exe file has returned to normal when it loads. |
Topic: serial-monitor_ |
yarenler
Replies: 15
Views: 32273
|
Forum: General CCS C Discussion Posted: Wed Jan 09, 2019 8:00 am Subject: serial-monitor |
I see only the analog inputs on the serial-monitor. I'm not sending any information from the PC. I don't understand why there's a gap between the characters. Unfortunately I don't know about SIOW.
... |
Topic: qtr-8a calibration code? |
yarenler
Replies: 2
Views: 9702
|
Forum: General CCS C Discussion Posted: Sun Jan 06, 2019 3:00 pm Subject: qtr-8a calibration code? |
temtronic, thanks for your comment.
I am trying everything. It isn't yet. I hope i will do it. bye |
Topic: qtr-8a calibration code? |
yarenler
Replies: 2
Views: 9702
|
Forum: General CCS C Discussion Posted: Sun Jan 06, 2019 5:22 am Subject: qtr-8a calibration code? |
Hi friends, how to write the calibration code of the qtr-8a sensor ?
I find and store the highest and lowest values of the sensors. But these values of the sensors are not the same. For example, the ... |
Topic: serial-monitor_ |
yarenler
Replies: 15
Views: 32273
|
Forum: General CCS C Discussion Posted: Sat Jan 05, 2019 10:52 am Subject: serial-monitor |
I provided the communication between the CCS program and the microcontroller with rs-232. How can I reduce the distance between characters when reading data on a ccs serial monitor?
as screenshot h ... |
Topic: serial-monitor_ |
yarenler
Replies: 15
Views: 32273
|
Forum: General CCS C Discussion Posted: Sat Jan 05, 2019 4:56 am Subject: serial-monitor_ |
The distances between the characters appear on the screen are very wide, so it is difficult to read 8 different values on the screen at the same time.
How to reduce the distance between characters.? |
|