Accessing a Scale via RS232 with Udoo

Discussion in 'General Programming Discussion' started by HaEngelmann, Jul 21, 2014.

  1. HaEngelmann

    HaEngelmann New Member

    Joined:
    Jul 21, 2014
    Messages:
    1
    Likes Received:
    0
    Hello,

    i'm working on a project where we want to use weighing data from a scale and use it with Scilab. The scale can be accessed via RS232. I want to use an USB-R232-adapter.
    On an x86-machine it works on Lubuntu with moserial to connect to the scale and communicate with it.

    The problem with Udoo seems to be that there are no drivers in usbserial for ARM-processors. So i can't connect it that way.

    Do you have any ideas how I can connect it? (or what information do you need for that?)

    Best Regards
    Hans Engelmann

    P.S. Sorry for my bad english
     
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    As you said, there are no drivers in usbserial for ARM-processors, so i guess you need to create your own drivers and recompile from sources.
     

Share This Page