F5F Stay Refreshed Software Operating Systems Configure the LinuxBind USB Serial adapter at a specific directory on the system.

Configure the LinuxBind USB Serial adapter at a specific directory on the system.

Configure the LinuxBind USB Serial adapter at a specific directory on the system.

P
ProstaKFX
Member
97
11-05-2023, 11:09 PM
#1
Hello, I understand your issue with the serial adapter behaving unpredictably. To keep it on /dev/ttyUSB0, you might try using a level shifter and connecting it directly to the Pi. This way, you avoid buying new equipment while still utilizing the adapter you already have.
P
ProstaKFX
11-05-2023, 11:09 PM #1

Hello, I understand your issue with the serial adapter behaving unpredictably. To keep it on /dev/ttyUSB0, you might try using a level shifter and connecting it directly to the Pi. This way, you avoid buying new equipment while still utilizing the adapter you already have.

O
Okunino
Posting Freak
845
11-05-2023, 11:59 PM
#2
Could you give me an example on how to use it? Initial DDG does not show much of use. I also need this to work on boot or demand with my Python script preferably.
O
Okunino
11-05-2023, 11:59 PM #2

Could you give me an example on how to use it? Initial DDG does not show much of use. I also need this to work on boot or demand with my Python script preferably.

N
Newplayer14
Junior Member
14
11-06-2023, 07:19 AM
#3
I believe the result could become difficult to handle, especially because I anticipate it will be tough to interpret. I’ve also struggled with the sample provided in the response.
N
Newplayer14
11-06-2023, 07:19 AM #3

I believe the result could become difficult to handle, especially because I anticipate it will be tough to interpret. I’ve also struggled with the sample provided in the response.

X
xItz_Oli
Junior Member
19
11-20-2023, 12:22 PM
#4
The script could be adjusted to list all /dev/ttyUSB* devices and attempt connections sequentially, expecting failures from any that are already open.
X
xItz_Oli
11-20-2023, 12:22 PM #4

The script could be adjusted to list all /dev/ttyUSB* devices and attempt connections sequentially, expecting failures from any that are already open.

S
saburo
Member
192
11-20-2023, 12:42 PM
#5
I checked the RPi forums and they recommended using the /dev/serial/by-id ID, which is currently effective. Thanks!
S
saburo
11-20-2023, 12:42 PM #5

I checked the RPi forums and they recommended using the /dev/serial/by-id ID, which is currently effective. Thanks!