UPort 404-T w/o Adapter (2024)

UPort 404/407 Series

4 Port industrial-grade USB Hub, without Power Adapter, Wide Temperature

  • Email
  • Print
  • Twitter
  • Linkedin

Free Ground Shipping on U.S. Orders over $99 $332.24

IN STOCK: 0 Units

Please contact us via sales@neteon.net or 888-908-3330 for other product options.

ADD TO CART

Call Us 1-888-908-3330 for Availability or Possible Alternatives

Features and Benefits

moxa-uport-404-407-series-datasheet-v2.4.pdf

View More

'; productshtml += `

Stocks:${stock}${onOrder}${onOrderMsg}

` productshtml += '

$' + pPrice + '

'; productshtml += '

\ \ \

\ '; if (products[i].node.prices.price.value > 0) { productshtml += ''; } } if (products.length >= 1) { if (maxPrice > minPrice) { $('.pdponediv .leftdiv .twodiv .twospan').text(`$${minPrice.toFixed(2)} - $${maxPrice.toFixed(2)}`); } else { $('.pdponediv .leftdiv .twodiv .twospan').text(`$${minPrice.toFixed(2)}`); } } else if (products.length === 1) { $('.pdponediv .leftdiv .twodiv .twospan').text(`$${minPrice.toFixed(2)}`); } else { $('.pdponediv .leftdiv .twodiv .twospan').text(); } $("#products").html(productshtml); $($(".head_icon ")[0]).click(); }); } }); $('#add-to-cart-button').click(function(){ let productId = $('#add-to-cart-button').attr('data-id'); let qty = $('#cartid').val(); console.log(productId); let productObj = { "item_id": productId, "item_name": "UPort 404-T w/o Adapter", "quantity": qty, "price": '332.24', }; console.log(productObj); gtag('event', 'add_to_cart', { items: [productObj] }); }); function cartclick(price, productid, e) { $(e).attr("fill", "#008787"); $(e).parent().parent().attr("productid", productid); $(e).parent().parent().attr("addcart", true); $(e).parent().parent().attr("price", price); let totals = 0.0; let text = ''; let firstValue = true; const products = $('#products .tabletr'); $.each(products, (index, tr) => { let price = $(tr).attr('price'); let productId = $(tr).attr('productid'); let addcart = $(tr).attr('addcart'); if (addcart) { let name = $(tr).find('.product-name a').text(); let qty = +$(tr).find('.product-qty .product-qty-input').val(); text += (firstValue) ? qty + "*" + name : ", " + qty + "*" + name; totals += qty * parseFloat(price); // populate selected product array let productObj = { "item_id": productId, "item_name": name, "quantity": qty, "price": price, }; console.log(productObj); let productArray = JSON.parse(window.localStorage.getItem('cart_bar_items')); let newItem = true; console.log(typeof productArray); console.log(productArray); if(typeof productArray !== "object"){ productArray = []; } let i=0; while (i < productArray.length) { if(productArray[i].item_name === name){ newItem = false; productArray[i] = productObj; i = productArray.length; } i++; } if(newItem) { productArray.push(productObj); } window.localStorage.setItem('cart_bar_items', JSON.stringify(productArray)); // end populate local storage array firstValue = false; } }) $("#prospantwo").text(text); $("#totleid").text("$" + parseFloat(totals).toFixed(2)); } function addtocart(productid, e) { $(e).text("adding to cart..."); var data = { 'action': 'add', 'product_id': productid, 'qty[]': $("#cartid").val(), }; $.post("/remote/v1/cart/add", data, function(response) { if ($(".cart-quantity").length == 2) { $(".cart-quantity")[1].innerText = parseInt($(".cart-quantity")[1].innerText) + parseInt($("#cartid").val()); } else { $(".cart-quantity")[0].innerText = parseInt($(".cart-quantity")[0].innerText) + parseInt($("#cartid").val()); } setTimeout(function() { $(e).text("+ ADD TO CART"); }, 1000); console.log(response); }); } function configurableUpdatePrice() { const configItems = $('#configurable-section .display_item'); let summary = ''; let total = 0; $(configItems).each((index, item) => { let selected = $(item).find('.customselectclass'); let optionTitle = $(item).find('.display_name').text(); let qty = +$(item).find('.display_qty .qty_qty').val(); if ($(selected).val() != '' && qty > 0) { let id = $(selected).val(); let name = $(selected).find('option:selected').data('name'); let price = window.pricelist[id]; total += parseFloat(price * qty); summary += `${optionTitle} :`; summary += `

