Giter VIP home page Giter VIP logo

Comments (3)

jkuusk avatar jkuusk commented on July 26, 2024

It is 04_configure_ports.sh in the install/ folder which sets up an udev rule for linking the ftdi usb-serial converter's device to /dev/radiometer0 so that the radiometer can always be accessed from the same device independent of the order of configuring the ttyUSB devices. The order of connecting the GSM modem and usb-serial converter depends on the physical USB port that is used for the ftdi board. If it is connected to the USB3 port, it seems to be configured before the GSM modem devices and is assigned the /dev/ttyUSB0 device. In all the USB2 ports the GSM modem is configured first and the ftdi chip is assigned the /dev/ttyUSB5 device.

from hypernets_tools.

javierconcha avatar javierconcha commented on July 26, 2024

Understood. Thanks!

I already had run 04_configure_ports.sh without knowing that was your script while trying to solve the issue that the radiometer is not taking measurements. Just to confirm, using this script, in the config file:
hypstar_port = /dev/radiometer0
Correct?

from hypernets_tools.

jkuusk avatar jkuusk commented on July 26, 2024

Yes, that should work. If not, you can also use /dev/ttyUSBx (probably /dev/ttyUSB5 which was hardcoded previously and seems to have worked for most of the systems).

from hypernets_tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.