send out ascii characters to bit stream using a GPIO pin
Posted: Sun Oct 01, 2017 8:42 am
Dear Sirs,
in one project that I am thinking of, there is a need to send out an ASCII String ( ok not exactly ASCII but modified to 7 bits, stored to a String variable ) as a bit stream through a GPIO pin of my Wemos esp8266 MPU. The bit stream rate should be 100 bits per seconds. { 10 msec each bit, 70 msec each character, baud rate = 1000 msec / 10 msec = 100 baud }
What do you think? What is the best way to implement it?
Thanks and Best Regards,
Mike Kranidis
( For more precisely information please see the bellow link:
https://en.wikipedia.org/wiki/ARQ-M#ITA3
See at Alphabet
Of Course I will have a conversion mechanism between the palin ASCII code the the system will use to store the messages, to 7 bits coded characters and then these 7 bits coded characters will be streamed out in digital form as a 7 bits coded characters to serial output. )
in one project that I am thinking of, there is a need to send out an ASCII String ( ok not exactly ASCII but modified to 7 bits, stored to a String variable ) as a bit stream through a GPIO pin of my Wemos esp8266 MPU. The bit stream rate should be 100 bits per seconds. { 10 msec each bit, 70 msec each character, baud rate = 1000 msec / 10 msec = 100 baud }
What do you think? What is the best way to implement it?
Thanks and Best Regards,
Mike Kranidis
( For more precisely information please see the bellow link:
https://en.wikipedia.org/wiki/ARQ-M#ITA3
See at Alphabet
Of Course I will have a conversion mechanism between the palin ASCII code the the system will use to store the messages, to 7 bits coded characters and then these 7 bits coded characters will be streamed out in digital form as a 7 bits coded characters to serial output. )