Udoo as a Shapeoko 2 CNC controller

Discussion in 'General Discussion' started by Zeus, Jan 16, 2015.

  1. Zeus

    Zeus New Member

    Joined:
    Oct 11, 2013
    Messages:
    6
    Likes Received:
    0
  2. kendall.green

    kendall.green New Member

    Joined:
    Dec 1, 2013
    Messages:
    18
    Likes Received:
    0
    I am trying something similar with a UDOO dual, Chilipeppr and serial-port-json-server. Chilipeppr is a web application for 3D graphic representation and control of a CNC machine, it uses WebGL so the new UDOObuntu v2 should work well with it. Serial-port-json-server doesn't recognize the UDOO port for the Arduino out of the box but it can open /dev/ttymxc3 and communicate with it.
    IWhen I open /dev/ttymxc3 115200, I get the following:
    open /dev/ttymxc3 115200
    {"Cmd":"Open","Desc":"Got register/open on
    port.","Port":"/dev/ttymxc3","IsPrimary":true,"Baud":115200,"BufferType":""}
    list
    {
    "SerialPorts": [
    {
    "Name": "/dev/ttymxc3",
    "Friendly": "/dev/ttymxc3",
    "SerialNumber": "",
    "DeviceClass": "",
    "IsOpen": true,
    "IsPrimary": true,
    "RelatedNames": null,
    "Baud": 115200,
    "BufferAlgorithm": "",
    "AvailableBufferAlgorithms": [
    "default",
    "tinyg",
    "tinygg2",
    "grbl",
    "marlin"
    ],
    "Ver": 1.83,
    "UsbVid": "",
    "UsbPid": ""
    }
     
  3. xwalter

    xwalter Member

    Joined:
    Sep 8, 2014
    Messages:
    89
    Likes Received:
    4
    what I know is that after you had dowload the firmware into arduino due , you have to rebbot the udoo to get the serial port and put the jumper in its properly position
     

Share This Page