Search found 40 matches

by ta1dr
16 Sep 2009 08:50
Forum: Development Boards
Topic: 12F683 problems
Replies: 4
Views: 2054

Are you sure I think 12Fxxx pic all pin not connection buttons,expansion pins
please check again your development board easy5
by ta1dr
16 Sep 2009 08:48
Forum: Development Boards
Topic: 12F683 problems
Replies: 4
Views: 2054

Are you sure I think 12Fxxx pic all pin not connection buttons,expansion pins
please check again
by ta1dr
24 Jul 2009 09:37
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

Hi Steve Can you explane HID polling ? ie : I am create hid select 1ms polling that mean I will setup interrupt on my MikroE basic code 1ms is it correct also sub procedure interrupt if (INTCON.2 =1) then TMR0H=$D1 TMR0L=$20 INTCON.2=0 inc (rtc) if (rtc = 200) then rtc=0 LATB=LATB xor 1 end if end i...
by ta1dr
23 Jul 2009 13:46
Forum: mikroBasic PRO for PIC General
Topic: HID-uSB and Timer-Interupt by 18F4550 ? I`m confused
Replies: 6
Views: 3287

do you use mikroe hid terminal ? if use you konw that terminal only send one byte (or chart ) I didnt know that so and I work very hard for HID, terminal

I write my problem this forum and steve help me

if send array on USB you can visualbasic or another PC programmer software and hid dll
by ta1dr
23 Jul 2009 08:10
Forum: mikroBasic PRO for PIC General
Topic: HID-uSB and Timer-Interupt by 18F4550 ? I`m confused
Replies: 6
Views: 3287

http://www.mikroe.com/forum/viewtopic.php?t=20877

my code tmr0 interrupt work well no any problems
by ta1dr
23 Jul 2009 08:07
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

and my code is below if do you have any hint for code could you share ? I add tmr0 interrupt my code for tried it is ok because I will drive 19 sevent segment displays and 16 leds for my homecockpit for flight simulator program usb_parse include pic2usb dim rtc as word dim k, i, ch as byte wr_buffer...
by ta1dr
23 Jul 2009 08:04
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

Hi steven

all ok

I tried text parse (read_buffer array) no problems I used visual basic6 and I write small code (I created HID for VB6 on easyhid )

thanks for help and hint :wink:

ahmet
by ta1dr
22 Jul 2009 19:28
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

thanks for help
:wink: :wink:
it is not check and I checked it no error I will test for text parse (readbuffer) and write for you

best regards
ahmet
by ta1dr
22 Jul 2009 17:07
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

Hi Steven
yes I am doing so and sure 2nd tab also saved new name but compailer give error are there bug pro version 2.50 ? or I make mistake but where :(

I capture some screen for you


Image

Image
by ta1dr
22 Jul 2009 07:42
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

and my code program usb_parse include USBdsc dim rtc as word dim k, i, ch as byte wr_buffer as byte[8] rd_buffer as byte[8] wr_adr as word '****************************************************************************** ' Main Interrupt Routine '*******************************************************...
by ta1dr
22 Jul 2009 07:38
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

thanks steven I dislike for ME time to time because I can create HID from ME hid tool and save but include ME pro basic project resault a lot of error ME=MikroElektronika Line MessageNo File Name 0 1 mBPic.exe -DBG -pP18F4550 -MSF -Y -DL -O11111114 -fo48 -N"X:\microislemci\pic_upp_2009\mikro_E_2009\...
by ta1dr
15 Jul 2009 15:23
Forum: mikroBasic PRO for PIC General
Topic: I need to help about USB
Replies: 10
Views: 5477

I need to help about USB

Hi All
I need to help about USB read buffer I can send text from usb (easypic 5 and 18F2550) on HID terminal and pic send to back same text it is all ok

but how pars my text i.e. my text @RD01A56 and I want to know readbuffer[3] or readbuffer[5] maybe all buffer

thanks
by ta1dr
10 Jul 2009 14:34
Forum: mikroPascal General
Topic: Soft i2c doesn't work
Replies: 4
Views: 4175

pascal dan anlamıyorum sonuçda birbirine benziyor ama şu noktalama işaretleri beni cok yanıltıyor sim de pinlerde değişiklik oldugunu görebiliyomusun veya donanım da lojik probe yada skopda pinlerdeki durum nedir? dirençler 10k dan büyük olmasın genelde 4k7 yeterli geliyor birde her fonksiyonda conf...
by ta1dr
10 Jul 2009 13:59
Forum: mikroBasic PRO for PIC General
Topic: ADC libary or routine 16f877 /16f877A
Replies: 8
Views: 5512

this is easy function return value 0-255 sub function get_adc(dim ch as byte)as byte dim adc_reg as word adc_reg=ADC_Read(ch) adc_reg=adc_reg >> 2 result=lo(adc_reg) end sub main: dim timex as byte 'you must be set adc modul 'adcon1 and adcon0 or ansel which pic use read manuel timex=get_adc(0) ' ch...
by ta1dr
10 Jul 2009 13:45
Forum: mikroPascal General
Topic: Soft i2c doesn't work
Replies: 4
Views: 4175

SDA ve SCL pinlerine pull up dirençc takdınızmı?
eger kodlarınızda sorun yoksa çalışacakdır

Go to advanced search