Find Linux device path

Topics about the Software of Revolution Pi
Post Reply
Anil
Posts: 41
Joined: 24 Jul 2019, 09:13
Answers: 0

Find Linux device path

Post by Anil »

Hello kunbus Team,

I am trying RevPi Connect as Modbus RTU master and in that to find out the device path I follow this LINK:https://revolution.kunbus.com/tutorials ... ad-finden/
but sometimes I get the device path and most of the time it not showing anything on the bash window or sometimes
diff: /tmp/a: No such file or directory
as shown in the attached images.
please help.
Attachments
putty9.png
putty9.png (18.52 KiB) Viewed 2562 times
putty8.png
putty8.png (21.67 KiB) Viewed 2563 times
User avatar
dirk
KUNBUS
Posts: 1925
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Find Linux device path

Post by dirk »

Hi Anil, could it be that you have a typo in your script? Maybe you have to change one line to

Code: Select all

ls /dev/ttyUSB > /tmp/b
Post Reply