Skip to main content
Participating Frequently
July 8, 2014
Question

how can I send a write command on a serial port

  • July 8, 2014
  • 1 reply
  • 437 views

I want to send any command to my virtual port to open a cash drawer ?

thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 10, 2014

    cf can not send data to a serial por, you will need to use the underlying java components to write to the serial port.

    java - Open and Close Serial Ports - Stack Overflow

    danbouAuthor
    Participating Frequently
    July 12, 2014

    Thank you for the reply.

    how can I trigger the java script in cf ?