Search found 6 matches

by gluvce
21 Jan 2010 22:31
Forum: mikroC PRO for PIC General
Topic: rs485 and ethernet
Replies: 2
Views: 1805

Problem solved :) Thank you Aleksandar I have at home 18f4520 and use it so here is the code now: // duplex config flags #define Spi_Ethernet_HALFDUPLEX 0 // half duplex #define Spi_Ethernet_FULLDUPLEX 1 // full duplex unsigned int SPI_Ethernet_UserTCP(unsigned char *remoteHost, unsigned int remoteP...
by gluvce
20 Jan 2010 15:40
Forum: mikroC PRO for PIC General
Topic: rs485 and ethernet
Replies: 2
Views: 1805

rs485 and ethernet

Hi I am making system who converts Ethernet in rs485 communication. My PICPLC16B supports that, there is no pin or jumpers conflict, so the hardware is good. The program examples for Ethernet and rs485 are working well separately, but I can't manage to merge the two programs in to one. In the code b...
by gluvce
18 Jan 2010 22:48
Forum: mikroC PRO for PIC General
Topic: Ethernet picplc16b 16f887 problem
Replies: 1
Views: 1527

Ethernet picplc16b 16f887 problem

I convert the code that work from mikroC to mikroC PRO but now PING program don't work. Please help me. Here is original mikroC code // duplex config flags #define SPI_Ethernet_HALFDUPLEX 0 #define SPI_Ethernet_FULLDUPLEX 1 unsigned int SPI_Ethernet_UserTCP(unsigned char *remoteHost, unsigned int re...
by gluvce
31 Aug 2009 18:44
Forum: mikroBasic General
Topic: custom subfunction for Rs485slave_Init(PORTx, x, 160)
Replies: 5
Views: 3972

How did you solve your problem?
by gluvce
22 Aug 2009 19:47
Forum: mikroC PRO for PIC General
Topic: RS485 PROBLEM
Replies: 5
Views: 4556

RS485 PROBLEM

Hi to everyone I have problem with all rs485 examples on this site and forum. I tried all examples and every try was only partial success. I only want to start working the master/slave example in rs485 communication. I have at home this development boards: easypic3 ............. 1 pieces (with a ext...
by gluvce
22 Aug 2009 10:40
Forum: mikroBasic General
Topic: Communication PC-PIC RS485
Replies: 26
Views: 18711

Hi
I have the same problem like you. I can't send rs485 sequence from PC to PIC by Usart Terminal. Did you find suitable terminal program which can transfer packages?

Regards

Go to advanced search