Search found 19 matches

by Remoeggel
15 Feb 2022 15:57
Forum: Development Boards
Topic: Windows rights for AVR-Flash
Replies: 1
Views: 503

Windows rights for AVR-Flash

Hello After not using EasyAVR V6 Board for over 4 Years, i tried to install again everything on an new Computer with Windows 10 64-Bit. After installing the flashing software AVRFlash 2.2 i give it a try and want to read out the installed mikrocontroller. But this didn't work, and i've got those err...
by Remoeggel
10 Nov 2010 20:47
Forum: mikroC PRO for PIC Wish List
Topic: #define and Code Assistant
Replies: 1
Views: 1467

#define and Code Assistant

Hello I use the MicroC Pro and i like it. :) :) :) But is there a chance to get the #define variables in the Code Assistant window? if i write: #define Servo_1 PORTA.B0 I write in a other position in my programmcode "Ser" and press Ctrl+Space and in this Code Assistant window i would like to see the...
by Remoeggel
09 Aug 2009 08:42
Forum: mikroC General
Topic: Problem with Deskriptor for USB-Joystick
Replies: 5
Views: 2332

Hello again This is my "USBDsc.c" File. Have no one a idea, why the Gamecontroller-Window shows me only the Throttle axis? I want see the throttle- and the collective-axis. //****************************************************************************** // // File Version 1.01 // //*****************...
by Remoeggel
07 Aug 2009 23:58
Forum: mikroC General
Topic: Problem with Deskriptor for USB-Joystick
Replies: 5
Views: 2332

OK.

If i change the "USAGE (Collective Control)" to "USAGE (Rudder)"
then the controllwindow shows me the rudderaxis.
by Remoeggel
07 Aug 2009 16:55
Forum: mikroC General
Topic: Problem with Deskriptor for USB-Joystick
Replies: 5
Views: 2332

Problem with Deskriptor for USB-Joystick

Hello

I heave written the following deskrtiptor for a USB-Joystick:

Image

and after programming the PIC 18F2550 the result is:

Image
How can i use the "Collective Control" ?
by Remoeggel
07 Aug 2009 16:35
Forum: mikroC General
Topic: Data from PIC to PC via Ethernet
Replies: 7
Views: 3244

Hello

I have solved this problem.

The string is saved in the xp registry under:

HKEY_LOCAL_MACHINE -> SYSTEM -> ControllSet001 -> Controll ->
MediaProperties -> PrivateProperties -> Joystick -> OEM

and then you must seek the correct folder and delete this.

Remo
by Remoeggel
06 Aug 2009 20:29
Forum: mikroC General
Topic: USB Joystick Name change
Replies: 3
Views: 2092

Hello

Yes i did this but without success.
by Remoeggel
06 Aug 2009 18:45
Forum: mikroC General
Topic: USB Joystick Name change
Replies: 3
Views: 2092

USB Joystick Name change

Hello I did a little bit experimental with PIC 18F2550 and USB. I try to create a USB-Joystick. After a lot of work my joystick works. Now i wanted change the joystick name (string 2) in the USBdsc.c file but the gamecontroller-window shows me just the same name as before defined. Heave you a idea a...
by Remoeggel
04 Feb 2009 15:29
Forum: mikroC General
Topic: Sylvac Read in
Replies: 1
Views: 1146

No idea?
Please help me.

Remo
by Remoeggel
03 Feb 2009 08:53
Forum: mikroC General
Topic: Sylvac Read in
Replies: 1
Views: 1146

Sylvac Read in

Hello

I want to read out a digital caliper.
How can i red out the second data-paket after the 90us pause in clock?
Finaly i want read out 4 caliper so i can't use RB0INT.

Hardware und Software:

EasyPIC5 Board
MikroC V8.2.0

Image

thanks

Remo
by Remoeggel
30 Jan 2009 21:42
Forum: mikroC General
Topic: Function and Port
Replies: 4
Views: 2039

Is there no solution for my problem.

Remo
by Remoeggel
30 Jan 2009 11:22
Forum: mikroC General
Topic: Function and Port
Replies: 4
Views: 2039

So i heave written some example of my idea. #define X_Data PORTB.F0 #define Y_Clock PORTB.F5 #define Y_Data PORTB.F1 #define Z_Clock PORTB.F6 #define Z_Data PORTB.F2 #define Z0_Clock PORTB.F7 #define Z0_Data PORTB.F3 unsigned long ReadCaliper (char Clock, char Data){ //Serial reead in with Clock and...
by Remoeggel
30 Jan 2009 07:54
Forum: mikroC General
Topic: Function and Port
Replies: 4
Views: 2039

Hello I heave four digital caliper on my PIC16F877A. Each caliper has a clock- and a dataline. Caliper 1: Clock -> PORTB.F4 / Data -> PORTB.F0 Caliper 2: Clock -> PORTB.F5 / Data -> PORTB.F1 Caliper 3: Clock -> PORTB.F6 / Data -> PORTB.F2 Caliper 4: Clock -> PORTB.F7 / Data -> PORTB.F3 Now i want to...
by Remoeggel
29 Jan 2009 19:13
Forum: mikroC General
Topic: Function and Port
Replies: 4
Views: 2039

Function and Port

Hello Can i call a function and over give the Port? something like this: #define Data PORTB.F0 #define Clock PORTB.F1 void Test (DataPort, ClockPort){ //Do something with the Ports as a sample: if (ClockPort == 1){ DataPort = 1; } //etc... } void main(){ do { Test(Data, Clock); }while (1); } thanks ...
by Remoeggel
14 Aug 2008 14:09
Forum: mikroC General
Topic: PIC 2 PIC Master/Slave Communication using I2C... Enjoy
Replies: 41
Views: 109091

It works now!!!

Hello Tom

It works now.
The problem was a false value in the register SSPCON.
:oops: :x :oops:

thanks for all

Remo

Go to advanced search