Announcement

Collapse
No announcement yet.

Com ports

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Com ports

    I have a question about how I tell what com ports (/dev/tty?? ) are in use on the Hometroller SEL
    Can we run a command somewhere to list the /dev/ttyS? ports available similar to the RPi?
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    #2
    Yup; linux is linux.

    SSH to your SEL to look see. Note that it is not HS3 that sets the com port rather it's the operating system (well like in Windows). Here are 8 serial ports configured via one Digi USB to 8 serial port box.

    pete@ics-HS3:/dev$ ls ttyUSB*
    ttyUSB0 ttyUSB1 ttyUSB2 ttyUSB3 ttyUSB4 ttyUSB5 ttyUSB6 ttyUSB7
    pete@ics-HS3:/dev$


    You can see what specific USB to serial devices you utlize by typing lsusb

    pete@ics-HS3:~$ lsusb
    Bus 002 Device 002: ID 8087:8000 Intel Corp.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 8087:8008 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 003: ID 1608:000f Inside Out Networks [hex] Edgeport/8
    Bus 003 Device 002: ID 0409:005a NEC Corp. HighSpeed Hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    - Pete

    Auto mator
    Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb
    Homeseer Zee2 (Lite) - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e - CherryTrail x5-Z8350 BeeLink 4Gb BT3 Pro
    HS4 Lite - Ubuntu 22.04 / Lenovo Tiny M900 / 32Gb Ram

    HS4 Pro - V4.1.18.1 - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
    HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

    X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

    Comment


      #3
      Will try it out. Thanks
      Cheers,
      Bob
      Web site | Help Desk | Feature Requests | Message Board

      Comment

      Working...
      X