Search found 11 matches

by Lajbis
05 Jan 2016 21:12
Forum: mikroBasic PRO for PIC General
Topic: WEB server with webpage packet size more then 1528 bytes
Replies: 1
Views: 1590

WEB server with webpage packet size more then 1528 bytes

Hi, I want to implement webpage which size is > 1528 -> consist of 2 tcp packets.
Is it possible to do it with SPI Ethernet library.
How to force SPI_Ethernet_UserTCP to run two times?
Thanks a lot for advice.
by Lajbis
05 Dec 2010 15:11
Forum: mikroC PRO for PIC General
Topic: 18F2480 Interrupt doesn't work
Replies: 2
Views: 1080

Re: 18F2480 Interrupt doesn't work

Thank you for your answer.
It is true, that decided to test on LCD was not good idea.
I disabled TMR0 and replace LCD with diode and it works fine.
Best regards
by Lajbis
05 Dec 2010 00:41
Forum: mikroC PRO for PIC General
Topic: 18F2480 Interrupt doesn't work
Replies: 2
Views: 1080

18F2480 Interrupt doesn't work

Hello everybody, I am a little bit confused, because I can't setup my PIC to work properly with interrupt procedure. Can anybody tell me, what is wrong? Thanks a lot for any suggestion. Here is my simple code: //LCD module connections sbit LCD_RS at RA5_bit; sbit LCD_EN at RA4_bit; sbit LCD_D4 at RA...
by Lajbis
10 Aug 2010 20:38
Forum: mikroC PRO for PIC General
Topic: 16F877A I2C problem
Replies: 7
Views: 2262

Re: 16F877A I2C problem

Bingo!
It works now. I must insert little delay after Set_Time.
So stupid think.
Thank you a lot guys.
by Lajbis
10 Aug 2010 17:19
Forum: mikroC PRO for PIC General
Topic: 16F877A I2C problem
Replies: 7
Views: 2262

Re: 16F877A I2C problem

Thanks a lot for your help. With your code it looks better, but still not ok. Datum is displayed correctly, but time is a little confusing - at hour position it displays seconds, at minute milisecond... But the BIG step was done - it can communicate!!! I'll check where is the problem. With best rega...
by Lajbis
10 Aug 2010 15:25
Forum: mikroC PRO for PIC General
Topic: 16F877A I2C problem
Replies: 7
Views: 2262

Re: 16F877A I2C problem

Here is the code: char seconds, minutes, hours, day, month, year; // Global date/time variables //LCD module connections sbit LCD_RS at RC0_bit; sbit LCD_EN at RC1_bit; sbit LCD_D4 at RD4_bit; sbit LCD_D5 at RD5_bit; sbit LCD_D6 at RD6_bit; sbit LCD_D7 at RD7_bit; sbit LCD_RS_Direction at TRISC0_bit...
by Lajbis
09 Aug 2010 21:42
Forum: mikroC PRO for PIC General
Topic: 16F877A I2C problem
Replies: 7
Views: 2262

Re: 16F877A I2C problem

Thanks.
I've checked this link, but id didn't solve my problem.
As it is written there I2C_Is_Idle() is not needed for versions > 6.0
I have the new Pro version 3.8.
But instead of that I've test it but no change.
It is strange. It looks like the port RC4 doesn't work, or setup properly.
by Lajbis
07 Aug 2010 19:54
Forum: mikroC PRO for PIC General
Topic: 16F877A I2C problem
Replies: 7
Views: 2262

16F877A I2C problem

Hi everybody. I have a problem with PIC 16F877A and I2C1 library. I want to communicate with PC8583 via i2c and diplay date and time on LCD. Using Soft_I2C library it works good, but when I want to use I2C1 library it doesn't work. I think, I have something wrong in initialization... Tell me, please...
by Lajbis
07 Aug 2010 19:44
Forum: mikroC General
Topic: RS485 in 16F628A
Replies: 9
Views: 5804

Re: RS485 in 16F628A

Yes, it works.
Thanks.
by Lajbis
27 Jul 2010 08:07
Forum: mikroC General
Topic: RS485 in 16F628A
Replies: 9
Views: 5804

Re: RS485 in 16F628A

Hi. Is here something new about this feature?
I want to use 16F628A for RS485 communication (no PORTC) and want to know if it is already possible or still not.
If not, please tell when it will be.
Thank you for your answer.

Go to advanced search