Jump to content

Probleme mit Bankstick


km2301
 Share

Recommended Posts

Hallo,

habe dieses Projekt nachgebaut,

hello

with my friend we have realized the midibox db50

All parameters are editable

the program is available if you wish

photos link

http://picasaweb.goo...K2LhrnNhJ--hAE#

funktioniert auch, nur die Sounds von XG-Gold lassen sich nicht auf den Bankstick speichern.Habe die Datenleitungen überprüft, bei der Sounddatei kein clock signal bei einer Midiboxdatei ist das clock signal vorhanden.Nun bin ich völlig ratlos.Hat einer von den Profis eine Idee??

Gruß Bernhard

Link to comment
Share on other sites

Hallo,

das Projekt hat ein User aus diesem Forum gebaut()Hatte auch schon bei Milky nachgefragt war aber nicht wirklich hilfreich.Was aber sicherlich ein Sprachproblem ist Das umwandeln der Sounddatei in eine Sysexdatei klappt.Nur kann ich diese Datei nicht auf den Bankstick laden.Hab es mit MIDI-OX,MIOS Studio und Sysexbox versucht,alles Fehlanzeige.Ich vermute das es irgendwie ein Adressproblem gibt aber wie kann man das beheben?Oder was mache ich sonst falsch?(der Link war nur ein Photo)

Gruß Bernhard

Link to comment
Share on other sites

  • 2 weeks later...

Hallo,

nach langer Suche habe ich im Forum doch noch eine Anleitung gefunden()Es können erst einmal Daten geladen werden.Leider stimmen die Sounds nicht 100% mit dem Original überein.Vermute mal das bei den vielen"Wandlungen"etwas verloren geht.Der Beitrag ist ja schon ganz schön alt(2004).Gibt es vielleicht schon eine "modernere"Möglichkeit??

Gruß Bernhard

Link to comment
Share on other sites

  • 2 weeks later...

Hallo Thorsten,

vielleicht kannst Du Dir das mal anschauen.Habe das Projekt von Milky nachgebaut(steuerung einer Yamaha DB50xg mittels Midibox).

Funktioniert auch, nur kann ich den Bankstick nicht mit Sounds laden.Habe nach langen suchen Deine Anleitung gefunden es so gemacht wie in der Anleitung beschrieben, nur es klappt nicht.Habe in der bankstick-content folgendes eingegeben:

;; BankStick address range:

;; 32k BankStick (24LC256): 0x400000-0x407fff

;; 64k BankStick (24LC512): 0x400000-0x40ffff

org 0x400000

;; 16 bytes of data

db 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07

db 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f

;; a string

db 0xf0, 0x43, 0x00, 0x4b, 0x02, 0x7d, 0x11, 0x00 ;; (0x400000)

db 0x00, 0x41, 0x75, 0x72, 0x6f, 0x72, 0x61, 0x20 ;; (0x400008)

db 0x20, 0x20, 0x20, 0x0c, 0x07, 0x52, 0x50, 0x30 ;; (0x400010)

db 0x00, 0x71, 0x5a, 0x48, 0x00, 0x00, 0x02, 0x00 ;; (0x400018)

db 0x78, 0x00, 0x32, 0x00, 0x68, 0x00, 0x00, 0x00 ;; (0x400020)

db 0x40, 0x01, 0x00, 0x00, 0x42, 0x40, 0x40, 0x00 ;; (0x400028)

db 0x00, 0x00, 0x40, 0x40, 0x40, 0x0a, 0x00, 0x00 ;; (0x400030)

db 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, 0x40 ;; (0x400038)

db 0x10, 0x4c, 0x08, 0x01, 0x03, 0x01, 0xf7 ;; (0x400739)

END

;; some words (16 bit)

dw 0xdead, 0xbeef

dw 0xaffe, 0xdead

org 0x400400

db 0x12

und das kommt aus dem Bankstick raus:

;; Converted with: 'syx2asm.pl mios.syx mios.asm'

;; Delete following line if you include the file into an existing project:

LIST P=PIC18F4685, R=DEC

;; suppress "Address exceeds maximum range for this processor" message

ERRORLEVEL -220

org 0x400800

db 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 ;; (0x400800)

db 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f ;; (0x400808)

db 0xf0, 0x43, 0x00, 0x4b, 0x02, 0x7d, 0x11, 0x00 ;; (0x400810)

db 0x00, 0x41, 0x75, 0x72, 0x6f, 0x72, 0x61, 0x20 ;; (0x400818)

db 0x20, 0x20, 0x20, 0x0c, 0x07, 0x52, 0x50, 0x30 ;; (0x400820)

