Hello,
how we can configure multi session on Android version of Telnet CE?
regards,
Sébastien
Hello,
how we can configure multi session on Android version of Telnet CE?
regards,
Sébastien
Ran into an issue this past weekend when our velocity server crashed, all devices started using the direct connect to host as planned.
However, once to the host (SAP), users would input their login credential and get stuck when they press logon.
I was able to replicate this on my laptop using a Velocity client and received the script error below.
Anyone have any ideas?
Thanks,
Drew
Hello,
i need the Terminal ID from Enabler written to a text or ini file on the flashdisk
on WindowsCE 6 mobile Devices. Goal is to set the local Ident of devices unique !
The Wavelink key is located in the registry on the CE 6
[HKEY_LOCAL_MACHINE\SOFTWARE\Wavelink\Avalanche\State]
TerminalID =hereismyname
Out of the box the Windows CE 6 Device Name is
[HKEY_LOCAL_MACHINE\Ident]
Name =hereismyname
i need to privide the Terminal ID as Name, so
Windows CE Name and Terminal ID are identical !
Ralf
Good Morning,
I want to know how I can disable de X-Wait logo on screen
My customer has compared with Naurtech and on it we can disable the OIA ( it is the same thing as X-Wait icon)
It is on MC9190 with v7.0.147 and 5250 emulation
regards,
Sébastien
Hi All,
We need to move our Avalanche server to a new site so the IP address will be changing. We have 250+ devices currently pointing at the exising IP address.
Could you please advise how we could migrate from one IP address to another with minimal impact?
I have been looking at the "Network Profile tab, Manage IP Address Pools" - If I specify multiple IP addresses here will the devices use this list to replace the "Server Avalanche IP" in the enabler?
Thanks,
Dave
Morning,
I was wondering if anyone has had a similar problem with trying to remote onto devices through GPRS. We are finding it difficult to connect to devices on a regular basis when the units are on GPRS and as a result of this, we are not able to support the end users properly.
Is there a way to reduce things such as the bit depth and / or other settings that might make it easier for us to connect to the devices please.
Any help with this would be appreciated.
Kind regards,
Ashworth
Dear colleagues,
I have problem with new demo Motorola Device Mobile Terminal WT41N0 (Windows CE 7.0) with new vesion 7.3.153 of Wavelink Telnet emulation.I can not be able to scann when I am in Telnet emulation.The scanner is working in Windows normaly but when I am in Telnet it is just not working proparly.The scanner have scanner lane but it is not giving me any resault of scanning.please if somebody have some idea let me know.
Thank you very much.
We use on a MC9190 the wavelink TelnetCE version 7.0.147. For our chinese colleagues I we use the emulation 5555-B01 to display also chinese letters.
Our problem is, that only a part of the chinese letters we have to display really are displayed. It depands from the selected font what happen with the other letters.
With some fonts the not displayed letters just are replaced with empty boxes. Some fonts just display a blank space.
How to solve this issue.
The operation system is a Windows CE in chinese.
Today our Licenceserver for "WaveLink TN Client licences" is running on old hardware. The Motorola Scanners MC3190 contact this licenceserver over IP.
How can I migrate the licenceserver from old to new hardware ?
I could see that there's no function to export/import licences.
Can anyone help me ?
Hello everyone.
I have a problem with a terminal Mc3190 when working with TelnetCE V7.2, when you work 15 minutes is disabled the login and need to login again to continue working.
Possible is that the version that is to installed to the terminal is incorrect or to that problem could be due?
Thank you very much for your time.
Best regards.
Hello,
on Enablers v5.3.40 for Motorola Device when you want to configure the WEP key ( 128 or 40 bit) The Enablers crash
you will see in attach files the crash
I have test on WIndows Seven 64 bits and Windows XP. The issue is the same
regards,
Sébastien
Dear colleagues,
I have problem with new demo Motorola Device Mobile Terminal WT41N0 (Windows CE 7.0) with new vesion 7.3.153 of Wavelink Telnet emulation.I can not be able to scann when I am in Telnet emulation.The scanner is working in Windows normaly but when I am in Telnet it is just not working proparly.The scanner have scanner lane but it is not giving me any resault of scanning.please if somebody have some idea let me know.
Thank you very much.
how do i install a wavelink licence onto a scanner?
WM6.5, Motorola MC9190
I have a basic .Net app as follows which launches TelnetCE.exe as follows:
Public Class Form1 Public Sub New() ' This call is required by the Windows Form Designer. InitializeComponent() ' Add any initialization after the InitializeComponent() call. End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim app As New Process app.StartInfo.FileName = "\Program Files\Wavelink\TelnetCE\TelnetCE.exe" app.Start() app.WaitForExit() Beep() End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub
End Class
Launching TelnetCE.exe and then exiting it the first time works fine, however if i try to launch TelnetCE.exe again, quit the application or do anything else the device freezes when another window is displayed/changed (such as when TelnetCE.exe is relaunched) or the applications window is closed.
The above application is a very baisc one I created to diagnose this problem with a more complex application.
Thanks
I’m a programmer who is working on your Wavelink Telnet CE product and I would to ask you about a problem in scripting code.
My customer own some Motorola MC319Z handhelds and asked me to configure a connection to their As400 and read some RFID Tags and put the datas in a blank field of their program.
I did the connection without any problem, as a 3477-FC emulator and entered in the emulation parameters to enable RFID functions, in ENABLE RFID key with Yes, in ENABLE KEY with <0x79> the F10 key in hexadecimal, in INSERT MODE with Auto-Detect, and USE TRIGGER with Yes.
I tried using it and when I arrive at the right screen of the program I press F10 on the keyboard of the handheld (not the keyboard of the emulator) and RFID start to read when I push the handheld read button, passing to my screen the tags read. It works correctly!
I also tried to create a script that, when reached the right screen of the program, it press automatically F10 using the code KEYPRESS_KEY <0x79> my F10 key but, it don’t works, this don’t enable the RFID reader.
When I did it manually it works perfectly and I receive a message on the screen that told me the number of tags read and put the tags on the field I use, but if I try to use the script, when KEYPRESS-KEY work, it do only a beep but no one message about RFID enable and create problems about the use of the emulator keyboard.
My script is a simple:
Script( RFID_MAN )
Profile( As400 )
Activate( From_Menu )
Keypress_Key( 0x79 )
Return
But it don’t press the F10 like I could do on the handheld keyboard. There’s something wrong in my code?
I would to enable RFID reader by script code and after the tags read end disable it.
Thanks for all and I hope you can help me as soon as possible.
Cordially
Use MC9190 terminal replace Honeywell LEX product issue
Input numeber replace default setting number
How to set MC9190?
accessory is Honeywell LEX set。
Thank your browser
在使用MC9190替换LEX设备时出现一个问题。
我们找到在LEX设置项目,请问MC9190有这个设置项目吗?(如图附件)
感谢!
Is there available version of TE client for MC45.
End user purchased TE license but in registration process there is no MC45?
Today our Licenceserver for "WaveLink TN Client licences" is running on old hardware. The Motorola Scanners MC3190 contact this licenceserver over IP.
How can I migrate the licenceserver from old to new hardware ?
I could see that there's no function to export/import licences.
Can anyone help me ?
Dear colleagues,
I have problem with new demo Motorola Device Mobile Terminal WT41N0 (Windows CE 7.0) with new vesion 7.3.153 of Wavelink Telnet emulation.I can not be able to scann when I am in Telnet emulation.The scanner is working in Windows normaly but when I am in Telnet it is just not working proparly.The scanner have scanner lane but it is not giving me any resault of scanning.please if somebody have some idea let me know.
Thank you very much.
Hi,
I didn't find any mobile device inventory information as title. Does wavelink avalanche can detect that?