${qty} x ${name} $${price.toFixed(2)}

`; } }); $("#carprice").text("$" + total.toFixed(2)); $('#carspanid').html(summary); }

Accessories Specifications

Related Products

UPort 407-T w/o Adapter

7 Port industrial-grade USB Hub, without Power Adapter, Wide Temperature

$411.15

Adding to cart… The item has been added

UPort 404

4-port industrial USB hub, adaptor included, 0 to 60°C operating temperature

IN STOCK: 3 Units

$265.36

Adding to cart… The item has been added

UPort 404/407 Series

4 and 7-port industrial-grade USB 2.0 hubs

UPort 1450-G2-T

UPort 1450-G2-T ; USB to 4-port RS-232/422/485 serial hub, -40 to 75°C (-40 to 167°F)

$391.62

Adding to cart… The item has been added

UPort 1450I-G2-T

UPort 1450I-G2-T ; USB to 4-port RS-232/422/485 serial hub, 2 kV isolation, -40 to 75°C (-40 to 167°F)

$716.90

Adding to cart… The item has been added

`; html2 += `

${trname}

`; html2 += `

${trdesc}

`; html2 += `

${trstock}${tronorder}${tronordermsg}

`; html2 += `

$${priceFormat(trprice)}

`; html2 += `

${traction}

` html2 += ``; } }) }) html2 += `` html2 += ``; html2 += '

'; html2 += '

'; } } }); if(html==""){ $("#Accessoriespan").css("display","none").addClass('--disabled'); $("#Accessories").parent().css("display","none"); $("#Accessoriespan").next().click(); // $("#Accessoriespan").next().addClass("span_tab_green"); // $("#Accessories").next().removeClass("div_hide"); // $("#Accessories").next().addClass("div_show"); }else{ // $("#Accessories").html(html); $("#Accessories").html(html2); if($("#Accessories").children().length>0) $($("#Accessories").children()[0].children[0].children[1]).click(); } $('#Accessories .pdp_content_1:first-child .pdp_content_head, #Accessories .pdp_content_1:first-child .pdp_content_2').addClass('--active') $('.pdp_content_head').click(function(){ $(this).toggleClass('--active'); $(this).siblings('.pdp_content_2').toggleClass('--active') }) }); }); } else { // product has no options $("#Accessoriespan").css("display","none").addClass('--disabled'); $("#Accessories").parent().css("display","none"); $("#Accessoriespan").next().click(); } var specification = `""`; if (specification) { // escape double quote and unicode specification = specification.replace('neteon.net/warranty', 'shopmoxa.neteon.net/warranty-policy').replace('www.neteon/warranty', 'shopmoxa.neteon.net/warranty-policy'); //specification = specification.replaceAll(`u00b0`, `\u00b0`).replaceAll(`u00b1`, `\u00b1`).replaceAll(`u00ae`, `\u00ae`).replaceAll(`"u00e2u20acu0153`, ``).replaceAll(`"u00cbu02dc`, ``); //specification = specification.replace(/=\"([^"]*?)\"/ig, `=\\\"$1\\\"`).replace(/>n+t*\s*<`).replace(/>n+t*\s*/ig, `>`); //specification = specification.replace(/"([\d][^"<>\\]+)"([\d|\s|x][^,:}"]+)"([\d|\s|x][^,:}"]+)"/ig, `"$1\\\"$2\\\"$3\\\"`); //specification = specification.replace(/\"([\d][^"<>]+)\"(\s*[^,:}])/ig, `\"$1\\\"$2`).replace(/( {1})\"([\w][^"<>]+)\"( [^,:}]{1})/ig, `$1\\\"$2\\\"$3`); //specification = specification.replace(/\n/g,' '); //specification = specification.replaceAll(`Logic "0"`, `Logic 0`).replaceAll(`Logic "1"`, `Logic 1`).replaceAll(`0 0 to 3 VDC`, `0 to 3 VDC`); //specification = specification.replace(//gi, ''); //specification = specification.replace(/\t/gi, ''); specification = specification.replaceAll(`u00b0`, `\u00b0`).replaceAll(`u00b1`, `\u00b1`).replaceAll(`u00ae`, `\u00ae`).replaceAll(`"u00e2u20acu0153`, ``).replaceAll(`"u00cbu02dc`, ``); specification = specification.replace(/=\"([^"]*?)\"/ig, `=\\\"$1\\\"`).replace(/>n+t*\s*<`).replace(/>n+[\t*\s*]+/ig, `>`); specification = specification.replace(/"([\d][^"<>\\]+)"([\d|\s|x][^,:}"]+)"([\d|\s|x][^,:}"]+)"/ig, `"$1\\\"$2\\\"$3\\\"`); specification = specification.replace(/\"([\d][^"<>\\]+)\"(\s*[^,:}])/ig, `\"$1\\\"$2`).replace(/( {1})\"([\w][^"<>]+)\"( [^,:}]{1})/ig, `$1\\\"$2\\\"$3`); specification = specification.replace(/\n/g,' '); specification = specification.replaceAll(`Logic "0"`, `Logic 0`).replaceAll(`Logic "1"`, `Logic 1`).replaceAll(`0 0 to 3 VDC`, `0 to 3 VDC`); specification = specification.replace(/\t/gi, ''); // console.log(specification) specification = JSON.parse(specification); var htmlTwo = "

