Cash Registers Question !
-
Hi, i have a big question i think ! How i can make a communication with a casio cash registers device with a computer program using visual basic.net (or any other language !), please if there is any API for this purpose tell me please !!
-
Hi, i have a big question i think ! How i can make a communication with a casio cash registers device with a computer program using visual basic.net (or any other language !), please if there is any API for this purpose tell me please !!
No API built into the .NET Framework or Win32, but you might want to get the docs on the cash register. If the cash register has a serial port on it, and you have sufficient docs on what the register understands, you might be able to write your own communication class for the register. RageInTheMachine9532
-
No API built into the .NET Framework or Win32, but you might want to get the docs on the cash register. If the cash register has a serial port on it, and you have sufficient docs on what the register understands, you might be able to write your own communication class for the register. RageInTheMachine9532
You can communicate with some models of casio electronic cash register (ECR) using serial communications. When I say some, I believe that certain models require an aditional comms board to be fitted. You will also require the protocol manual for the specific model of ECR to understand the format of the data to send. An understanding of how to manually program the ECR would help you understand the protocol manual. If you have no experience of this technology then you probably have a steep learning curve ahead. Have you climbed the north face of the Eiger? :) Regards Wayne Phipps ____________ Time is the greatest teacher... unfortunately, it kills all of its students LearnVisualStudio.Net