serial-communication tag

6 questions


1 answers
301 views
0
How to Manually Control RTS/CTS Using the C#SerialPort Class

If you know, please let me know.We are currently developing modem testers using the SerialPort class on C#.Is there a way to manually control RTS/CTS without using System.IO.Ports.Handshake.RequestToS...

1 years ago

2 answers
284 views
0
DATA BIT WIDTH OF STEP-SYNCHRONIZATION TYPE COMMUNICATION BY VISIBLE LIGHT IN ARduino

We implement visible light communication using Arduino, but if we narrow the bit width of the data from 100 msec to 70 msec in step synchronous communication, we cannot receive it correctly.I'd like t...


1 answers
89 views
0
Information About the Loss of Received Data During Serial Communication

Currently, the serial communication between PC and PLC is causing a loss of received data.When I checked the received data in the log on the software, I found that the first 16 Byte was received.As a ...

1 years ago

2 answers
51 views
0
ERROR SOLUTION OF SERIAL COMMUNICATION PROGRAM USING pySerial

I am creating a program that uses PIC and pySerial to communicate serial.When I run a program similar to the following, I get an IndexError: index out of range error.Please tell me how to solve it.#im...


1 answers
73 views
0
Is there a library commonly used for USB serial communication on Android?

I would like to connect the Android device to the device via USB for serial communication. (Android is the host) I searched the Android API reference and found a class called Android.hardware.usb.http...


1 answers
86 views
0
Why does baud rate (bps) lead to mysterious data in serial communication between Arduino and Python?

Equipment Used: Arduio Uno USB connection between Arduino and PC using the following code.Convert the string 123 from the PC to bytes and send it to Arduino. Arduino replies the data as it is and rece...


© 2024 OneMinuteCode. All rights reserved.