Search found 26 matches

by fernandomarques
17 Sep 2013 18:20
Forum: mikroC PRO for PIC General
Topic: Pic16F1827 UART_Write_Text function Problems
Replies: 3
Views: 2370

Re: Pic16F1827 UART_Write_Text function Problems

Hi Milos Vicentijevic

My project is only a small teste the pic16f1827.

The problem is:

Whene i´m using for ex: UART_Write_Text ("CVCC");
the reception characters on the USART terminal are not the same.

best regards

fernando
by fernandomarques
16 Sep 2013 19:18
Forum: mikroC PRO for PIC General
Topic: Pic16F1827 UART_Write_Text function Problems
Replies: 3
Views: 2370

Pic16F1827 UART_Write_Text function Problems

Hi Marina I am new in this forum so i´m try to explain my problem: I´m using a simple code only to make a teste the pic16F1827 My code is next: Best regards Fernando void PicInit() { INTCON = 0; //disable all interrupts OSCCON = 0b01111000; // 16 MHz internal ANSELA = 0b00000000; // PORTA all digita...
by fernandomarques
15 Sep 2013 11:39
Forum: mikroC PRO for PIC General
Topic: Pic16F1827 USART Problems
Replies: 3
Views: 1473

Re: Pic16F1827 USART Problems

I has changed but the problem remains.

regards
by fernandomarques
15 Sep 2013 11:08
Forum: mikroC PRO for PIC General
Topic: Pic16F1827 USART Problems
Replies: 3
Views: 1473

Pic16F1827 USART Problems

I'm using pic16f1827 in a small test and I have the following problem: use the function UART1_Write (dat); works ok but if you use the function UART_Write_Text ("TEST") does not work Someone can help me? best regards void PicInit() { INTCON = 0; //disable all interrupts OSCCON = 0b01111000; // 16 MH...
by fernandomarques
11 Aug 2011 12:06
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

Re: SERIAL ETHERNET BOARD

Yes, LEDA is lit and LEDB don´t flashing (only whene i close and open the LAN) . My IP local network 192.168.x.y where X is different of zero. I recompile the .c file to my project using PIC18F452 and crystal 20MHZ using the mikroc pro 5.0.1 compiler. I had too verified the connections between pic a...
by fernandomarques
11 Aug 2011 11:33
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

Re: SERIAL ETHERNET BOARD

Do nothing

Says can´t show the page
by fernandomarques
11 Aug 2011 11:16
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

Re: SERIAL ETHERNET BOARD

Hi hexreader! Now i´m not using my wireless router, becuase it stay a little distant of my computer and to do the debub of my project is little more dificult. So i conneted the serial board to PC and i´m trying to use the LAN (RJ45). like this: PC (LAN RJ45) -> SERIAL ETHERNET BOARD (RJ45) MCU PIC18...
by fernandomarques
11 Aug 2011 09:47
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

Re: SERIAL ETHERNET BOARD

Hi! I'm not too familiar with this type of project so I asked for one help. I have wireless net : Phone Line -> router(wireless) -> PC´s. Now i have one serial ethernet board (mikroelectronika) conneted at one PC by LAN input . I am using crossover cable (RJ45) and i am using PIC18F452 in my project...
by fernandomarques
08 Aug 2011 18:04
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

Re: SERIAL ETHERNET BOARD

Fisrt of all Thanks for your help. Another question: I have my PC connected to the LAN via wireless and the mainboard has an ethernet input (RJ45) is possible to connect the "serial ethernet board" via crossed cable? If yes: is possible to use MikroE demo code with this connection? Thank you Fernando
by fernandomarques
08 Aug 2011 10:33
Forum: Website & Forums General Discussion
Topic: SERIAL ETHERNET BOARD
Replies: 11
Views: 4927

SERIAL ETHERNET BOARD

Hi!

I need one help.

I got a board from MIKROELECTRONIKA "SERIAL ETHERNET BOARD" but I have a problem.
Can I connect this board directly to a router with RJ45 cable or need i any adapter to do that?

Thanks in advance
Fernando
by fernandomarques
03 Aug 2011 11:33
Forum: mikroC PRO for PIC General
Topic: HOW TO PASS PORTD.B7 TO ASM CODE
Replies: 6
Views: 2076

Re: HOW TO PASS PORTD.B7 TO ASM CODE

Mario já encontrei a solução. Instrução que me faltava: MBEEP_PIN, BitPos(MBEEP_PIN + 0) extern sfr sbit MBEEP_PIN ; extern sfr sbit MBEEP_PIN_Direction ; char Beep_Temp1; char Beep_Temp2; void Beep(unsigned int time) { MBEEP_PIN_Direction = 0; Beep_Temp1=255; Beep_Temp2=255; while(1) { asm{ AA: bsf...
by fernandomarques
02 Aug 2011 14:29
Forum: mikroC PRO for PIC General
Topic: HOW TO PASS PORTD.B7 TO ASM CODE
Replies: 6
Views: 2076

Re: HOW TO PASS PORTD.B7 TO ASM CODE

Thanks Mario! the biggest problem is my English. My problem is not exactly that you understood . I want to make variable a PORT PIN in asm code. Now i,m using PORTD,7, but at any time i need to change to another PORT PIN . I do not want using as constante . Example: char BeepPort; I had assign: Beep...
by fernandomarques
01 Aug 2011 17:23
Forum: mikroC PRO for PIC General
Topic: HOW TO PASS PORTD.B7 TO ASM CODE
Replies: 6
Views: 2076

HOW TO PASS PORTD.B7 TO ASM CODE

Hi! Any one can help me? I need to pass PORT PIN NUMBER in c code to asm code like the next example. The following example does not work with my project. EX: BeepPort = PORTD.B7; How can i do that? Thanks in advance. char Beep_Temp1; char Beep_Temp3; char BeepPort; void main() { TRISD=0x00; Beep_Tem...
by fernandomarques
22 Mar 2011 16:11
Forum: mikroC PRO for PIC General
Topic: MikrocC 4.60 Compiled programm
Replies: 1
Views: 1208

MikrocC 4.60 Compiled programm

Dear anikolic, or anyone After compiling my program for PIC16F877A which is quite extensive using mikroC pro 4.60, this compiler puts in the 1st line of an executable programm (hex) one goto to add zero. like this line :060000008A150A16002813 so i have problems with my bootloader. I think it may be ...
by fernandomarques
30 Oct 2010 18:35
Forum: mikroC PRO for PIC General
Topic: EEPROM EDITOR FORMAT
Replies: 3
Views: 1300

Re: EEPROM EDITOR FORMAT

Hi!
P.erasmus and you're right
my problem was in the bootloader now everything is OK.
thanks Filipe and P.erasmus for your help.

fernandomarques

Go to advanced search