Search found 12 matches

by Asmae
12 Feb 2013 13:01
Forum: mikroC PRO for PIC General
Topic: UART !
Replies: 4
Views: 1493

Re: UART !

I tried the ByteToStr function to convert the value of temperature to a character, but the problem is that i have the same value in the output (which is txt) for different inputs (temp) !!! (The values I mentionned below are on DEC, for the ASCII code I still have strange characters like these : Con...
by Asmae
09 Feb 2013 20:04
Forum: mikroC PRO for PIC General
Topic: UART !
Replies: 4
Views: 1493

Re: UART !

Ok, Thank you, I see what you mean, but the problem I have , is when I execute the program I don't receive any information (which is temperature in my case), even when I set the terminal as you mentionned (but the program test provided does work). I don't know if the problem is in the program itself...
by Asmae
01 Feb 2013 15:11
Forum: mikroC PRO for PIC General
Topic: UART !
Replies: 4
Views: 1493

UART !

I have a question about the UART example: it does receive and send the same information, How can I use it to send a value or a character that is displayed on LCD to a computer (or a value or character which are treated by the microcontroller PIC18F)
by Asmae
19 Jun 2012 14:00
Forum: mikroC General
Topic: MMC PIC 18F4550
Replies: 3
Views: 2012

Re: MMC PIC 18F4550

well I connect the easypic card with computer via RS232, the CTS is connected but over the terminal I have no progress ! (no communication no data logging)

even the MMC card is not working : I set it as mentionned on the provided doc
by Asmae
17 Jun 2012 01:10
Forum: mikroC General
Topic: MMC PIC 18F4550
Replies: 3
Views: 2012

MMC PIC 18F4550

I'am working on EasyPIC6 developpement system, with PIC 18F4550
I try to test MMC Code (the example provided on the website) but with no results !
Could I find some help ?
I have a question : how the results are saved on the MMC Card ? is it a TXT file ?
by Asmae
30 May 2012 17:58
Forum: mikroC PRO for PIC General
Topic: problem with RTC connected to PIC18F4550
Replies: 1
Views: 976

problem with RTC connected to PIC18F4550

Hi ! I tried the following code to read date and time from RTC via PIC18F4550, but the LCD dosen't display anything :s Could you help me please ! unsigned char sec, min1, hr, week_day, day, mn, year; char *txt, tnum[4]; // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit L...
by Asmae
27 May 2012 18:54
Forum: mikroC PRO for PIC General
Topic: (easypic6) Problem with RTC and MMC_PIC 16F887
Replies: 5
Views: 1970

Re: (easypic6) Problem with RTC and MMC_PIC 16F887

Thank you for informations ! I tried RTC examples and it works; well, I'm working on a project which is "temperature's data logger" : The microcontroller reads temperature values from a temperature sensor, display it on LCD at real time and record values to transfer them to a PC through serial inter...
by Asmae
26 May 2012 12:17
Forum: mikroC PRO for PIC General
Topic: PIC 18F4550 with LCD !
Replies: 2
Views: 1209

Re: PIC 18F4550 with LCD !

Thanks ! I will retry it and send u a feedback
by Asmae
23 May 2012 18:14
Forum: mikroC PRO for PIC General
Topic: PIC 18F4550_Configurations bits
Replies: 1
Views: 766

PIC 18F4550_Configurations bits

Can anyone answer me what configurations bits to use for PIC 18F4550 (on easypic6)?
because I can't run codes, except LED's code (So I think material is good!)
by Asmae
23 May 2012 16:35
Forum: mikroC PRO for PIC General
Topic: PIC 18F4550 with LCD !
Replies: 2
Views: 1634

PIC 18F4550 with LCD !

Hi I am trying to get the LCD working with PIC18F4550 in EasyPIC6 board. So I tried with this code : // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRIS...
by Asmae
23 May 2012 16:27
Forum: mikroC PRO for PIC General
Topic: PIC 18F4550 with LCD !
Replies: 2
Views: 1209

PIC 18F4550 with LCD !

Hi I am trying to get the LCD working with PIC18F4550 in EasyPIC6 board. So I tried with this code : // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRIS...
by Asmae
09 May 2012 13:17
Forum: mikroC PRO for PIC General
Topic: (easypic6) Problem with RTC and MMC_PIC 16F887
Replies: 5
Views: 1970

(easypic6) Problem with RTC and MMC_PIC 16F887

Hi, I start using the developpement board easypic6 with PIC16F887 I have problem with RTC and MMC (extra boards) ! For RTC : I tested the example program, build it and run it, but date and time still not updated ! so how can I set date and time ? For MMC card : I don't find any code for my pic (16F8...

Go to advanced search