db 0x00, 0x71, 0x5a, 0x48, 0x00, 0x00, 0x02, 0x00 ;; (0x400828)

db 0x78, 0x00, 0x32, 0x00, 0x68, 0x00, 0x00, 0x00 ;; (0x400830)

db 0x40, 0x01, 0x00, 0x00, 0x42, 0x40, 0x40, 0x00 ;; (0x400838)

db 0x00, 0x00, 0x40, 0x40, 0x40, 0x0a, 0x00, 0x00 ;; (0x400840)

db 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, 0x40 ;; (0x400848)

db 0x40, 0x40, 0x00, 0x00, 0x00, 0x40, 0x00, 0x1d ;; (0x400850)

db 0x00, 0x7f, 0x01, 0x7f, 0x00, 0x01, 0x01, 0x30 ;; (0x400858)

db 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x00 ;; (0x400860)

db 0x40, 0x01, 0x40, 0x40, 0x40, 0x3c, 0x3f, 0x3f ;; (0x400868)

db 0x3f, 0x3f, 0x40, 0x40, 0x40, 0x40, 0x40, 0x11 ;; (0x400870)

Wo kommt den auf einmal die org 0x400800 her??

Danke

Gruß Bernhard

Link to comment
Share on other sites

Hallo Bernhard,

das ist verdammt lang her... doch soweit ich das ueberblicke, kompiliert der assembler fuer ein falsches PIC derivat wenn im .asm file (oder in der Kommandozeile) nicht explizit ein PIC18F (wie bspw. PIC18F4685) selektiert wurde.

Welches PIC18F derivat nun genau angegeben wird, tut nichts zu Sache - es geht nur um die Umsetzung der Daten in ein .hex File

Habe gerade folgendes ausprobiert:

- den von Dir angegebenen Code in ein file namens "xxx.asm" geschrieben

- dieses File mit "gpasm -p p18f4685 xxx.asm" uebersetzt

- das daraus resultierende .hex File in MIOS Studio 2 eingeladen - die Adressen werden korrekt erkannt -> so kannst Du es direkt aufladen.

hex2syx.pl und syx2asm.pl sind eigentlich obsolet, da die Umwandlung ja mittlerweile in MIOS Studio passiert... doch auch damit habe ich es ausprobiert. hex2syx.pl wandelt das xxx.hex file in ein .syx file um, und syx2asm.pl wandelt es wieder zurueck.

Gruss, Thorsten.

Link to comment
Share on other sites

"das ist verdammt lang her... doch soweit ich das ueberblicke, kompiliert der assembler fuer ein falsches PIC derivat wenn im .asm file (oder in der Kommandozeile) nicht explizit ein PIC18F (wie bspw. PIC18F4685) selektiert wurde."

Du meinst sicherlich die main.asm,habe dort auch den Pic F4685 eingetragen aber vielleicht ist das Programm schon zu alt und erkennt diesen Pic-Typ nicht.

;; define processor (note for the experts:

;; "EEPROM16" doesn't work here due to the automatic wraparound at 0x10000

;; -> the BankStick memory must be located at 0x410000-0x41ffff)

LIST P=PIC18F4685, R=DEC

;; suppress "Address exceeds maximum range for this processor" message

ERRORLEVEL -220

;; include the bankstick content

#include "bankstick_content.inc"

;; END (never remove this directive)

END

Du hast es mit gpasm übersetzt, damit habe ich mich noch gar nicht beschäftigt .Muß mal schauen wie das überhaupt funktioniert.Wäre schön wenn ein Profi mal ein Beispiel postet.

Gruß Bernhard

Link to comment
Share on other sites

Nein, Du hast meine Erklaerung falsch interpretiert.

Hier ein individueller Tip: wenn Deine Datei main.asm heisst, dann tippe:

gpasm -p p18f4685 main.asm

und nicht

gpasm -p p18f4685 xxx.asm

Ich haette auch profi-maessig:

gpasm -p <derivat> <filename>

schreiben koennen, doch ich vermute, dass Dir diese Schreibweise unbekannt ist... richtig?

Gruss, Thorsten.

Link to comment
Share on other sites

habe gerade alle notwendigen Programme heruntergeladen und mal probiert.Hat geklappt mit Fehlermeldungen aber das bekomme ich hin.Eine Frage noch,kann ich eine normale syx.Datei (zB aus XG-Gold)übersetzen oder muß ich erst mit hex2syx.pl die Datei umwandeln??

Danke für Deine Geduld

Gruß Bernhard

Ich haette auch profi-maessig:

gpasm -p <derivat> <filename>

schreiben koennen, doch ich vermute, dass Dir diese Schreibweise unbekannt ist... richtig?

Richtig!!!!ich sehe,Du "erkennst Deine Schweine am Gang" wie wir in der Lausitz sagen.

Edited by km2301
Link to comment
Share on other sites

Hallo,

also für diesen Programmierungskram bin ich doch zu blöd.Bekomme einfach diese .asm Datei nicht hin.Kommt ständig die Fehlermeldung Syntax error 103.Vielleicht kann mal ein Profi so eine Beispiel.asm schreiben wo ich dann meine syx Daten reinschreiben kann.

Danke für eure Geduld

Gruß Bernhard

Link to comment
Share on other sites

Hallo Bernhard,

haeng' das .asm File doch bitte mal an diesen Thread an (-> "Use Full Editor", "-> "Attach Files")

so koennte ich es editieren, kompilieren, und Dir das .hex File zukommen lassen.

Gruss, Thorsten.

Link to comment
Share on other sites

Hallo,

Datei anhängen geht nicht,Fehlermeldung:Sie sind nicht berechtigt dieser Art von Datei_Upload.Vielleicht geht es auch so.

TIMESTAMP IN PORT STATUS DATA1 DATA2 CHAN NOTE EVENT

00005332 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4B 00 00 09 00 F7

00005335 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 00 00 7E 00 F7

00005338 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 49 01 00 01 00 F7

00007AE6 2 -- F0 Buffer: 256 Bytes System Exclusive

SYSX: F0 43 00 4B 02 7D 11 00 00 41 74 6D 6F 73 70 68 65 72

SYSX: 65 0C 0F 5B 50 30 6E 3C 30 06 00 1F 20 23 14 1F 20 23

SYSX: 14 00 64 00 40 01 00 00 42 40 40 00 00 00 40 40 40 0A

SYSX: 00 00 40 40 40 40 00 00 00 40 40 40 00 00 00 40 00 6F

SYSX: 00 7F 01 7F 00 01 01 04 00 00 00 08 1F 58 40 00 40 01

SYSX: 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 3F 00 60 18 30

SYSX: 48 60 40 40 40 40 40 40 40 3C 3F 3F 3F 3F 40 40 40 40

SYSX: 40 60 18 30 48 60 40 40 40 40 00 05 40 3C 00 3F 3F 3F

SYSX: 10 7F 7F 00 00 40 01 63 00 7F 01 7F 00 01 01 0C 00 00

SYSX: 0A 00 00 4C 3B 00 40 01 40 40 40 3C 3F 3F 3F 3F 40 40

SYSX: 40 40 40 00 02 60 18 30 48 60 40 40 40 40 40 40 40 3C

SYSX: 3F 3F 3F 3F 40 40 40 40 40 48 18 30 48 60 40 41 40 40

SYSX: 00 06 40 3C 00 0C 3F 3F 12 7F 7F 00 00 40 01 6C 00 7F

SYSX: 01 7F 00 01 01 0C 00 00 0A 00 00 4C 47 00 40 01 40 40

SYSX: 40 3C 3F 3F

00007AE6 2 -- F7 Buffer: 136 Bytes SysEx End

SYSX: 3F 3F 40 40 40 40 40 00 02 60 18 30 09 60 40 40 40 40

SYSX: 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 48 18 30 48 60

SYSX: 40 40 40 40 00 08 40 3C 00 0C 3F 3F 12 7F 7F 00 00 40

SYSX: 00 6F 00 7F 01 7F 01 02 01 3F 00 00 3F 0F 0C 58 40 00

SYSX: 3C 01 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 3F 00 60

SYSX: 18 30 60 6C 3E 40 3F 3F 40 40 40 3C 3F 3F 3F 3F 40 40

SYSX: 40 40 40 54 18 3A 48 60 40 43 42 43 00 09 40 3C 00 0C

SYSX: 3F 3F 10 7F 7F 00 00 42 00 F7

00007B9E 2 -- F0 Buffer: 256 Bytes System Exclusive

SYSX: F0 43 00 4B 02 7D 11 01 00 41 74 6D 6F 73 70 68 65 72

SYSX: 65 0C 03 5B 50 30 6E 3C 30 06 00 1F 20 23 14 1F 20 23

SYSX: 14 00 64 00 40 01 00 00 42 40 40 00 00 00 40 40 40 0A

SYSX: 00 00 40 40 40 40 00 00 00 40 40 40 00 00 00 40 01 6C

SYSX: 00 7F 01 7F 00 01 01 0C 00 00 0A 00 00 4C 47 00 40 01

SYSX: 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 00 02 60 18 30

SYSX: 09 60 40 40 40 40 40 40 40 3C 3F 3F 3F 3F 40 40 40 40

