Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/15/04 12:50
Read: times


 
#74292 - You need a protocol
Responding to: ???'s previous message
saqib mumtaz said:
I has got two parts one is command and other are its parameters(which varies from command to command).
what is the good approach to design this.

You need to devise a Protocol to transport the commands & parameters.

eg, you could use a byte to indicate what function is to be performed (eg, drawPixel), and this could implicitly indicate that parameter values 'x' and 'y' are to follow, and their expected format.

List of 6 messages in thread
TopicAuthorDate
Graphic Controller Design            01/01/70 00:00      
   RE: Graphic Controller Design            01/01/70 00:00      
      RE: Graphic Controller Design            01/01/70 00:00      
         RE: Graphic Controller Design            01/01/70 00:00      
   You need a protocol            01/01/70 00:00      
      RE: You need a protocol            01/01/70 00:00      

Back to Subject List