Author |
Message |
Topic: Send string on port different |
Cheick
Replies: 2
Views: 4521
|
Forum: General CCS C Discussion Posted: Tue Apr 06, 2010 4:45 am Subject: Send string on port different |
I would like to send 1 character 8 bit on different port(port a and b) is this possible? How to do?
I m sorry for my english
|
Topic: 18f2550 and Lm92 Problems |
Cheick
Replies: 3
Views: 8077
|
Forum: General CCS C Discussion Posted: Mon Nov 23, 2009 1:13 pm Subject: 18f2550 and Lm92 Problems |
Ok I have a problem. When I use this code with the pic 18F452 it works but with the pic 18F2550 does not work. I'll display on the screen with the port usb. Look at this if its well my code or not. ... |
Topic: 18f2550 and Lm92 Problems |
Cheick
Replies: 3
Views: 8077
|
Forum: General CCS C Discussion Posted: Mon Nov 16, 2009 11:49 am Subject: 18f2550 and Lm92 Problems |
Hi all,
I am trying to do a program with 18F2550 and Lm92 but it did not work and I do not know where is problem. The address to write is 0x90 and 0x91 for read, because A0 and A1 is connected to ... |
Topic: Driver USB PIC 18f2550 |
Cheick
Replies: 0
Views: 3651
|
Forum: General CCS C Discussion Posted: Wed Oct 21, 2009 5:47 am Subject: Driver USB PIC 18f2550 |
Hi all,
I trying to do an interface pc->pic with pic 18F2550 but I encounter a problem. Windows does not recognize the driver MCHPFSUB. When I trying to install, it says error code 10. How do? ... |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 2:42 pm Subject: Kbd1.c impossible to compile |
My program works but the keyboard is unstable example when i press 2 it go out 1 |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 1:48 pm Subject: Kbd1.c impossible to compile |
Edit your main program and add the line shown in bold below.
Put it in that exact position in the program.
#include <SK18f4x2.h>
#use delay (clock=10000000) // 10MHz pour l'emulation et ... |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 1:08 pm Subject: Kbd1.c impossible to compile |
Read my post again. Read the instructions carefully. Look at where I
put the #define statement.
Details are important.
I have taken the code http://www.ccsinfo.com/forum/viewtopic.php?t=234 ... |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 12:54 pm Subject: Kbd1.c impossible to compile |
I have changed but there is nothing. This is the code that you posted
#include <SK18f4x2.h>
#use delay (clock=10000000) // 10MHz pour l'emulation et 10 MHz pour la programmation
#i ... |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 12:17 pm Subject: Kbd1.c impossible to compile |
I use 18f452 |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 12:15 pm Subject: Kbd1.c impossible to compile |
This is the sk18f4x2.h
// Ecole Technique LELN
// Modèle Kit minimal
#include <18F452.h>
#device adc=10
// fuses pour programmation définitive
#fuses HS, NOPROTECT, NOOSCSEN, BROWNOU ... |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 11:49 am Subject: Kbd1.c impossible to compile |
The filename is KDB2.c Trying to compile this is impossible. |
Topic: Kbd1.c impossible to compile |
Cheick
Replies: 13
Views: 10629
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2009 10:38 am Subject: Kbd1.c impossible to compile |
Hi all, I am looking to compile KBD1.c (key 4x4 with porta and portb) but it's impossible. It write's "undefined identifier Kbd_cols" in http://www.ccsinfo.com/forum/viewtopic.php?t=23467&a ... |
|