CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Manish009

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    // Message type
    BitSet messageType = new BitSet();
    messageType.set(1);//messageType.set(1);messageType.set(2);
    ...
  2. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Below is the java code :-

    Could any one can confirm is it the right way of setting the message format.


    // Message type
    BitSet messageType = new...
  3. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    How we set the data1,data2,data3 values?
  4. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Thanks 2krod

    But here am not seen the message format to be write on port.
  5. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Hi 2Kaud,


    Could you please send me the communication code in c/c++. so that i can translate into java or test the device.
  6. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Thats why am posting the EBDS document. I dont have knowledge of this.
  7. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Here is format,

    Message Format
    From the Host
    STX
    (02)
    Length
    (08H)
    Msg type
    and Ack#
  8. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    This is not another site. Its only pdf document location.
  9. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Did you check the document, in that we have page number 24 have described the message body to be send and recieve after successfully commend sent.
  10. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Yes, Installed a driver for bill acceptor and it shows in device manager connected to com5.
  11. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Could any one work on EBDS protocol. If yes then please help me to send the
    command in java. Here is the document URL of EBDS ->...
  12. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    2Kaud

    Am not getting any message on YAT.
  13. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Yes, am trying to use YAT
  14. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Norm,

    What this means.
  15. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Device is connected with USB cable with CPU and there is a separate cable to ON the device.

    Not used terminal emulation program .
  16. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Norm,

    event listner calling == gnu.io.SerialPortEvent[source=//./COM5]
    inside try
    data inside loop =0

    only when i connected the Bill acceptor and when insert bills nothing will happened here.
  17. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    This is the manual for Bill acceptor . http://https://www.vend-resource.com/sites/default/files/mei-ae2800-us-install-manual_g6.pdf
  18. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Norm,

    Yes added print statement but did not get any response .
  19. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Actually am working on to integrate bill acceptor through serial port and event fired on that port.
    I worked on this approach.

    But this bill acceptor also support EBDS protocol so according to...
  20. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Thanks for your comments @Kaud !

    Am stuck bill acceptor integration need help.
  21. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Below is the code nothing is updated except this statement
    System.out.println("event listner calling == "+arg0); and output is same as previous.




    package com;

    import gnu.io.CommPort;...
  22. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    ok
  23. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    this is the statement

    System.out.println("event listner calling == "+arg0);

    thats why it print both simultaneously.
  24. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    When code is running and connecting bill acceptor i got this output
    event listner calling == gnu.io.SerialPortEvent[source=//./COM5] and after i insert the bill no event fired or pulse recieved.
  25. Replies
    65
    Views
    25,097

    Re: Bill Acceptor Integration

    Ok. No issue so lets continue here
Results 1 to 25 of 35
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured