Devices no longer has a list

I just noticed that when you go to devices on the latest .62 update,the only device you can add is the file monitor device.

I dont know if its just me but didnt samba have like a list of devices including scales and com port pole display and or other types of devices before??

Poledisplay works like printer.
There is scale and caller ID device modules which maybe you haven’t got installed.

1 Like

how dumb of me. I forgot all about the modules on fresh installs haha.

I do have another question though.

I’ve got an 8LINE LED display running on com port 2. however there is not actual driver for it. Just a mini program to send numbers and commands to the display.

[BasicParameters]
name=LED8 Pole Display
About=ESC/POS,COM  2400
Default1=8.8.8.8.8.8.8.8
Width=15
rows=1
BtnSndCmd=27,81,65,h1,13
[PortsConfig]
BaudRate=2400
ByteSize=8
StopBits=1
[BasicCmd]
Initialize=12
Wrap=13
Row1=27,81,65
[CustomCmd]
┌Change=27,115,52
├Collect=27,115,51
├total=27,115,50
├price=27,115,49
â””All dark=27,115,48
[AutoDemo]
01=12,27,81,65,'1.       ',13,sleep(500)
02=12,27,81,65,'12.      ',13,sleep(500)
03=12,27,81,65,'123.     ',13,sleep(500)
04=12,27,81,65,'1234.    ',13,sleep(500)
05=12,27,81,65,'12345.   ',13,sleep(500)
06=12,27,81,65,'123456.  ',13,sleep(500)
07=12,27,81,65,'1234567. ',13,sleep(500)
08=12,27,81,65,'12345678',13,sleep(500)
PRICE=27,115,49,27,81,65,'12345678',13,sleep(500)
TOTAL=27,115,50,27,81,65,'12345678',13,sleep(500)
COLLECT=27,115,51,27,81,65,'12345678',13,sleep(500)
09=12,31,115,52,27,115,52,27,81,65,'8.8.8.8.8.8.8.8',13,sleep(1500)
14=sleep(500)
15=sleep(500)
16=sleep(500)
17=sleep(500)
18=sleep(500)
19=sleep(500)
20=sleep(500)

Those are the commands it uses. I’m not sure which language it is or how about I can make it communicate with samba output. Any ideas on how I can make this work?

If try just using generic printer.
It says esc/pos and those codes look like XCT codes to me!

1 Like

Interesting. You just reminded me that i can set com port and configure it to the correct baud rate. There shouldn’t be a reason why that couldn’t work actually. Im gonna test this tomorrow !

Shouldn’t need any driver for a customer display via COM port. It just accepts commands sent to it. You just need to make sure baud rate and other port settings are identical on the device and in Windows.

You said “8 line LED” but the file refers to “LED8 display” which is those type that only show numbers, is that what you have?

I set one up before, had few issues getting port speed to match but there was an issue with SambaPOS baud rate settings that has been fixed since v5.1.46.

You can read more here, I contributed to this topic below