ADC zu RS232 Kategorie: IDE (von Bram - 17.07.2016 23:16) | ||
| ||
What is Wrong ? Thanks Bram. SPI_Disable(); Serial_Init(PORT,SR_8BIT|SR_1STOP|SR_NO_PAR,SR_BD19200); // Read ADC and transfer the data to the Serial Port while (1) { ADC_SetInt(40,1); ADC_StartInt(); Serial_WriteText(0,"ADC1:rn"); Serial_Write(0,ADC_ReadInt()); Serial_Write(0,(13)); AbsDelay(1000); } } | ||
Antwort schreiben Antworten: Re: ADC zu RS232 (von Tobias - 18.07.2016 0:00) |
Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum