I am trying to access the system Info on Symbol devices. I am using VB.net. The two things I need are the serial number and the OEM Name of the device. I have been able to get the serial number using
myName = System.Net.Dns.GetHostName.ToString
I haven't been able to figure out how to access the OEM name ie. Symbol WT41N0.
anybody out there know how to access that info. Appreciate it.