Re: Designing a protocol for the first time



Jim Stewart wrote:
X-modem CRC. Then you only have to write it for
the target.

Yeah, I will spend some time looking at Xmodem to see if I should do it that way.

I wonder if there is anything in Python for that? Might have to use some C bindings for Python to use an existing codebase.



--
Good day!

____________________________________
CRC
crobcREMOVETHIS@xxxxxxxxxxxxxxxxxx
NOTE, delete texts: "REMOVETHIS" and
"BOGUS" from email address to reply.
.



Relevant Pages

  • Re: Designing a protocol for the first time
    ... Yeah, I will spend some time looking at Xmodem to see if I ... I wonder if there is anything in Python for that? ... Chuck F (cbfalconer at maineline dot net) ...
    (comp.arch.embedded)
  • Re: Writing a simple assembler
    ... type (Python, Smalltalk, whatever). ... tape for downloading to the target :-). ... Worrying about hash tables for symbol lookup ... Well the hash lookups were not for premature optimization. ...
    (comp.arch.embedded)
  • Re: Table Oriented Programming
    ... > Yeah, yeah, another X-Oriented paradigm, but please hear me out. ... > I have recently been studying up on EJB's in order to extend my resume. ... > Python, would be a more natural fit. ... > employees = EmployeeTable ...
    (comp.lang.python)
  • py2exe win32all: Can write, but not read FileVersion ...
    ... Python is really great, ... some circumstances I sometimes need to "compile" a script using py2exe. ... class Target: ...
    (comp.lang.python)
  • Re: "Best" way to "drive" a Python program step by step.
    ... a Python program step by step from another application. ... The target program would be simple Python code, ... subprocess, would block until the parent indicates it should proceed. ... JS client communicates with Python mediator via HTTP Ajax calls. ...
    (comp.lang.python)