Skip to content

empty print job #4

@syscoopco

Description

@syscoopco

Hi,

I'm trying to print from a Java application deployed in another device. The connection with RawBT WS is established and closed with no errors. When sending, RawBT notifies "Empty print job". This is the code fragment:

if (c.connectBlocking(1, TimeUnit.SECONDS)) { StringBuilder json = new StringBuilder(); json.append("{\"message\":\"").append("test").append("\"}"); c.send(json.toString()); }

I guess it has to do with the JSON arguments, or string format.

Any helps would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions