Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 30, 2022 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/eb5daa4ad7c3c84746f506cc7325c4ba to your computer and use it in GitHub Desktop.
Save parzibyte/eb5daa4ad7c3c84746f506cc7325c4ba to your computer and use it in GitHub Desktop.
{
"operaciones": [
{
"nombre": "Iniciar",
"argumentos": []
},
{
"nombre": "EstablecerAlineacion",
"argumentos": [
1
]
},
{
"nombre": "EscribirTexto",
"argumentos": [
"Hola mundo desde Postman!\nUn barcode:\n"
]
},
{
"nombre": "ImprimirCodigoDeBarrasCode39",
"argumentos": [
"123",
true,
true,
100,
320,
0
]
},
{
"nombre": "Iniciar",
"argumentos": []
},
{
"nombre": "Feed",
"argumentos": [
2
]
}
],
"nombreImpresora": "PT210",
"serial": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment