fabienbellanger / escpos-rs

ESC/POS implementation in Rust
https://docs.rs/escpos
Other
34 stars 14 forks source link

Is there a plan to TSC label printer support #21

Closed cyjaysong closed 6 months ago

cyjaysong commented 7 months ago

Is there a plan to TSC label printer support?

fabienbellanger commented 6 months ago

Hi @CyJaySong Can you give more information about what you want? What do you need to make your label printer work with this crate? Sorry, I don't a label printer at work, I can't make test :(

cyjaysong commented 6 months ago

The TSC label printer uses theTSPL command, the ESC/POS command is different from the TSPL command, perhaps should be created a new crate。 This is a TSPL related document https://compex.com.br/wp-content/uploads/servicos_downloads/Impressoras/TSC/Manuais/TSPL_TSPL2_Programming.pdf

fabienbellanger commented 6 months ago

Yes, I think it's out of scope of this crate. A new crate will be the best solution.

cyjaysong commented 6 months ago

@fabienbellanger

是的,我认为它超出了这个箱子的范围。 一个新的箱子将是最好的解决方案。

Yes, I think so