Serial Port Component For Lazarus Video
Short Description: Delphi and C Builder component for serial communication for Windows. Communication with devices connected to serial port. Easy of use and very powerful.
Uses multithreading and overlapping for maximum performance.Long Description 1:Delphi and C Builder component for serial communication for Windows. Communication with devices connected to serial port. Easy of use and very powerful. Uses multithreading and overlapping for maximum performance. Available for Delphi/C Builder 5 - XE4 and Lazarus 1.0.8. Source code included in full version.
Royalty free distribution in applications.Long Description 2:Delphi and C Builder component for serial communication for Windows.- communication with devices connected to serial port- easy of use and very powerful- uses multithreading and overlapping for maximum performance- available for Delphi/C Builder 5 - XE4 and Lazarus 1.0.8- source code included in full version- royalty free distribution in applications- multilicense for all developers in a company is available- part of Communication Protocol Suite part of Winsoft Component Package http://www.winsoft.sk/wincpkg.htm.
I have a rather large project written in Delphi Pro V4 which I purchased in 1998, and started using around 2002 for an application that reads data from a USB serial port for analysis and report generation. It uses the Borland BDE and originally the SerialNG component.
But that did not work on Windows 10, so I tried COMDRV32, but it causes crashes. I am transferring the project to an associate as I am now semi-retired and working part-time on other projects. I have only used Free Pascal and Lazarus for a couple of simple projects, and I don't know if they will work for my project. I would also like to try using the TLzComPort component to see if it works on Win10.As to compensation, that would depend on what my associate would feel is appropriate. This software is part of a system called 'Ortmaster' and it sells for a list price of $3995, but there are only about 50 systems in the field and future sales may be only a couple per year. So there is potential for perhaps a couple thousand dollars and some continuing work for bug fixes, maintenance, and new features.This was my first major Windows GUI application and I learned Delphi 'on-the-fly', so it is not well organized and documented. Prior to Delphi I wrote MSDOS console applications using Borland C, and I am primarily an electronics engineer with experience in Z80 assembly and Microchip PIC programming in C.You may learn more about the product at, and you can download the latest stable version as well as the latest version which works on Win10, but the problems are in the COM port driver and requires proprietary hardware for the serial port.
The software will run in demo mode using waveform files instead of real data from the serial port.I'd appreciate any advice you may be able to provide. Doesn't sound too bad to rewrite from scratch, maybe even make it cross-platform.
Is the xygraph unit your own code or does it use a graphing component? Also, I see that you use Access to generate at least one of the reports. Have you tested to see if that still works with the latest versions of Access? I used to use Access for reports years ago, but they tend to stop working the further you get from the version of Access you used to develop them (in my experience).Actually, this might be one are where desktop software development is still thriving: highly technical, highly specific software that few can write, so you charge accordingly. Certainly keeping 2 users happy at $3995 a pop is probably easier than keeping 2,000 users happy at $3.95 a pop.Maybe before you do much else, have you thought about ways to expand the market for this software? For example, to 10-20 sales per year. Maybe by generalizing it so you can attract new users.
Or maybe there's some way to do it on a cheap tablet? Or add new functionality in a Web app? So you can get upgraders and new users. Maybe you've already thought a lot about that, even agonized over this question, but I thought I would throw that out there just in case you haven't.Another thing to consider if you want to do a complete rewrite is going to a contract software shop and let them do a complete requirements and design analysis. Would probably cost about one sale but could very well be worth it if you're going to have somebody do a rewrite in mistakes avoided, etc.Dbase is certainly an obsolete db format and your app does have that late 20th century vintage look, so it might be time to give it some real love (read: $ investment).Also, developers of desktop software are quickly becoming the COBOL programmers of our era. They're not disappearing and they'll be needed for years to come to maintain all the desktop software developed for Windows over the last 20 years, but few young programmers aspire to do that kind of development.
So I would think anything you can do to 'modernize' the app would help in keeping a programmer interested and engaged. More information stemming from a PM:It is difficult to say how much income this might generate.
Serial Port Component For Lazarus Video For Free
It is a 'mature' application that has been working well for as many as 50 customers, and there is a potential market for perhaps 50-100 more. I have never advertised the product, and my sales over the past ten years have been all word-of-mouth and through searches that found my website. This system replaces an earlier version that used MSDOS and the parallel port for data acquisition, and as many as 150 of those systems were sold. Most of my sales have been retrofits for customers who needed to update their systems to Windows platform and the USB port.Much depends on my associate who is taking over the product line, and he may start advertising and contacting previous customers.
If that is successful, I would think perhaps 20-30 units a year could be sold for a few years until the niche market saturates. But there is a good profit margin and I would expect a good rewrite of the software could amount to several thousand dollars over a few months.edit In answer to the previous post, this is a highly specialized application and system which is used by technicians who test Oil Circuit Reclosers that are used by utilities and electric co-ops on their transmission and distribution lines. The previous software in MSDOS was very ugly and primitive, but many of the techs are not very computer-savvy and preferred something stupid-simple.
I had been working with an associate who wrote part of the software in old MSDOS Visual Basic, and he handled the sales and service of the product except for the hardware which I designed and built.He hired some people to make new software for Windows using Visual Basic and IMHO it was truly ugly and problematic. We could not come to agreement so we went separate ways and customers were begging me to supply something, so I built a new interface and a completely new GUI using Delphi. It is admittedly complex but it has been used by many techs and they seem satisfied with it. But I agree that it could use some visual improvement.The software will run on a WinBook tablet, but it usually runs on a laptop computer that may be dedicated to the test station. I don't know how much people use the database and report functions, and perhaps only a few use MS-Access. I only did that as an option, importing the database tables and creating a custom report. That's an area that could use improvement.There is another program, BTSA-3T, based on the Ortmaster hardware and software but with a different GUI.
It is used by my associate at ETI who is assuming responsibility for the project. That will also need some work, but I think it works on Win10, although not reliably. Here is a picture of the PCB and the application running on my WinBook. I have two videos with links on the website, but they are not very good:I have made other videos of similar testing.
Here is a demo of molded case circuit breaker testing using a product I designed:This shows a high current DC test set, producing 20,000 amperes:An overview of various high current test sets I have designed or worked on:Here is a video showing recloser testing with a different system:This shows an arc inside a recloser being tested:edit My patent for a recloser test set:A competitor's recloser test set (I did some work for them):The original Ortmaster as marketed by AVO/Megger:The TCC software that was used to verify current/time curve data. This programm looks like easy to convert.I would say 4-5 days for the programm itself, and a couple of weeks to make it error-free and perfect. (Except hardware connection)I would put most of the sub forms in the mainform.In lazarus you have all tools what do you need for your program LazReport for your report(similar to your Quickreport).For database you can use TDBF (Dbase iv) or better Firebird.With Firebird your customer will love your program:-)They can on one machine use data from usbport and on all other computers work with collected data.Don't use 'autoconvert delphi project future' from lazarus tools-menu. Convert it form by form it is easier.Also my first Delphi version was Delphi 4 Pro.Good luck. I'd recommend to start with the aspect of communicating with the device.1) is USB = Serial Port?
I've never heard about being referenced as a actually. External devices are typically using Serial Ports and I'd think this is the one you're using. The SerialNG component seems to be no longer supported:I have tried the basic demo and it also does not work on Win10. I don't have the capability of debugging the code to make it work.
I think the error is simply that it cannot open the COM port.The ComDrv32 component seems to work with Win10 for a simple demo, but causes access violations in the Ortmaster. It seems that a background task or thread is exceeding the bounds for the COMM buffer. Perhaps this would be fairly easy to fix, but I would rather have a fully debugged, tested, and supported serial component. That's why I thought TLazSerial may be a good choice.ComDrv32:I may also consider paying for a commercial product.
I found a ComPort v5.5 on the page above which is a $55 shareware recently updated. But it seems to support only Delphi 5 and above. It does support Lazarus.Here is a commercial product for $115:It would probably be most cost-effective to try a commercial product so that future maintenance would be more straightforward.I am using a design with a Microchip PIC18F2550 USB device configured as CDC and a custom driver INF using Microsoft usbser such that it enumerates as 'Ortmaster Comm Port (COMnn)'. I had previously tried USB-Serial dongles but some did not work reliably. I also have a custom USB version that communicates directly via USB, but I had some problems. I'm trying to install Lazarus on my Win8 laptop, and the ppc386.exe installer just brings up a command box with various help topics.
Maybe I have the wrong version? I have Lazarus installed on my new Win10 laptop but I haven't transferred things there yet. Probably time to do so.BTW, how does one insert an image in a post?
I tried using img tags with a URL, and no joy. I tried uploading but my image is 300k and limit is 250k.edit I was confusing the compiler with the IDE. I now have the IDE running and the TLazSerial component installed, and I built the sertest application. It opens the USB Com Port but I don't see activity.