-
Datei
USB.c
*/ EpTable[1].RxCount = EpBulkLenId; /* erstmal.. */ /* EP2 = Bulk OUT (nur OUT) */ EpTable[2].TxOffset = Ep2RxAOffset; EpTable[2].TxCount = EpBulkLenId; EpTable[2].RxOffset = Ep2RxBOffset; EpTable[2].RxCount = EpBulkLenId
in „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
db214_224-2_1_.pdf
SERIAL CLOCK INPUT LATCHES OSC XTAL ENABLE / MUTE EN / MUTE CLEAR / SCRAMBLE CLEAR / SCRAMBLE 1MHz Rx / Tx (SER / PAR) Rx / Tx A0 A1 VDD A2 ROM DIVIDER DIVIDER VBIAS A3 V CK CK SS A4 B B (SERIAL DATA IN) CKA FC1 FC2 PS CLOCK Rx / Tx CK3 SWITCHING CKB CK4 EN ×PS ×Rx Rx PS ×EN ×Tx Rx IN Tx OUT CK CTCSS
in „Scrambler für PMR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Beispiel_RS232.txt
void); extern int com_putc(char c); extern void rts_on(void); extern void rts_off(void); extern char *rx_buf; extern int rx_high, rx_low, rx_rd, rx_wr, rx_len, rts, cts, rx; /* Baudrate */ #define B_110 0 #define B_150 1 #define B_300 2 #define B_600 3 #define B_1200 4 #define B_2400 5 #define B_4800 6
-
Datei
ip_rx_crpr.v
(rx_din[1:0] == 2'b00) ? rx_din[9:2] : (rx_din[9:2] + 1); // get length end 8'h44: // CfgWr0 begin one_nph <= 1'b1; one_npd <= 1'b1; end 8'h04: // CfgRd0 begin one_nph <= 1'b1; end 8'h45: // CfgWr1 begin
-
Datei
st-link_gdbserver_log.txt
/property>\012</memory><memory type="ram" start="0x8020000" length="0xf7fdffff"/></memory-map>#71 [2.019] read(): <676> Rx: $m8000140,4#2a [2.019] handlePacket(): Reading 0x4 bytes of memory from addr 0x8000140 [2.019] write(): <676> Tx: $80b582b0#fb [2.023] read(): <676> Rx: $qSymbol::#5b [2.023] write
in „STM32 Cube IDE Inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
z16c30um.pdf
49 AD13 AD6 22 48 AD14 AD7 23 47 AD15 VSS 24 46 VSS VDD 25 45 VDD /RxREQA 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 /RxREQB A A A A A A A S S S B B B B B B B Q x x D x x T V V S T x x D x x Q R / R D / T / V / T / D R / R T / / T / / ® Figure 1-2. USC 68
in „unbekanntes Bus (Frame) entziffern, brauche Hilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
board_schematic2.pdf
19 LILEDJ LILEDJ A8 GBE0_LINK# SATA2_RX+ A25 SATA2_RX+ SATA2_RX+ 7 18 LCDD11 LCDD10 B72 B62 PCIE2_RX- PCIE2_RX+ 10 LINK100/SLED# A4 A26 SATA2_RX- 18 LCDD10 LVDS_B0- PCIE_RX2- PCIE2_RX- 10 19 LINK100/SLED# LINK1000# A5 GBE0_LINK100# SATA2
in „USB 2.0 Beschaltung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ip_rx_crpr.v
; end 8'b01110xxx: // MsgD begin one_ph <= 1'b1; one_pd <= 1'b1; sm <= e_DATA_LEN; //pd_num <= rx_din[38:32]; // get length //pd_num <= (rx_din[1:0] == 2'b00) ? rx_din[9:2] : (rx_din[9:2] + 1); // get length end
-
Datei
nrf24l01_drv.c
the RX device: TX5 device: TX_ADDR = 0xB3B4B5B605 TX5 device: RX_ADDR_P0 = 0xB3B4B5B605 RX device: RX_ADDR_P5 = 0xB3B4B5B605 3. A high pulse on CE starts the transmission. The minimum pulse width on CE is 10µs
in „NRFL24L01+ - Immer Ärger mit den Paarungen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
xaui_0_block.vhd
----------------- Receive Ports - RX 8B/10B Decoder Ports ----------------- gt2_rxdisperr_out : out std_logic_vector(1 downto 0); gt2_rxnotintable_out : out std_logic_vector(1 downto 0); --------------------------- Receive Ports - RX AFE
-
Datei
usb.c
*/ EpTable[1].RxCount = EpBulkLenId; /* erstmal.. */ /* EP2 = Bulk OUT (nur OUT) */ EpTable[2].TxOffset = Ep2RxAOffset; EpTable[2].TxCount = EpBulkLenId; EpTable[2].RxOffset = Ep2RxBOffset; EpTable[2].RxCount = EpBulkLenId
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
M162.BAS
= &H4013 Const Can_rx_id = &H4014 Const Can_rx_len = &H4015 Const Can_rx_buf0 = &H4016 Const Can_rx_buf1 = &H4017 Const Can_rx_buf2 = &H4018 Const Can_rx_buf3 = &H4019 Const Can_rx_buf4 = &H401A Const Can_rx_buf5 = &H401B
in „ATMEGA162 + SJA1000 Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ip_rx_crpr.v
(rx_din[1:0] == 2'b00) ? rx_din[9:2] : (rx_din[9:2] + 1); // get length end 8'h44: // CfgWr0 begin one_nph <= 1'b1; one_npd <= 1'b1; end 8'h04: // CfgRd0 begin one_nph <= 1'b1; end 8'h45: // CfgWr1 begin
-
Datei
PICO-RX_1_.html
verhindere ich bisher sehr wirkungsvoll zumindest alle vorher festgestellten Störungen, die sich z.B. durch benachbarte UKW-Rundfunksender ergeben hatten.<br> <br> </big></b> <div align="center"><a href="PICO-RX_2.jpg"><img src="PICO-RX_2.jpg" alt="" width="600" height="342"> </a> <br> <big><b>Abb.3&
-
Datei
usb.c
+ (Ep1RxAOffset<<UMEM_SHIFT)) #endif #define EP2RxABuffer (USB_RAM + (Ep2RxAOffset<<UMEM_SHIFT)) #define EP2RxBBuffer (USB_RAM + (Ep2RxBOffset<<UMEM_SHIFT)) #define EP3TxBuffer (USB_RAM + (Ep3TxOffset<<UMEM_SHIFT
in „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Copter_Code.txt
(RxInPitch) > 30) Change_Arming = 0; // re-set count, Minsoo } // 3Sec / 0.000128 = 23437 = 0x5B8D or // 2.5Sec / 0.000128 = 19531 = 0x4C4B // 0.5Sec / 0.000128 = 3906 = 0x0F42 // Minsoo if (Change_Arming
in „RC Empfänger PWM Signal Mosfet Motorregler“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
rf__0_4_schem.pdf
0 1B1 20/30m 100nF 4.7K 4.7K RX 0 1 0 1 1B2 40m GND PIC2d02 PIC2d01N B3 PIR3c0PIR3c02 I0 PIR3dPIR3d02B4 RX 0 1 1 0 1B3 15-10m 100nF R3Rc P1R2b2 I1R2d2 R3d3 RX 0 1 1 1 1B4 80m Optional D 100K 4.7K 4.7K 100K
-
Datei
Messadap.asm
cbr WPORTB,1<<PB0 RW_D3: sleep ;Rx D3 ; Tx D2 sbrs RPORTB,PB1 rjmp E_D3_High cbr WPORTB,1<<PB0 sleep ;Rx D4 ; Tx D3 out PORTB,NULL sbrs RPORTB,PB1 ;Wenn gelesenes Bit 1 dann Pull-Up einschalten sbi PORTB,PB4 rcall SWAIT in r16,PINB ;PortB
in „Einfacher Messadapter RS232“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RFM70_HH.c
registers ****************** Switch_Bank(0); for(i=0; i<10; i++) SPI_send_get(WRITE_REG|Bank0_Reg[i*2], &Bank0_Reg[i*2+1], RX_ptr,1); StrMat("\n Bank 0 ok"); SPI_send_get(WRITE_REG|10, RX0_Address, RX_ptr,5); // RX0_Address // SPI_send_get(WRITE_REG|11, RX1_Address, RX_ptr,5); // RX1_Address (not necessary when only pipe 0 is active) if (device_no == 2) RX0_Address[0] = 0x02; // TX-Address for device 2 is not used, but should not be same as dev 1 SPI_send_get(WRITE_REG|16, RX0_Address, RX_ptr,5); // TX_Address = RX0_Adress (same as RX0 in sender to
in „RFM70 arbeitet nicht zuverlässig“ · HF, Funk und Felder ·
-
PDF
AN460_P82B96.pdf
100ns, and from Rx to Sx it is any great restriction. The buffered side can be used for about 300ns. interconnection, and distance. +VCC(2–15 V) +5 V R1 I C SDA ‘SDA’ Tx (NEW LEVELS) (SDA) Rx (SDA) 1/2 PB2B96 NOTE: The
in „I2C EEPROM Störung bei 15m mit BusBuffer P82B96“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_hdi.c
Descriptor Type -> Constant INTERFACE (04h) TESTHID_INTERFACE, // bInterfaceNumber Number identifying this interface (0) 0, // bAlternateSetting Value used to select an alternate setting (0) 2, // bNumEndpoints Number of endpoints supported, except Endpoint 0 (2) 0x03
in „Teensy HDI läuft nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
x_rpn_boris_A328_v5.17.bas
= Rx Rx = 1.0 / Rx Case K_enter ' "Enter" If Z_inputflag = 0 Then Call Enter ' Call Beepme End If Call Beepme Case K_fix2 ' Umschalten Anzeigemodus Float -> Fix2 -> -> Eng -> H:M -> Hex ... If X_adresse >
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
PDF
RFM70.pdf
RX_ADDR_P1 39:0 0xC2C2C R/W 2C2C2 maximum length. (LSB byte is written first. Write the number of bytes defined by SETUP_AW) 0C RX_ADDR_P2 7:0 0xC3 R/W Receive address data pipe 2. Only LSB MSB bytes is
in „SPI und RFM70 [AVR-ASSEMBLER]“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
can-receiver.bas
------------------------------------------- Enable Interrupts Call Can_init(2) ' demo 1 : receive all identifier via MOb 3 ------------------------------------ Call Can_rx_mob(3 ) ' demo 2 : receive 11 bit identifier via MOb 3, 29 bit identifier via MOb 6 ---- ' Call Can_rx_mob
in „AVR AT90CAN128 bei CAN-Empfang langsam“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
handy_lcd_schaltplan.pdf
PC1 C156 G4 VDET SRI_C C9 SRI CLK E7 A6 U102 SRI_E F6 SRI_EN UMTS2100_RX1 RXP_HB3 SRI_D TP_SRI_DATA SRI_DAT A A5 UMTS2100_RX2 B4 RXN_HB3 C10 RXP_HB2 RXD0 RXDATA3G0 L121 B3 RXN_HB2 RXD1 D9 DCS_RX_N A3 D10 RXDATA3G1 L 14 C155 RXP_HB1 RXD2 RXDATA3G2 A2 RXN_HB1 B1 F10 RXN_LB2
in „Altes Handy Display zum Basteln“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Dokument1.txt
/ |_ 5 Bytes unsigned ana15 : 10; // | unsigned ana16 : 10; // - } sensdata1; struct ananum { byte b0 : 1; byte b1 : 1; byte b2 : 1; byte b3 : 1; byte b4 : 1; byte b5 : 1; byte b6 : 1; byte b7 : 1; } __attribute__((_packed_)); struct leds { byte b0 : 1; byte b1 : 1; byte b2 : 1; byte b3 : 1; byte b4 : 1; byte b5 : 1; byte b6 : 1; byte b7 : 1; } __attribute__((_packed_)); static unsigned int anaanzahl; static byte USART0_RxBuf[USART0_R_BUFF_SIZE]; static volatile byte USART0_RxHead; static volatile byte USART0
in „ATmega128 USART kriegs nicht zum Laufen / bin am verzweifeln“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wl_module.c
//Set RX_Address Pipe 1 data[0]= data[1]= data[2]= data[3]= data[4]= RX_ADDR_P1_B0_DEFAULT_VAL; wl_module_set_rx_addr(data, 5, 1); //Set RX_Address Pipe 2-5 data[0]=RX_ADDR_P2_DEFAULT_VAL; wl_module_set_rx_addr
in „2,4 Ghz Kommunikation“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
UR_gen.v
<= 1'b0; tx_eop <= 1'b0; if (rx_sop) begin sm <= e_rcv_req; traffic_class <= rx_din[6:4]; mrd_lk <= (rx_din[14] == 1'b0) && (rx_din[12:8] == 5'b0_0001); casex(rx_din[15:8]) //decode fmt type // 8'b0000_0010
-
Datei
atm324p.c
to 0. * It is used to recognize too long delays between two character received from DATA OUT of the rx module; * The value is entered in milliseconds */ void TimeoutInit( BYTE ms) { TCNT2 = 0; if( timeout_act) return; timeout_act = TRUE; OCR2A = ms<<3; TCCR2A = 0; TIMSK2 = 1<<OCIE2A; TCCR2B = (7<<CS20
in „ATMEGA324P über die ISP Schnittstelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ino.txt
&= 0xFFFF9FFF; // reset CAN remap // CAN_RX mapped to PA11, CAN_TX mapped to PA12 if (remap == 0) { RCC->APB2ENR |= 0x4UL; // Enable GPIOA clock GPIOA->CRH &= ~(0xFF000UL); // Configure PA12(0b0000) and PA11(0b0000) // 0b0000 // MODE=00(Input
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wl_module.c
//Set RX_Address Pipe 1 data[0]= data[1]= data[2]= data[3]= data[4]= RX_ADDR_P1_B0_DEFAULT_VAL; wl_module_set_rx_addr(data, 5, 1); //Set RX_Address Pipe 2-5 data[0]=RX_ADDR_P2_DEFAULT_VAL; wl_module_set_rx_addr
in „NRF24L01 und Atmega328P“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheljhet.pdf
Silan Semiconductors TX-2B/RX-2B REMOTE CONTROLLER WITH FIVE FUNCTIONS DESCRIPTION The TX-2B/RX-2B is a pair of CMOS LSIs designed for remote DIP-14 controlled car applications. The TX-2B/RX-2B has five control keys TX-2B for
in „Sender-Empfänger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheljhet.pdf
Silan Semiconductors TX-2B/RX-2B REMOTE CONTROLLER WITH FIVE FUNCTIONS DESCRIPTION The TX-2B/RX-2B is a pair of CMOS LSIs designed for remote DIP-14 controlled car applications. The TX-2B/RX-2B has five control keys TX-2B for
in „Sender-Empfänger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
126799.pdf
Silan Semiconductors TX-2B/RX-2B REMOTE CONTROLLER WITH FIVE FUNCTIONS DESCRIPTION The TX-2B/RX-2B is a pair of CMOS LSIs designed for remote DIP-14 controlled car applications. The TX-2B/RX-2B has five control keys TX-2B for
in „Was für eine Art von Empfänger ist das?“ · HF, Funk und Felder ·
-
Datei
optiboot_atmega128.lst
time for ; exceed of a 4*(2B) limit. AOUT CNT16_CCRB, r24 ; Start counter 1 with /8 scaler, begin measurement 1fc5c: 8e bd out 0x2e, r24 ; 46 0001fc5e <wt_rx1l>: wt_rx1l: #if INVERSE_UART > 0 ASBIC UART_RX_PIN, UART_RX_BIT ; Look if RX is still high #else ASBIS UART_RX_PIN, UART_RX_BIT ; Look if RX is still low 1fc5e: 82 9b sbis 0x10, 2 ; 16 #endif rjmp wt_rx1l 1fc60: fe cf rjmp .-4 ; 0x1fc5e <wt_rx1l> ; now we should have start-bit
in „Tester für Spezialversion des AVR Bootloaders optiboot gesucht!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbStefan_Aenderung.c
*/ EpTable[1].RxCount = EpBulkLenId; /* erstmal.. */ /* EP2 = Bulk OUT (nur OUT) */ EpTable[2].TxOffset = Ep2RxAOffset; EpTable[2].TxCount = EpBulkLenId; EpTable[2].RxOffset = Ep2RxBOffset; EpTable[2].RxCount = EpBulkLenId
in „USB CDC von Stefan Frings und WS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Lankarte.pdf
aus Register WRITE_EN RX_FLG_DV 1 IC47A RX_DATA0 2 A1 B1 18 DATA0 TX_FLG_DV 3 RX_DATA1 3 A2 B2 17 DATA1 TX_FIFO_FULL RX_FLG_EMPTY 2 RX_DATA2 4 16 DATA2 aus Register 7408N RX_DATA3 5 A3 B3 15 DATA3 TX_EN 4 IC29B READ_EN RX_DATA4
in „Space Age 2 der 32Bit MIPS Rechner in TTL“ · Projekte & Code ·
-
PDF
nrf.pdf
VDD_LC Supply current one channel 1000kbps 11.1 mA Max input Receiving at <0.1% BER 0 dBm RX Sensitivity at 0.1%BER (@2000kbps) -82 dBm SENS RX SENS Sensitivity at 0.1%BER (@1000kbps) -85 dBm C/ICO C/I Co-channel (@2000kbps) 12 7 /11 14 dB C/I1ST 1 Adjacent Channel Selectivity C/I 2MHz 1/4 dB
in „NRF24L01 und Atmega328P“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
17mb70-5-sema_schematics.pdf
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 R581 D F135 F121 90R D S 1 90R 4 1 90R 4 RX_A_1_N 1 FR1 4 TX_A_1_N_PIX 680R RX_B_1_N FR1 TX_B_1_N_PIX RX_B_3_N FR1 TX_B_3_N_PIX 1 C70810p N RX_A_1_P 2 3 TX_A_1_P_PIX 9 D 50V O RX_B_1_P 2 FR2 3 TX_B_1_P_PIX RX_B_3_P 2 FR2 3 TX_B_3_P_PIX FR2 1 3
in „LED TV Medion MD 30630 defekt, nicht einmal standby Lampe“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
rpn_boris_A328_v2.14.bas
Rx = Ry / Rx Call Rolldown Case K_einsdrchx ' 1/x Lstx = Rx Rx = 1.0 / Rx Case K_enter ' "Enter" If Z_inputflag = 0 Then Call Enter ' Call Beepme End If Call Beepme Case K_fix2 ' Umschalten Anzeigemodus Float -> Fix2 -> -> Eng -> H:M ... Wrk_fix_flag = Ee_fixflag + 1 If Wrk_fix_flag > 3 Then Wrk_fix_flag = 0 Ee_fixflag = Wrk_fix_flag Call Beepme Case K_roll ' Roll Down Lstx = Rx Rx = Ry Ry = Rz Rz = Rt Rt = Lstx
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
PDF
Testboard_KK32F7.PDF
SDIO_D5/DCMI_D7/LCD_B7 SPI6_MISO/USART6_RTS/LCD_B4/FMC_NE4/LCD_B1/PG12 PI18200181 POUUSART3_TX P91100PB10/TIM2_CH3/I2C2_SCL/SPI2_SCK/I2S2_CK/USART3_TX/OTG_HS_ULPI_D3/ETH_MII_RX_ER/LCD_G4 SPI6_SCK/USART6_CTS/ETH_MII_TXD0/ETH_RMII_TXD0
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
messages.txt
xfer 91c3e9b0: len 1 tx 91c3e834/11c3e834 rx 00000000/ffffffff Jul 22 23:28:36 ngw user.debug kernel: ads7846 spi0.1: next xfer 91c3e9d4: len 2 tx 00000000/ffffffff rx 91c3e840/11c3e840 Jul 22 23:28:36 ngw user.debug
in „Probleme mit ADS7846 beim NGW100“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RXV667.pdf
), Español (Spanish), РУccкий (Russian) 14 RX-V667/HTR-6063/RX-A700 ■ INTERNALVIEW 1 2 3 4 5 6 7 8 9 10 11 12 1 VIDEO (2) P.C.B. X V 2 VIDEO (3) P.C.B. R 6 3 MAIN (3) P.C.B. (R, L models) - / 7 T 4 OPERATION (8) P.C.B. 0 R 5 MAIN (2) P.C.B. 6 6
in „Yamaha RX-V667 Reparatur und Bezugsquellen?“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
usb.c
*/ EpTable[1].RxCount = EpBulkLenId; /* erstmal.. */ /* EP2 = Bulk OUT (nur OUT) */ EpTable[2].TxOffset = Ep2RxAOffset; EpTable[2].TxCount = EpBulkLenId; EpTable[2].RxOffset = Ep2RxBOffset; EpTable[2].RxCount = EpBulkLenId
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.h
#define USART_RX_INT_OFF 0b00000000 // Receive interrupt off #define USART_RX_INT_MASK (~USART_RX_INT_ON) #define USART_ADDEN_ON 0b00100000 // #define USART_ADDEN_OFF 0b00000000 // #define USART_ADDEN_MASK (~USART_ADDEN_ON
in „Hilfe bei MCP201 Lin-Transceiver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „ATmega UART spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „UART mit Atmega8 (Peter Fleury Library)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „AVR bootloader Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE variables define the buffer size in bytes. Note that these variables must be a power of 2. USAGE: Refere to the header file uart.h for a description of the routines
in „AVR Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·