SYSX: 40 48 18 30 48 60 40 40 40 40 00 08 40 3C 00 0C 3F 3F

SYSX: 12 7F 7F 00 00 40 00 6F 00 7F 01 7F 01 02 01 3F 00 00

SYSX: 3F 0F 0C 58 40 00 3C 01 40 40 40 3C 3F 3F 3F 3F 40 40

SYSX: 40 40 40 3F 00 60 18 30 60 6C 3E 40 3F 3F 40 40 40 3C

SYSX: 3F 3F 3F 3F 40 40 40 40 40 54 18 3A 48 60 40 43 42 43

SYSX: 00 09 40 3C 00 0C 3F 3F 10 7F 7F 00 00 42 01 6C 00 7F

SYSX: 01 7F 00 01 01 0C 00 00 0A 00 00 4C 47 00 40 01 40 40

SYSX: 40 3C 3F 3F

00007B9E 2 -- F7 Buffer: 136 Bytes SysEx End

SYSX: 3F 3F 40 40 40 40 40 00 02 60 18 30 09 60 40 40 40 40

SYSX: 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 48 18 30 48 60

SYSX: 40 40 40 40 00 08 40 3C 00 0C 3F 3F 12 7F 7F 00 00 40

SYSX: 00 6F 00 7F 01 7F 01 02 01 3F 00 00 3F 0F 0C 58 40 00

SYSX: 3C 01 40 40 40 3C 3F 3F 3F 3F 40 40 40 40 40 3F 00 60

SYSX: 18 30 60 6C 3E 40 3F 3F 40 40 40 3C 3F 3F 3F 3F 40 40

SYSX: 40 40 40 54 18 3A 48 60 40 43 42 43 00 09 40 3C 00 0C

SYSX: 3F 3F 10 7F 7F 00 00 42 00 F7

00007C57 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 04 00 F7

00007C67 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 23 42 F7

00007C76 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 23 42 F7

00007C86 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 24 40 F7

00007C95 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 24 40 F7

00007CA5 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 25 40 F7

00007CB5 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 25 40 F7

00007CC4 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 26 00 F7

00007CD4 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 26 00 F7

00007CE4 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 27 00 F7

00007CF3 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 27 00 F7

00007D03 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 28 00 F7

00007D12 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 28 00 F7

00007D22 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 1D 40 F7

00007D32 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 1D 40 F7

00007D41 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 1E 40 F7

00007D51 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 1E 40 F7

00007D61 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 1F 40 F7

00007D70 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 1F 40 F7

00007D80 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 20 0A F7

00007D8F 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 20 0A F7

00007D9F 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 21 00 F7

00007DAF 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 21 00 F7

00007DBE 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 22 00 F7

00007DCE 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 22 00 F7

00007DDE 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 4D 40 F7

00007DED 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 4D 40 F7

00007DFD 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 4E 40 F7

00007E0C 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 4E 40 F7

00007E1C 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 4F 40 F7

00007E2C 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 4F 40 F7

00007E3B 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 50 00 F7

00007E4B 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 50 00 F7

00007E5A 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 51 00 F7

00007E6A 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 51 00 F7

00007E7A 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 52 00 F7

00007E89 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 52 00 F7

00007E99 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5A 40 F7

00007EA9 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5A 40 F7

00007EB8 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5B 40 F7

00007EC8 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5B 40 F7

00007ED8 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5C 40 F7

00007EE7 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5C 40 F7

00007EF7 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5D 00 F7

00007F06 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5D 00 F7

00007F16 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5E 00 F7

00007F26 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5E 00 F7

00007F35 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 5F 00 F7

00007F45 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 5F 00 F7

00007F54 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 68 00 F7

00007F64 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 68 00 F7

00007F74 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 12 3C F7

00007F83 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 12 3C F7

00007F93 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 13 6E F7

00007FA3 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 13 6E F7

00007FB2 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 0D 30 F7

00007FC2 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 0D 30 F7

00007FD1 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 0C 50 F7

00007FE1 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 0C 50 F7

00007FF1 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 05 01 F7

00008000 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 05 01 F7

00008016 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 07 00 F7

00008024 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 01 3F F7

00008034 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 02 00 F7

00008044 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 03 00 F7

00008053 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 00 03 00 F7

00008063 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 07 00 F7

00008073 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 01 3F F7

00008082 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 02 00 F7

00008092 2 -- F0 Buffer: 9 Bytes System Exclusive

SYSX: F0 43 10 4C 08 01 03 01 F7

Danke noch einmal für Deine Hilfe.

Gruß Bernhard

Edited by km2301
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...