Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 654113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:27:29+00:00 2026-05-13T22:27:29+00:00

The documentation below is for a module, which has now been decommissioned and I’m

  • 0

The documentation below is for a module, which has now been “decommissioned”
and I’m writing it’s replacement.
Before i write the replacement I want to get my terms right.
I know the terms are wrong in the documentation – it was hacked together quickly
so i could instruct a college working on the hardware side of this project on how to use a program I’ld made.
Full documentary can be found here for any who are interested (in so much as has been written and added to our wiki), the Website may only be available to certain IPS’s (depends on you ISP – university internet connections are most likely to work), and the SVN repo is private.

So there are alot of terms that are wrong.
such as.

deliminators


formatted string containing value expressions (might now be wrong but is hard to say)

What are the correct terms for these.
And what other mistakes have I made



    ==== formatted string containing value expressions ====
    Before I start on actual programs an explanation of:
    "formatted string containing value expressions" and how to encode values in them.

    The ''formatted string containing value expressions'' is at the core of doing low level transmission.
    We know the decimal 65, hex 41, binary 0100 0001, and the ascii character 'A' all have the same binary representation, so to tell which we are using we have a series of deliminators - numbers preceded by: 
    # are decimal 
    $ are Hex 
    @ are binary 
    No deliminator, then ascii. 

    Putting a sign indicator after the deliminator is optional. It is required if you want to send a negative number.

    You may put muliple values in the same string.
    eg: "a#21@1001111$-0F"

    All values in a ''formatted string containing value expressions'' must be in the range -128 to 255 (inclusive) as they must fit in 8bytes (other values will cause an error). Negative numbers have the compliment of 2 representation for their binary form.

    There are some problems with ascii - characters that can't be sent (in future versions this will be fixed by giving ascii a delineator and some more code to make that deliminator work, I think). 
    Characters that can't be sent:
     * The delineator characters: $#@
     * Numbers written immediately after a value that could have contained those digits:
      * 0,1,2,3,4,5,6,7,8,9 for decimal
      * 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,A,B,C,D,E,F for hex
      * 0,1 for binary
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:27:30+00:00Added an answer on May 13, 2026 at 10:27 pm

    For a start, deliminator would probably be delimiter, although I notice your text has both delineator and deliminator in it – perhaps deliminator is a special delimiter/terminator combination 🙂

    However, a delimiter is usually used to separate fields and is usually present no matter what. What you have is an optional prefix which dictates the following field type. So I would probably call that a “prefix” or “type prefix” instead.

    The “formatted string containing value expressions” I would just call a “value expression string” or “value string” to change it to a shorter form.

    One other possible problem:

    must be in the range -128 to 255 (inclusive) as they must fit in 8bytes

    I think you mean 8 bits.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I get online documentation in Haskell? Are there anything as elegant/handy as
According to the documentation the maximum dueTime value is 4294967294 milliseconds. But if you
Consider the two implementations below, data.addRows([ ['2004', 1000], ['2005', 1170], ['2006', 660], ['2007', 1030]
I have a simple web service as below /** * Test web service */
I've spent countless hours reading through documentation all over the place and I'm still
I've come across Objective-C code that declares a variable right below the @implementation line
I've read the getting started documentation and several other examples on the web. And
When running the follow query i receive the error below, Im just trying to
I dont understand how I can import(I dont know the right terminology, so please
This RFC mentions Unlike many programming languages Perl does not currently implement true multiline

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.