linkesprite jpeg color camera Kategorie: Programmierung Basic (von Lorenzo - 13.12.2012 14:44) | ||
| ||
Ich habe die Kamera der TXD an PE0 und der RXD an PE1 angeschlossen. Ich habe folgendes Programm geschrieben : 'Hauptprogramm Sub main() Dim reset(4)= {&H56, &H00, &H26, &H00} As Long Dim returnr(4)= {&H76, &H00, &H26, &H00} As Long Dim picture(5)= {&H56, &H00, &H36, &H01, &H00} As Long Dim returnp(5)= {&H76, &H00, &H36, &H00, &H00} As Long Serial_Init(0,SR_8BIT Or SR_1STOP Or SR_NO_PAR,SR_BD19200) 'Init RS232: 19200 bps, 8 Bit, 1 Stop, NP Serial_WriteText(0,reset) Serial_WriteText(0,returnr) Serial_WriteText(0,picture) Serial_WriteText(0,returnp) End Sub Ist das Programm so richtig ? Nachstehend das "Comunication Protocol": 1. Reset Command (HEX) 56 00 26 00 Return (HEX) 76 00 26 00 2.Take picture Command (HEX) 56 00 36 01 00 Return (HEX) 76 00 36 00 00 3.Read JPEG file size Command (HEX) 56 00 34 01 00 Return (HEX) 76 00 34 00 04 00 00 XH XL 4.Read JPEG file content Command (HEX) 56 00 32 0C 00 0A 00 00 MH ML 00 00 KH KL XX XX Return (HEX) 76 00 32 00 00 | ||
Antwort schreiben Antworten: Re: linkesprite jpeg color camera (von SvenA - 15.12.2012 19:35) Re: linkesprite jpeg color camera (von Lorenzo - 15.12.2012 21:54) Re: linkesprite jpeg color camera (von SvenA - 16.12.2012 19:21) Re: linkesprite jpeg color camera (von SvenA - 16.12.2012 20:44) Re: linkesprite jpeg color camera (von Lorenzo - 17.12.2012 22:06) Re: linkesprite jpeg color camera (von SvenA - 17.12.2012 22:37) Re: linkesprite jpeg color camera (von SvenA - 17.12.2012 22:57) Re: linkesprite jpeg color camera (von Lorenzo - 20.12.2012 20:53) Re: linkesprite jpeg color camera (von SvenA - 20.12.2012 23:13) Re: linkesprite jpeg color camera (von Lorenzo - 21.12.2012 15:32) Re: linkesprite jpeg color camera (von SvenA - 22.12.2012 17:45) Re: linkesprite jpeg color camera (von Lorenzo - 29.12.2012 21:39) Re: linkesprite jpeg color camera (von SvenA - 30.12.2012 13:38) |
Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum