Open GoogleCodeExporter opened 9 years ago
It works perfectly with CODE_39 and EAN_13 code type, but not with CODE_128.
Original comment by tetra...@gmail.com
on 5 Jun 2012 at 10:34
[deleted comment]
With the new server version 0.7.1 is the same problem.
The phone sends the numeric characters well, but stops the first alpha char.
So tryes to send the code, and the first numbers come.
If the first char is an alpha, nothing happens on PC.
Original comment by red...@gmail.com
on 6 Jul 2012 at 6:26
Same happens here!
Just numbers, all fine.
Numbers then letters, only first numbers come.
If first char is a letter, nothing happens
Original comment by lgt.pe...@gmail.com
on 22 Nov 2012 at 4:12
Code 128 is working for me now, except that + characters don't get "pressed"
correctly and come out as = characters.
OS Version: Linux
ServerCore -- Starting listener...
ServerCore -- Server started: ServerSocket[addr=/192.168.0.X,localport=41788]
ServerCore -- Waiting for a client ...
MST -- run(): Listen IP: X.X.X.X
MST -- run(): Listen Port: 41919
ServerCore -- Client accepted:
Socket[addr=/192.168.0.X,port=36401,localport=41788]
ServerCore -- Client sent data: CHECK||NONE
ServerCore -- Rec'd data from /192.168.0.X: 'CHECK||NONE'
ServerCore -- ParseData(data) -- Begin: 'CHECK', End: 'NONE'
ServerCore -- Server checked password sent from client, PASS: Sent 'OK' back to
client
ServerCore -- Waiting for a client ...
ServerCore -- Client accepted:
Socket[addr=/192.168.0.X,port=44991,localport=41788]
ServerCore -- Client sent data: NONE||BARCODE=C0eup+tYS5qFbvQ+muz0zw==
ServerCore -- Rec'd data from /192.168.0.X:
'NONE||BARCODE=C0eup+tYS5qFbvQ+muz0zw=='
ServerCore -- ParseData(data) -- Begin: 'NONE', End:
'BARCODE=C0eup+tYS5qFbvQ+muz0zw=='
ServerCore -- Parser returned a barcode for system input:
C0eup+tYS5qFbvQ+muz0zw==
ServerCore -- Sending keystrokes to system...
C0eup=tYS5qFbvQ=muz0zw==
ServerCore -- Barcode was inputted. Sending 'THANKS' to client.
Original comment by automati...@gmail.com
on 16 Jan 2014 at 2:46
Original issue reported on code.google.com by
tetra...@gmail.com
on 5 Jun 2012 at 8:31