Click here to Skip to main content
15,891,184 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionGod object problem Pin
Quake2Player9-Jun-09 13:50
Quake2Player9-Jun-09 13:50 
AnswerRe: God object problem Pin
Mycroft Holmes9-Jun-09 14:50
professionalMycroft Holmes9-Jun-09 14:50 
GeneralRe: God object problem Pin
Quake2Player9-Jun-09 14:58
Quake2Player9-Jun-09 14:58 
GeneralRe: God object problem Pin
Mycroft Holmes9-Jun-09 15:53
professionalMycroft Holmes9-Jun-09 15:53 
AnswerRe: God object problem Pin
CodingYoshi13-Jul-09 3:40
CodingYoshi13-Jul-09 3:40 
QuestionRS232 protocol Pin
AlecJames4-Jun-09 23:04
AlecJames4-Jun-09 23:04 
AnswerRe: RS232 protocol Pin
led mike5-Jun-09 4:21
led mike5-Jun-09 4:21 
AnswerRe: RS232 protocol Pin
Luc Pattyn9-Jun-09 5:38
sitebuilderLuc Pattyn9-Jun-09 5:38 
Hi,

you can use any protocol you like, or come up with your own; I often have.
It all depends on your needs (throughput, reliability, recovery, multi-drop, etc).

One not so simple example is SLIP.

If you roll your own, first decision is binary versus text (compactness versus ease of communication, getting all characters through the driver/modem/...).

Whatever you choose, make sure you know to locate the end of each message: either prefix the length, or set a unique terminator (CR and/or LF on text).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionBest scenario Pin
mr.me30-May-09 20:15
mr.me30-May-09 20:15 
AnswerRe: Best scenario Pin
Eddy Vluggen8-Jul-09 0:27
professionalEddy Vluggen8-Jul-09 0:27 
GeneralData Entry with Linked Combos Pin
Brady Kelly30-May-09 7:15
Brady Kelly30-May-09 7:15 
GeneralRe: Data Entry with Linked Combos Pin
Jimmanuel1-Jun-09 4:53
Jimmanuel1-Jun-09 4:53 
QuestionA tagging system (like html), support on the model please Pin
Quake2Player29-May-09 16:52
Quake2Player29-May-09 16:52 
AnswerRe: A tagging system (like html), support on the model please Pin
Quake2Player29-May-09 16:58
Quake2Player29-May-09 16:58 
QuestionParameters Pin
CodingYoshi29-May-09 7:11
CodingYoshi29-May-09 7:11 
AnswerRe: Parameters Pin
Luc Pattyn29-May-09 8:45
sitebuilderLuc Pattyn29-May-09 8:45 
Questionlooking for a design pattern Pin
NaNg1524129-May-09 3:38
NaNg1524129-May-09 3:38 
AnswerRe: looking for a design pattern Pin
CodingYoshi29-May-09 8:22
CodingYoshi29-May-09 8:22 
GeneralRe: looking for a design pattern Pin
NaNg1524129-May-09 11:27
NaNg1524129-May-09 11:27 
GeneralRe: looking for a design pattern Pin
CodingYoshi1-Jun-09 4:13
CodingYoshi1-Jun-09 4:13 
AnswerRe: looking for a design pattern Pin
Keld Ølykke8-Jun-09 23:30
Keld Ølykke8-Jun-09 23:30 
QuestionRequirements, SRS, Validation, Verification - - - - oh my god [modified] Pin
Frygreen24-May-09 6:39
Frygreen24-May-09 6:39 
AnswerRe: Requirements, SRS, Validation, Verification - - - - oh my god Pin
CodingYoshi27-May-09 3:23
CodingYoshi27-May-09 3:23 
AnswerRe: Requirements, SRS, Validation, Verification - - - - oh my god Pin
Robin_Roy23-Jul-09 16:11
Robin_Roy23-Jul-09 16:11 
GeneralRe: Requirements, SRS, Validation, Verification - - - - oh my god Pin
Frygreen24-Jul-09 9:15
Frygreen24-Jul-09 9:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.