Search found 5 matches

by wsm0
15 Nov 2023 16:54
Forum: mikroPascal for AVR General
Topic: How to adapt an USBASP-Programmer
Replies: 2
Views: 7612

Re: How to adapt an USBASP-Programmer

Danke fĂĽr die Antwort.
Ich wollte den USBASP nochmal einrichten.
Kannst du mir genauer schreiben (screencopy9) was wo eintutragen ist ?

Danke
Wolfgang
by wsm0
10 Mar 2012 12:33
Forum: mikroPascal for AVR General
Topic: How to adapt an USBASP-Programmer
Replies: 2
Views: 7612

How to adapt an USBASP-Programmer

Hi,

I am using an USBASP-Programmer with BASCOM. It works well.

How can I use this programmer with mikroPascal?

There are only a .sys and a .dll - file.

How can I use this files as tool ?

W.
by wsm0
11 Dec 2009 16:20
Forum: mikroPascal PRO for AVR General
Topic: How to create a module an how to use the module in PASCAL?
Replies: 3
Views: 2624

How to create a module an how to use the module in PASCAL?

Can anyone give me an example how to create a module and use it.

ws
by wsm0
11 Dec 2009 16:18
Forum: mikroBasic PRO for AVR General
Topic: How to create a module and how to use it ?
Replies: 1
Views: 1783

How to create a module and how to use it ?

Can anyone give me an example how to create a module and use it.

ws
by wsm0
12 Jan 2009 20:01
Forum: mikroPascal General
Topic: Help for LCD_Init()
Replies: 2
Views: 2762

Help for LCD_Init()

Hi, I need help for LCD at Atmega8 I connected my LCD as follows: program Lcd_Test; // LCD module connections var LCD_RS : sbit at PORTB.B4; var LCD_EN : sbit at PORTB.B5; var LCD_D4 : sbit at PORTB.B0; var LCD_D5 : sbit at PORTB.B1; var LCD_D6 : sbit at PORTB.B2; var LCD_D7 : sbit at PORTB.B3; var ...

Go to advanced search