element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Test & Tools
  • Technologies
  • More
Test & Tools
Forum Need Windows USB Driver for TENMA 72-13210 (electronic dc-load 30A/120V 300W)
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 45 replies
  • Answers 7 answers
  • Subscribers 362 subscribers
  • Views 13240 views
  • Users 0 members are here
  • tenma 72-13210
  • windows 7
  • windows
  • tenma 72-13200
  • tenma 72 13200
  • tenma 72 13210
  • win7
  • usb-driver
Related

Need Windows USB Driver for TENMA 72-13210 (electronic dc-load 30A/120V 300W)

simonwahlmann
simonwahlmann over 6 years ago

Dear all,

does anyone has an idea where to find the "windows usb-driver" for this device?

 

     TENMA 72-13210 (electronic dc-load 30A/120V 300W)

 

It's not present on the attached original CD and I also couldn't find it anywhere in the internet.

 

Thanks for your support!!!

 

UPDATE 17th of Sep. 2018

Thanks for your replies so far!!!

 

The device is listed twice at "other devices" when I plug in the usb-port:

     - SZ KORAD USB Mode

    -  SZ KORAD USB Mode

 

With a CD no driver but a list of commands to control the device is provided.

There is also a Windows executable for a connection test. Its frontend shows three tabs, one for each communication port

     - Ethernet

     - RS232

     - USB

The USB obviously didn't work, because the devices had no drivers installed.

Using an rs232 to usb adapter I was able to control the device via the RS232 port. The device was then listed as "USB Serial Port (COM11)" with an FTDI driver being used.

This might be a workaround but I need to decide whether or not to oder more of these devices. So an inusable usb-port will influence my decission.

 

I tried out some random usb drivers ending up with an immediate system shutdown.

 

What else could I try?

  • Sign in to reply
  • Cancel

Top Replies

  • Gough Lui
    Gough Lui over 6 years ago in reply to simonwahlmann +2
    I have examined the drivers and they are as I expected - just basic INFs to get a USB CDC recognized with Windows' own usbser.sys driver. Unfortunately the ones there have NOT got your VID/PID pair covered…
  • dmxdesign
    dmxdesign over 6 years ago +2 verified
    Hi all i have finally got this all to work after some digging by Devinder from farnell tech suppoprt the zip file a pdf on how to resolve the usb in device manager and a folder with the serial port driver…
  • ayush_1921
    ayush_1921 22 days ago in reply to dmxdesign +2 suggested
    found in fernel deep with gui and terminal interface,as it farnell rebrand 3175898.zip
Parents
  • sjbaxter
    0 sjbaxter over 6 years ago

    I've got a copy of the CD supplied with the KORAD KEL-103 (direct from KORAD support) and the 'USB driver' is under 'Software'. (Attached). Sadly, it doesn't do anything to improved the USB situation !!!

     

    I've also queried why there are 2 devices shown in the device manager and why the LAN doesn't work with the Assistant application, still waiting on feedback.

     

    Not heard anything from the 2 support chaps at Element14 that I reported the issues to yesterday and the day before! NOT IMPRESSED!

     

    Simon.

     

    UPDATE 20/09/2018 @18:47 :

     

    Hey, I discovered why the LAN discovery tool doesn't work! They discover the devices by broadcasting a UDP message with the string 'find_ka000' on port 18191.

     

    However, they use the IP address of 255.255.255.255 as the broadcast address. THIS DOES NOT WORK! They need to work out the broadcast address from the hosts IP address (your computer) and the network mask.

     

    Examples :

     

    Host IP = 10.0.0.56, Mask = 255.255.255.0 -> The broadcast address = 10.0.0.255.

    Host IP = 10.0.0.56, Mask = 255.255.0.0 -> The broadcast address = 10.0.255.255.

     

    255.255.255.255 would only work if your network mask is 0.0.0.0.

     

    The device then returns a UDP packet from each of the discovered device IP's to the host IP which contains a 48 byte long payload of...

     

    IPAddress<0x0A>MACAddress<0x0A>DevicePort<0x0A> and padded out with zeros (0x00).

     

    Example :

     

    10.0.0.200<Linefeed>7f-45-12-cd-89-a2<Linefeed>18190<Linefeed><Zeros>

     

    At least I'm half way to writing my own app to communicate over LAN :-)

     

    I'll relay this to KORAD tomorrow and see what their response is!

    Attachments:
    USB driver.zip
    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Gough Lui
    0 Gough Lui over 6 years ago in reply to sjbaxter

    The use of UDP for remote control commands seems a bit unusual and potentially unreliable (although, in reality on a non-congested network it probably will work okay). Not the best design and not something I've seen before - what a surprise!

     

    - Gough

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 6 years ago in reply to Gough Lui

    I agree that it is very unusual to use UDP but  I think it is the ideal protocol to support SCPI style commands.

     

    Pretty much everyone else uses TCP/IP and sockets, which is a streaming protocol and a fairly poor fit with the discrete message format of SCPI. In order to support the features of TCP/IP they frequently end up with a complex OS on an instrument with no other need for it - with all the attendant problems of maintenance and security..

     

    A really good reason for using just UDP is the simplicity possible in the test gear software - this can be used to achieve very fast performance (not relevant in this case) or very low cost of implementation (probably why used in this case) or very good stability/predictability/security of the software.

     

    It is a great shame that the Tenma PSU isn't better documented - that seems to be the biggest shortcoming and it would be so cheap an easy to put right.

     

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sjbaxter
    0 sjbaxter over 6 years ago in reply to michaelkellett

    Its certainly easy to implement and as every command (which has no response) has a matching query (returns the set data), so its easy enough to write then query the setting to ensure its been received and set.

    I agree the documentation is a joke. Much of it doesn't make sense and the examples in the 'steps' don't reflect what you would see on the display. I've figured it all out by writing my own LAN application and 2 days playing around with the unit to work out exactly how the battery and pulse functionality works and the manual does not reflect what it does or can do!

     

    <rant>

     

    Element14 need to step up their game if they want to take a product and slap their brand on it. Documentation is useless, software does not work out of the box (unless you have Win98 or WinXP!), No USB drivers supplied and the ones that have been by support and KORAD still don't work and the lack of documentation regarding the programming is diabolical.

     

    I've essentially had to reverse engineer a brand new product in order to get it working for me! I say brand new, but it has been out as the KORAD KEL-103 since last year and passed its EMC for export back in Dec 2017 ... so its not new, its a mature product!

     

    </rant>

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • sjbaxter
    0 sjbaxter over 6 years ago in reply to michaelkellett

    Its certainly easy to implement and as every command (which has no response) has a matching query (returns the set data), so its easy enough to write then query the setting to ensure its been received and set.

    I agree the documentation is a joke. Much of it doesn't make sense and the examples in the 'steps' don't reflect what you would see on the display. I've figured it all out by writing my own LAN application and 2 days playing around with the unit to work out exactly how the battery and pulse functionality works and the manual does not reflect what it does or can do!

     

    <rant>

     

    Element14 need to step up their game if they want to take a product and slap their brand on it. Documentation is useless, software does not work out of the box (unless you have Win98 or WinXP!), No USB drivers supplied and the ones that have been by support and KORAD still don't work and the lack of documentation regarding the programming is diabolical.

     

    I've essentially had to reverse engineer a brand new product in order to get it working for me! I say brand new, but it has been out as the KORAD KEL-103 since last year and passed its EMC for export back in Dec 2017 ... so its not new, its a mature product!

     

    </rant>

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube