Search found 9 matches

by lolix69
26 Feb 2009 17:46
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

Hi,

I'm having a lot of trouble to send data from the USB to LCD.

Someone can give me some examples?
by lolix69
23 Feb 2009 17:17
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

continuous function without.... My configuration projecti is: PIC 18F4550 MicroC 8.2 Clock: 48 MHz Flags Project Checked: PLLDIV_2_1L CPUDIV_OSC1_PLL2_1L USBDIV_2_1L FOSC_HSPLL_HS_1H FCMEM_OFF_1H IESO_OFF_1H POWRT_ON_2L BOR_ON_2L BOV_43_2L VREGEN_ON_2L WDT_OFF_2H WDTPS_256_2H HCLRE_ON_3H LPT1OSC_OFF...
by lolix69
20 Feb 2009 10:31
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

In the EasyPic5 Board, i cant use PORTD for LCD, only PORTB, no?

jajajja.... nunca habia oido lo de Portuñol xDDDD
by lolix69
19 Feb 2009 22:02
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

Does it you work to write to the LCD and to the USB?

An yes.... i speak spanish, but my englis is very poor
by lolix69
19 Feb 2009 21:36
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

dont work

if I call the function HID_enable, the LCD does not work
by lolix69
19 Feb 2009 16:40
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

the PIC is 18F4550
by lolix69
19 Feb 2009 15:29
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

still not working?
Any idea?
by lolix69
19 Feb 2009 11:53
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

The code is this: void main() { unsigned char i, ch; df = 0; Delay_ms(1000); Delay_ms(1000); Lcd_Config(&PORTB, 4, 5, 6, 3, 2, 1, 0); // Initializar LCD al PORTB LCD_Cmd(LCD_CLEAR); LCD_Cmd(LCD_CURSOR_OFF); LCD_Out(1,1,"adios"); Delay_ms(1000); Delay_ms(1000); Init_Main(); HID_Enable(&userRD_buffer,...
by lolix69
19 Feb 2009 10:47
Forum: mikroC General
Topic: USB and LCD
Replies: 25
Views: 8889

USB and LCD

Hi,

I want to send a text sent to the LCD via USB from the USB HID example.

The problem is that I can not send a command to the LCD, but if I turn off routines HID_enable, and lets me communicate with the USB

What can I do?

I have the EasyPic5

Bye

Go to advanced search