Author |
Message |
Topic: How to limit the number of duplicate .hex file |
aydi
Replies: 8
Views: 16867
|
Forum: General CCS C Discussion Posted: Sat Sep 30, 2017 1:46 am Subject: How to limit the number of duplicate .hex file |
Normally when he received my zip file he unzip using a secret code.
So he will have the .hex file, then he use the Pickit3 to program the
microcontroller. So he can program the number that he wants. ... |
Topic: How to limit the number of duplicate .hex file |
aydi
Replies: 8
Views: 16867
|
Forum: General CCS C Discussion Posted: Sat Sep 30, 2017 1:20 am Subject: How to limit the number of duplicate .hex file |
Is it possible that I connect my .hex file with the time of the system ? |
Topic: How to limit the number of duplicate .hex file |
aydi
Replies: 8
Views: 16867
|
Forum: General CCS C Discussion Posted: Sat Sep 30, 2017 1:17 am Subject: How to limit the number of duplicate .hex file |
I understand. But I'm looking for something like the instruction
Protect in the source file to protect the code.
I will just give him the hex file.
Yours faithfully |
Topic: How to limit the number of duplicate .hex file |
aydi
Replies: 8
Views: 16867
|
Forum: General CCS C Discussion Posted: Sat Sep 30, 2017 12:58 am Subject: How to limit the number of duplicate .hex file |
Good morning.
I have my ccs program and I want to send my .hex file
to someone. I want that this person be able to
program a limited number of pics using this hex file.
For example 5 microcontro ... |
Topic: Duration of the high and low levels using CCP1 module |
aydi
Replies: 3
Views: 9700
|
Forum: General CCS C Discussion Posted: Mon Mar 27, 2017 4:02 am Subject: Duration of the high and low levels using CCP1 module |
now it's ok,
thank you very much for yours reply.
|
Topic: Duration of the high and low levels using CCP1 module |
aydi
Replies: 3
Views: 9700
|
Forum: General CCS C Discussion Posted: Sun Mar 26, 2017 12:50 am Subject: Duration of the high and low levels using CCP1 module |
Good morning,
I want to compute the duration of the high and low levels of incoming signal.
The pulse duration (of the high and low levels) is random. The minimum duration is approximately 1.6ms ... |
Topic: send and receive with virtual wire library for PIC16F628A |
aydi
Replies: 6
Views: 15648
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 11:57 am Subject: send and receive with virtual wire library for PIC16F628A |
[img]http://www.zimagez.com/zimage/schematic2.php[/img]
<a href="http://www.zimagez.com/zimage/schematic2.php" target="_blank" title="Simulation_image1">schemati ... |
Topic: send and receive with virtual wire library for PIC16F628A |
aydi
Replies: 6
Views: 15648
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 11:54 am Subject: send and receive with virtual wire library for PIC16F628A |
Here is a cleaned version of my code.
Also you will find a scanned screen of my simulation. You will see that the vw_pll program sometimes take a little more time (see the encircled red part) when ... |
Topic: send and receive with virtual wire library for PIC16F628A |
aydi
Replies: 6
Views: 15648
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 5:38 am Subject: send and receive with virtual wire library for PIC16F628A |
I try to adapt the virtual wire library to the ccs compiler. I also add interrupt in pin_b0 in order to resynchronize the receiver at the beginning of the incoming message.
The baudrate is selected ... |
Topic: send and receive with virtual wire library for PIC16F628A |
aydi
Replies: 6
Views: 15648
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 4:20 am Subject: send and receive with virtual wire library for PIC16F628A |
good morning,
please i tested the virtualwire library example sited in this link : the messages that i send are:
const char textthe received result is:
Hello from PIC
HELLO2 fkm PCi
845-02 ... |
Topic: PB to decode frame |
aydi
Replies: 1
Views: 2869
|
Forum: General CCS C Discussion Posted: Thu Aug 12, 2010 6:14 am Subject: PB to decode frame |
hello,
I use this elements to develop my program.
PIC :18F2550
compiler: PICC
simulator:ISIS
I develop a program to decode a frame sent through the port rs232.
Format of the frame: @0AX, ... |
Topic: PB with gets() PICC port RS232 |
aydi
Replies: 1
Views: 6219
|
Forum: General CCS C Discussion Posted: Wed Aug 11, 2010 1:34 am Subject: PB with gets() PICC port RS232 |
Good morning,
I have a problem to use the port RS232 with pic.
I use ISIS to simulate my board and PICC compiler to develop my program. I just begin by reading the frame using RX, TX of the pic 18 ... |
|