When does an EasyScript device begin to send signature data? What about ProScript devices?
EasyScript devices begin sending signature data once the OK button has been pressed. ProScript devices stream signature data as the user is signing. With ProScript, you will also receive a special button event for either the OK button, or the Cancel button, depending on which one the user selects. This button event will be sent after all signature data has been sent.
ProScript | EasyScript | |
Can I capture a signature? | Yes | Yes |
Can I capture card swipe information on supported devices? | Yes | Yes |
Can I detect button presses? | Yes | No |
Can I customize my screen? | Yes | No |
Can I detect if the device is connected? | Yes | No |
Can I communicate to the device from a web browser? | Yes (With OmniScript) | Yes |
Do I need to install anything to use the device? | Yes | No |
How do I know when all signature data is available? | When the OK button event is sent | By looking for the start and end signature stream characters |
How do I know when all card swipe data is available? | When the card swiped event is sent | By looking for the start and end signature stream characters |
Which APIs are available? | .NET, Java | C#, Java, JavaScript, PHP, ASP.NET |