Log in

View Full Version : Make a queue of packets-Delphi


Zarkon
22-03-2005, 08:36
Hello all,

I have got a question for you and hope to find answer.

How i can make a queue of packets (for RS485 for example).I send data through it but i want to put that data into input buffer(queue).Another module will take care to send data found in the buffer(queue).I want to make a queue of packets.For now i just send the packet but i have got a problem with the synchronization.That is why i want to make a queue of packets.Many threads will put their packets into the queue.

Thank all and very sorry for my horrible english

Billfred
22-03-2005, 08:40
Greetings!

I'd suggest you read this thread (http://www.chiefdelphi.com/forums/showthread.php?t=29944)--I'm afraid more of us are involved in building robots than programming in Delphi.