SerialSerial communication on pins TX/RX uses TTL logic levels (5V or  dịch - SerialSerial communication on pins TX/RX uses TTL logic levels (5V or  Việt làm thế nào để nói

SerialSerial communication on pins

Serial

Serial communication on pins TX/RX uses TTL logic levels (5V or 3.3V depending on the board). Don't connect these pins directly to an RS232 serial port; they operate at +/- 12V and can damage your Arduino board.
Serial is used for communication between the Arduino board and a computer or other devices. All Arduino boards have at least one serial port (also known as a UART or USART): Serial. It communicates on digital pins 0 (RX) and 1 (TX) as well as with the computer via USB. Thus, if you use these functions, you cannot also use pins 0 and 1 for digital input or output.
You can use the Arduino environment's built-in serial monitor to communicate with an Arduino board. Click the serial monitor button in the toolbar and select the same baud rate used in the call to begin().
The Arduino Mega has three additional serial ports: Serial1 on pins 19 (RX) and 18 (TX), Serial2 on pins 17 (RX) and 16 (TX), Serial3 on pins 15 (RX) and 14 (TX). To use these pins to communicate with your personal computer, you will need an additional USB-to-serial adaptor, as they are not connected to the Mega's USB-to-serial adaptor. To use them to communicate with an external TTL serial device, connect the TX pin to your device's RX pin, the RX to your device's TX pin, and the ground of your Mega to your device's ground.
The Arduino Due has three additional 3.3V TTL serial ports: Serial1 on pins 19 (RX) and 18 (TX); Serial2 on pins 17 (RX) and 16 (TX), Serial3 on pins 15 (RX) and 14 (TX). Pins 0 and 1 are also connected to the corresponding pins of the ATmega16U2 USB-to-TTL Serial chip, which is connected to the USB debug port. Additionally, there is a native USB-serial port on the SAM3X chip, SerialUSB'.
The Arduino Leonardo board uses Serial1 to communicate via TTL (5V) serial on pins 0 (RX) and 1 (TX). Serial is reserved for USB CDC communication. For more information, refer to the Leonardo getting started page and hardware page.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
SerialSerial communication on pins TX/RX uses TTL logic levels (5V or 3.3V depending on the board). Don't connect these pins directly to an RS232 serial port; they operate at +/- 12V and can damage your Arduino board. Serial is used for communication between the Arduino board and a computer or other devices. All Arduino boards have at least one serial port (also known as a UART or USART): Serial. It communicates on digital pins 0 (RX) and 1 (TX) as well as with the computer via USB. Thus, if you use these functions, you cannot also use pins 0 and 1 for digital input or output.You can use the Arduino environment's built-in serial monitor to communicate with an Arduino board. Click the serial monitor button in the toolbar and select the same baud rate used in the call to begin().The Arduino Mega has three additional serial ports: Serial1 on pins 19 (RX) and 18 (TX), Serial2 on pins 17 (RX) and 16 (TX), Serial3 on pins 15 (RX) and 14 (TX). To use these pins to communicate with your personal computer, you will need an additional USB-to-serial adaptor, as they are not connected to the Mega's USB-to-serial adaptor. To use them to communicate with an external TTL serial device, connect the TX pin to your device's RX pin, the RX to your device's TX pin, and the ground of your Mega to your device's ground.The Arduino Due has three additional 3.3V TTL serial ports: Serial1 on pins 19 (RX) and 18 (TX); Serial2 on pins 17 (RX) and 16 (TX), Serial3 on pins 15 (RX) and 14 (TX). Pins 0 and 1 are also connected to the corresponding pins of the ATmega16U2 USB-to-TTL Serial chip, which is connected to the USB debug port. Additionally, there is a native USB-serial port on the SAM3X chip, SerialUSB'.The Arduino Leonardo board uses Serial1 to communicate via TTL (5V) serial on pins 0 (RX) and 1 (TX). Serial is reserved for USB CDC communication. For more information, refer to the Leonardo getting started page and hardware page.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Nối tiếp

truyền thông nối tiếp vào chân TX / RX sử dụng mức logic TTL (5V hoặc 3.3V tùy thuộc vào hội đồng quản trị). Không kết nối các chân trực tiếp vào một cổng nối tiếp RS232; họ hoạt động ở +/- 12V và có thể làm hỏng bảng Arduino của bạn.
nối tiếp được sử dụng để giao tiếp giữa các bảng Arduino và một máy tính hoặc các thiết bị khác. Tất cả các bảng Arduino có ít nhất một cổng nối tiếp (cũng được biết đến như một UART hoặc USART): Serial. Nó giao tiếp trên chân số 0 (RX) và 1 (TX) cũng như với máy tính qua cổng USB. Vì vậy, nếu bạn sử dụng các chức năng này, bạn có thể không còn sử dụng chân 0 và 1 cho đầu vào kỹ thuật số hoặc đầu ra.
Bạn có thể sử dụng môi trường của Arduino tích hợp màn hình nối tiếp để giao tiếp với một bảng Arduino. Nhấp vào nút màn hình nối tiếp trong thanh công cụ và chọn tốc độ truyền tương tự được sử dụng trong các cuộc gọi để bắt đầu ().
Arduino Mega có thêm ba cổng nối tiếp: Serial1 trên các chân 19 (RX) và 18 (TX), Serial2 trên các chân 17 ( RX) và 16 (TX), Serial3 trên các chân 15 (RX) và 14 (TX). Để sử dụng các chân để giao tiếp với máy tính cá nhân của bạn, bạn sẽ cần một USB-to-serial card bổ sung, như họ không được kết nối với bộ chuyển đổi USB-to-serial của Mega. Để sử dụng chúng để giao tiếp với một thiết bị nối tiếp TTL bên ngoài, kết nối pin TX pin RX của thiết bị của bạn, RX pin TX thiết bị của bạn, và mặt đất của Mega của bạn xuống đất của thiết bị của bạn.
Arduino Do có thêm ba TTL 3.3V cổng nối tiếp: Serial1 trên các chân 19 (RX) và 18 (TX); Serial2 trên các chân 17 (RX) và 16 (TX), Serial3 trên các chân 15 (RX) và 14 (TX). Pins 0 và 1 cũng được kết nối với các chân tương ứng của ATmega16U2 USB-to-TTL con chip nối tiếp, được kết nối với cổng USB gỡ lỗi. Ngoài ra, có một cổng USB-nối tiếp bản địa trên chip SAM3X, SerialUSB '.
Ban Arduino Leonardo sử dụng Serial1 để giao tiếp thông qua TTL (5V) nối tiếp vào chân 0 (RX) và 1 (TX). Nối tiếp được dành riêng cho giao tiếp USB CDC. Để biết thêm thông tin, hãy tham khảo các Leonardo nhận được trang bắt đầu và trang phần cứng.
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: