Hello. Sorry…I am not well english… I have one question.
I used J41 Tx-Rx of Arduino. But i want to use together J44 Tx-Rx of Arduino.
I am use the code…
import serial
serial_port = serial.Serial(
port"/dev/ttyTHS2",
baudrate=115200,
bytesize=serial.EIGHTBITS,
parity=serial.PARITY_NONE,
stopbits=serial.STOPBITS_ONE,
)
…
serial_port.write( …)
I am check the ‘ls - al /dev/ttyTHS*’
crw-rw---- 1 root dialout 238, 1 2월 16 04:24 /dev/ttyTHS1
crw-rw---- 1 root dialout 238, 2 2월 15 17:16 /dev/ttyTHS2
How can i use the ttyTHS2…:(