Collapse All -

" htmlTwo += "

"; for(item in specification){ //console.log('item',item); htmlTwo += "

"; htmlTwo += "

"+item+"

"; htmlTwo += "

"; for(info in specification[item]) { htmlTwo += "

"; htmlTwo += "

"+info+"

"; htmlTwo += "

"+specification[item][info]+"

" htmlTwo += "

"; } htmlTwo += "

"; htmlTwo += "

" } htmlTwo += "

" $("#specid").html(htmlTwo); $('.sp-group_title').click(function(){ $(this).toggleClass('--active'); $(this).siblings('.sp-group_info-wrapper').toggleClass('--active') }) $('#sp-expand').click(function() { var expandText = $(this).text(); if($(this).hasClass('--active')) { //open all tab $(this).removeClass('--active'); $(this).text('Expand All +'); $('.sp-group_title, .sp-group_info-wrapper').removeClass('--active'); } else { //close all tab $(this).addClass('--active'); $(this).text('Collapse All -'); $('.sp-group_title, .sp-group_info-wrapper').addClass('--active'); } }) } /////////////// jQuery(".title-list__btn").click(function(){ const $background_div = $("") jQuery(this).parent().parent().find(".modal").addClass('is-active'); jQuery(this).parent().parent().append($background_div); document.body.scroll = "no"; document.body.style.overflow = 'hidden'; jQuery(".modal__close").click(function(){ console.log("close"); jQuery(this).parent().parent().parent().parent().find(".modal").removeClass('is-active'); // jQuery(this).parent().parent().parent().parent().remove($background_div); $background_div.remove(); document.body.scroll = "yes"; document.body.style.overflow = 'auto'; }) jQuery($background_div).click(function(){ jQuery(this).parent().parent().find(".modal").removeClass('is-active'); $background_div.remove(); console.log("close"); document.body.scroll = "yes"; document.body.style.overflow = 'auto'; }) }); jQuery(".icon-info").mouseenter(function(){ // console.log('hovered'); $(this).parent().find(".module-block__bubble").addClass('module-block__bubble--shown'); }); jQuery(".icon-info").mouseleave(function(){ // console.log('hovered'); $(this).parent().find(".module-block__bubble").removeClass('module-block__bubble--shown'); }); ////////////})function _w_table_rowspan(_w_table_id, _w_table_colnum) { _w_table_firsttd = ""; _w_table_currenttd = ""; _w_table_SpanNum = 0; _w_table_Obj = $(_w_table_id + " tr td:nth-child(" + _w_table_colnum + ")"); _w_table_Obj.each(function(i) { if (i == 0) { _w_table_firsttd = $(this); _w_table_SpanNum = 1; } else { _w_table_currenttd = $(this); if (_w_table_firsttd.text() == _w_table_currenttd.text()) { _w_table_SpanNum++; _w_table_currenttd.hide(); //remove(); _w_table_firsttd.attr("rowSpan", _w_table_SpanNum); } else { _w_table_firsttd = $(this); _w_table_SpanNum = 1; } } });}function priceFormat(x) { return Number.parseFloat(x).toFixed(2);}
UPort 404-T w/o Adapter (2024)

