Delphi 7 Serial Port Library
2007-06-25 06:35:17 AMI wanted to try Drjan Crnila's component. I have the latest download formSourceForge. I installed it in Delphi 7 (opened.dpk, compiled, click install) but itdoesn't show up on the palette. Right clicking on the palette and choosing propertiesdoesn't find it either.It does show up on the packages list.
Format Protocol Data Unit (PDU). The destination number of sending Message and message that will be sent through Delphi program that is made have to be changed into PDU Form first, next is the data will be sent through serial port to mobile.
How do I get a paletteentry? Is there a limit for palette entries?When I ran one of the examples, it is missing TComLed.Is this worth pursuing? I would like to get a component with an oncomm event so I don'thave to poll the port.Mike.
QuoteI wanted to try Drjan Crnila's component. I have the latest downloadform SourceForge. I installed it in Delphi 7 (opened.dpk, compiled, clickinstall) but it doesn't show up on the palette. Right clicking on thepalette and choosing properties doesn't find it either.It does showup on the packages list. How do I get a palette entry? Is there alimit for palette entries?When I ran one of the examples, it is missing TComLed.Is this worth pursuing?
I would like to get a component with an oncommevent so I don't have to poll the port.MikeMike,I have the Zip file from versions 2.62 and 2.63, but these are rather old.They've worked in Delphi 5 without problems for years, though. If thesesolder versions will help you, great, I can send a copy.David. QuoteMike,I have the Zip file from versions 2.62 and 2.63, but these are rather old.They've worked in Delphi 5 without problems for years, though. If thesesolder versions will help you, great, I can send a copy.DavidThanks David, that would be great. Take the obvious out of my address.TComled is in a unit named CPortCtl.pas.
Delphi 7 Serial Port Library In Florida
It is in the uses clause of the form unit, soI don't get why the compiler can not find it. Makes no difference if it is in the.dpror not. Control/click on the name opens it in the IDE.Not showing up on the palette is a separate problem.
I had the component installedsome time ago, and removed it. There is a registry entry for it under Palette,CPortLib.HiddenPage and the values are the bits and pieces. Renaming that doesn't doanything, and on re-boot Win restores it.Mike. QuoteThanks David, that would be great. Take the obvious out of my address.TComled is in a unit named CPortCtl.pas.
It is in the uses clause ofthe form unit, so I don't get why the compiler can not find it. Makesno difference if it is in the.dpr or not. Control/click on the nameopens it in the IDE.Not showing up on the palette is a separate problem.
I had thecomponent installed some time ago, and removed it. There is aregistry entry for it under Palette, CPortLib.HiddenPage and thevalues are the bits and pieces. Renaming that doesn't do anything,and on re-boot Win restores it. MikeMike,I've sent what I have - I hope it helps.
John H is also a TComPort fan,so I hope he can help further.Cheers,David.