Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ken- R

  1. K

    Interfacing pic 18f4550 with thermal printer CSN-A2

    Hi i need to program thermal printer with pic 18f4550 via RS232 protocol. is this piece of code suitable? void envoyer_text(unsigned char *t) { unsigned char i ; i = 0; while (t != 0) { Soft_UART_Write (t) ; i++; } } void...
  2. K

    Interfacing pic 18f4550 with thermal printer CSN-A2

    Hi , I am working on a project that aims to print medical results via a CSN-A2 thermal printer using the RS 232 serial protocol I would like to know how to take my . for now, here is the piece of code that I was able to write : void envoyer_text(unsigned char *t) { unsigned char i ...

Part and Inventory Search

Back
Top