Author Topic: Connecting Drawer and Pole display to the system  (Read 4159 times)

msheed

  • Newbie
  • *
  • Posts: 23
Connecting Drawer and Pole display to the system
« on: August 24, 2012, 05:31:17 am »
I have used the codes that you sent through but i get an error message about COM1 port??What do you thing might be the problem?/

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Connecting Drawer and Pole display to the system
« Reply #1 on: August 24, 2012, 02:57:27 pm »
msheed it is hard to understand the problem without even knowing what the error message is.

COM port is the connection point on computer where you connect your pole display. There might be more than one ports so they named as COM1, COM2, etc.. So you should know which port it connected and it properly configured. If it is configured correctly you should be able to send messages to pole display from command prompt. For example typing echo helloo! > COM2 will display helloo! message on pole display that connected to COM2 port. If you can do it SambaPOS commands will work.