References

Top Articles
Download RZL-Trainer v2.0.1 - Convenient cheat menu like in GTA 5 for GTA San Andreas
King County Probates
Evil Dead Rise Review - IGN
# كشف تسربات المياه بجدة: أهمية وفوائد
Her Triplet Alphas Chapter 32
Your Blog - Sheri Blonde
Craigslist Lititz
Wal-Mart 140 Supercenter Products
Shadle Park big-play combo of Hooper-to-Boston too much for Mt. Spokane in 20-16 win
Petty Bourgeoisie | Encyclopedia.com
Member Handbook 2021 | Ohio Medicaid Caresource | Member Handbook
Tyson Employee Paperless
Guide:Guide to WvW Rewards
Probasketball Reference
Get Got Lyrics
5162635626
Amazing Lash Bay Colony
Stolen Touches Neva Altaj Read Online Free
Fd Photo Studio New York
Sky Park Stl Coupon
Sugar And Spice Playboy Magazine
Zen Leaf New Kensington Menu
Olentangy Calendar
Forest Haven Asylum Stabbing 2017
Ohio State Football Wiki
Sejinming Telegram
Jeff Danker Net Worth
Account Now Login In
Shiftwizard Login Wakemed
Geritol Complete - Gebrauchsanweisung, Dosierung, Zusammensetzung, Analoga, Nebenwirkungen / Pillintrip
Gmail Psu
JetBlue, Spirit end $3.8 billion merger agreement after losing antitrust suit
Marissa.munoz17
Phasmophobia Do As I Command Challenge
Hubspot Community
8662183887
Corinne Massiah Bikini
Coventry Evening Telegraph Ccfc
10 Teacher Tips to Encourage Self-Awareness in Teens | EVERFI
Incident Manager (POS & Kiosk) job in Chicago, IL with McDonald's - Corporate
O'reilly's In Mathis Texas
Ssndob Cm
Stafford Rotoworld
German American Bank Owenton Ky
Melissa Bley Ken Griffin
Kohl's Hixson Tennessee
Saqify Leaks
Lompoc Record Arrest Log
19 BEST Stops on the Drive from Te Anau to Milford Sound +Road Trip Tips!
Www.888Tt.xyz
Carenow Urgent Care - Eastchase Fort Worth Photos
Platform Overview - Aria Systems
Latest Posts
Article information

Author: Terence Hammes MD

Last Updated:

Views: 5763

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Terence Hammes MD

Birthday: 1992-04-11

Address: Suite 408 9446 Mercy Mews, West Roxie, CT 04904

Phone: +50312511349175

Job: Product Consulting Liaison

Hobby: Jogging, Motor sports, Nordic skating, Jigsaw puzzles, Bird watching, Nordic skating, Sculpting

Introduction: My name is Terence Hammes MD, I am a inexpensive, energetic, jolly, faithful, cheerful, proud, rich person who loves writing and wants to share my knowledge and understanding with you.