serial port communication qestion...
hi everyone,
i am a beginner of pascal language. nowadays, i am learning to deal
with serial port.
i found some examples, such as opening port, writing to port:
eg.
//SerSetParams(MySerialHandle, 9600,8,EvenParity,1,[]);
//SerWrite(MySerialHandle, bffr,2);
my question is why the 'MySerialHandle' argument appears in these
command.
what is the purpose of this argument?
thanks a lot :)
i am looking forward your kind reply
.
Relevant Pages
- Re: GPIO support for HTC Dream
... Writing a '1' to a bit in the register makes the ... associated pin a high-level output. ... of the port in order to set the 'direction' of a pin. ... If it also has the same transition driving spike, ... (Linux-Kernel) - Re: splitting serail port
... Where can you find info on writing code to meet your unique requirements? ... driver that replaces the PDD with code that accesses another serial port. ... Thanks for your reply but i dont want all three applications to open ... (microsoft.public.windowsce.app.development) - Re: Sequential Line Writing to DAQPad-6507
... to go about writing to the lines. If I am going into too many ... You could first determine what port and line your user specifies as the ... set the next line to be zero and iterate your port, ... (comp.lang.labview) - Closing (current-input-port) at the top level
... I am currently writing the I/O procedures for my pet interpreter, ... way and signal an error instead of really closing the port. ... (comp.lang.scheme) - Re: splitting serail port
... No actually i wanted some info on virtual serial port drivers. ... you mean to say wrting a simple stream interface driver and at lower level ... Plarform Builder You will be writing a serial ... Thanks for your reply but i dont want all three applications to open ... (microsoft.public.windowsce.app.development) |
|