Search found 8 matches

by sofarini
25 May 2012 04:14
Forum: mikroBasic General
Topic: Warning: Generated baud rate
Replies: 2
Views: 2472

Warning: Generated baud rate

Hi, I'm using PIC16F877A with RF434 Module and the recommended baud rate is 2400bps but I have a warning message : 13 1506 Warning: Generated baud rate is 2404 bps (error = 0.17 percent) how can I solve this problem also I'm trying to use 4.0Mhz XTL and 8Mhz and 12Mhz to a void division error but wi...
by sofarini
25 May 2012 04:00
Forum: mikroC PRO for PIC General
Topic: Problem withe LCD on PORTA using PIC18F4550
Replies: 2
Views: 1473

Re: Problem withe LCD on PORTA using PIC18F4550

Thank you for your help, It's work now. :P
by sofarini
24 May 2012 17:07
Forum: mikroC PRO for PIC General
Topic: Problem withe LCD on PORTA using PIC18F4550
Replies: 2
Views: 1473

Problem withe LCD on PORTA using PIC18F4550

Hi , How can I configure LCD pins on PORTA using PIC18F4550, I'm trying... and this is my code. what should I do ? // LCD module connections sbit LCD_RS at RA0_bit; sbit LCD_EN at RA1_bit; sbit LCD_D4 at RA2_bit; sbit LCD_D5 at RA3_bit; sbit LCD_D6 at RA4_bit; sbit LCD_D7 at RA5_bit; sbit LCD_RS_Dir...
by sofarini
23 May 2012 23:05
Forum: mikroC PRO for PIC General
Topic: switch Error
Replies: 4
Views: 1361

Re: switch Error

Thank you (Sy and MARIO) for your help, but the main issue is: why I can't use string in with switch statement the compiler giving this error messgae: >>switch expression must evaluate to integral type<< so I can't compare my rescived data from UART (I don't want to use strcmp function) ------------...
by sofarini
22 May 2012 18:56
Forum: mikroC PRO for PIC General
Topic: switch Error
Replies: 4
Views: 1361

switch Error

Dear sir, there is my code below, I'm trying to read data from PC and compare it using switch statement but I have this error message: switch expression must evaluate to integral type char *getOrd=""; int i; void main() { trisb = 0; portb = 0; UART1_Init(9600); // Initialize UART module at 9600 bps ...
by sofarini
06 Mar 2011 01:27
Forum: mikroBasic General
Topic: Manchseter Code Erro
Replies: 3
Views: 3229

Manchseter Code Erro

Hello evry one, I'm trying to use the Example of Manchseter code Lib with PIC16F877A via RF Module 433, but all I received is a lot of "?" and some strage ASCII symbols , Please I need a help and here is my code- TX Side code program Manchester_Transmitter ' Manchester module connections dim MANRXPI...
by sofarini
03 Oct 2010 14:22
Forum: mikroBasic PRO for PIC Beta Testing
Topic: USB_Init_Desc
Replies: 4
Views: 7070

Re: USB_Init_Desc

by applying your example which in help i got this :

30 304 Syntax error: Expected "module" but "program" found HID_Read_Write_Interrupt.mbas

1 307 File "HID_Read_Write_Interrupt.mcl" not found HID.mbas

0 102 Finished (with errors): 03 Oct 2010, 13:49:44 HID.mbppi
by sofarini
01 Oct 2010 12:50
Forum: mikroBasic PRO for PIC Beta Testing
Topic: USB_Init_Desc
Replies: 4
Views: 7070

USB_Init_Desc

:?: Hi, I have the final Version of MikroBasic Pro 4.10 and i still have a problem in using USB library I still have this Error Message from compiler : 0 360 Unresolved extern 'USB_Init_Desc' __Lib_USB_genHID.c I'm also trying to use the Example Project which placed in the help and I still have the ...

Go to advanced search