View Single Post
  #3  
Old 01-04-2010, 10:49 AM
ursi ursi is offline
Member
 
Join Date: Dec 2009
Posts: 11
We have LabJack U12, what's about this device? Can we just replace ue9 by U12 in the following code?

For UE9:
>>> import ue9
>>> d = ue9.UE9()
>>> d.commConfig()
{'IPAddress' : '192.168.1.209'
...,
}
Reply With Quote