Search found 9 matches

by hanskarl
Tue Aug 19, 2014 1:59 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Es läuft und ohne Virenwarnung. Kurz zusammengefasst was beim C# Interface zu beachten ist: 1.) Slave Adresse ist 8 bit (7 bit Adresse *2) 2.) report[2] ist immer die Slaveadresse, im Datenblatt wird das bei Read mit command bezeichnet, wohl weil der Slave evtl. verschiedene Adressen hat unter denen...
by hanskarl
Mon Aug 04, 2014 10:09 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Danke für die Bereitstellung.
by hanskarl
Mon Aug 04, 2014 1:08 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Dasselbe Problem

URL
hxxp://www.codemercs.de/files/c-sharp.zip|C#\Voltmeter (MAX127A)\Voltmeter\obj\x86\Release\Voltmeter.exe

Infektion
Win32:Evo-gen [Susp]
by hanskarl
Mon Aug 04, 2014 12:38 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Danke, aber dasselbe Problem.
Hier die Meldung des Virenscanners avast:


URL
hxxp://www.codemercs.com/files/SDK_2014.zip|SDK 2014\Windows\bin\SPI_MAXIM6675.exe

Infektion
Win32:Evo-gen [Susp]
by hanskarl
Mon Aug 04, 2014 12:08 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Ich komme aber trotzdem nicht dran.
by hanskarl
Mon Aug 04, 2014 11:43 am
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Wie gesagt, der Virenscanner blockiert mir das File.
by hanskarl
Mon Aug 04, 2014 10:02 am
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Mit Adresse 0x12 geht es jetzt doch, sorry war ein Fehler von mir.
Der Hinweis auf 7 und 8 Bit Adressen war wichtig, vielen Dank!
Dennoch bin ich an einigen Programmstellen unsicher, ich würde gerne an das Beispiel drankommen.
by hanskarl
Mon Aug 04, 2014 9:51 am
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

Re: IOW 56 - DG Dongle und I2C in C#

Danke für die Hinweise. Simple-I2C erkennt die Adresse als 9. Auch mit Adresse 0x12 statt 0x09 geht es noch nicht.
Es gelingt mir nicht das SDK unter /Downloads/Software IO-Warrior SDK Pack zu laden, der Virenscanner blockiert mir dies als verdächtiges Objekt. Gibt es das Beispiel auch so?
by hanskarl
Sun Aug 03, 2014 1:36 pm
Forum: IO-Warrior Deutsch
Topic: IOW 56 - DG Dongle und I2C in C#
Replies: 15
Views: 13068

IOW 56 - DG Dongle und I2C in C#

Der Dongle kann mit dem Slave unter dem Programm Simple-I2C problemlos kommunizieren, d.h. die I2C Hardware fuktioniert auf beiden Seiten. (Slaveadr. 9, 100 KHz) Eine eigene Softwareapplikation unter C# bekommt keine Verbindung zum Slave (die Applikation wurde schon mal mit SPI eingesetzt, funktioni...