Search found 7 matches

by hillel3
09 Dec 2014 09:00
Forum: mikroPascal FAQ
Topic: cc3000
Replies: 1
Views: 2233

cc3000

Hello
I am looking for an example of code to CC3000 ti wifi.
I'd run off with PIC16F88.
And need for the basics on configuring operation

Thank you
by hillel3
11 Jul 2014 08:01
Forum: mikroC PRO for PIC General
Topic: a question about a uart command
Replies: 3
Views: 1267

Re: a question about a uart command

char uart_rd,output[10]; void main() { ANSEL = 0; // Configure AN pins as digital //ANSELH = 0; UART1_Init(9600); // Initialize UART module at 9600 bps Delay_ms(100); // Wait for UART module to stabilize while (1) { if (UART1_Data_Ready() == 1) { // if data is received UART1_Read_Text(output,"Time",...
by hillel3
10 Jul 2014 17:42
Forum: mikroC PRO for PIC General
Topic: a question about a uart command
Replies: 3
Views: 1267

a question about a uart command

hello I am using pic 16F88 I used this code: char uart_rd,output[7]; void main() { ANSEL = 0; // Configure AN pins as digital //ANSELH = 0; UART1_Init(9600); // Initialize UART module at 9600 bps Delay_ms(100); // Wait for UART module to stabilize while (1) { if (UART1_Data_Ready() == 1) { // if dat...
by hillel3
09 Jul 2011 13:29
Forum: mikroC PRO for PIC General
Topic: Dibagr end lst file
Replies: 1
Views: 764

Dibagr end lst file

While I run the Dibagr after a few steps I get the LST file. Also examples of software I get the LST.
Why?
by hillel3
29 Apr 2011 12:39
Forum: mikroC PRO for PIC General
Topic: maximum voltage on pin PIC 16F887
Replies: 1
Views: 897

maximum voltage on pin PIC 16F887

Hello
I would like to know what the maximum voltage that can be converted to PIN from AC to DC

PIC 16F887
by hillel3
13 Jun 2010 20:57
Forum: mikroC PRO for PIC General
Topic: asm view and Serial Ethernet Board
Replies: 1
Views: 988

asm view and Serial Ethernet Board

Hello

I run the debugger and is open de asm view

Every time why ????


I use Serial Ethernet Board Examples it look good de led A and B blinker


but i dont get ping from de ip.

thank for help
by hillel3
08 Dec 2009 23:49
Forum: mikroC General
Topic: LCD 8 BIT
Replies: 1
Views: 1333

LCD 8 BIT

hello I am try to use LDC8 BIT . even if i copy an example i get an error "Routine Lcd8_Out not defined" char *text = "mikroElektronika"; void main() { TRISB = 0; // PORTB is output TRISC = 0; // PORTC is output Lcd8_Init(&PORTB, &PORTC); // Initialize LCD at PORTB and PORTC Lcd8_Cmd(LCD_CURSOR_OFF)...

Go to advanced search