drunsinn / pyLSV2

A pure Python3 implementation of the LSV2 protocol
MIT License
64 stars 24 forks source link

Can´t login to "MONITOR" #64

Closed oxbown closed 5 months ago

oxbown commented 5 months ago

Hi! I´m able to connect to the iTNC software simulator in localhost mode. I use most of the commands of the pyLSV2 library but I cant login to MONITOR user and cant use softkeys commands and so on... My software versions are:

The code I use is:

import pyLSV2
con = pyLSV2.LSV2("127.0.0.1",safe_mode=False)
con.connect()
con.login(pyLSV2.Login.DSP) #login OK
con.login(pyLSV2.Login.MONITOR)

Return the code: error logging in as MONITOR

I unlocked the "EXTERNAL ACCESS" in the MOD menu but i´ve no success. image

oxbown commented 5 months ago

Closing the virtual keyboard fixes the problem. Only one MONITOR LOGIN can be established at the same time. image

drunsinn commented 5 months ago

Thank you for letting me know you were able to fix it yourself. The last view days I wasn't able to reproduce the behavior either on a machine or on a programming station since I always disable the keypad because of the screen size... I will make sure to add a section to the manual about this!