Announcement

Collapse
No announcement yet.

Communications driver toolkit?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Doug Precure
    Guest replied
    This being an external serial device, communicating via modbus, I don't think I wil need any low-level access. Thanks for the advice Tom.

    ------------------

    Leave a comment:


  • Tom Hanlin
    replied
    A DLL is far simpler to design, build, debug, and make portable between platforms. A device driver may be required if you need to do low-level hardware access, or if you need to make the hardware available to Windows as a device. The two are rarely interchangeable. The choice should be fairly clear, depending on your requirements.

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Leave a comment:


  • Doug Precure
    Guest replied
    Thanks to Scott and Tom for your responses. At this point I'm not sure whether to develop the "driver" as a DLL or as an actual device driver.

    Does anyone have any input as to the issues surrounding either choice?

    Thanks...

    ------------------

    Leave a comment:


  • Tom Hanlin
    replied
    If you're looking to write an actual Windows device driver, this can't be done with PowerBASIC. You'd probably be looking at Microsoft C or assembly language in conjunction with the MS DDK (Device Driver toolKit).

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Leave a comment:


  • Scott Hauser
    replied
    Hi Doug,

    Try this.

    http://www.powerbasic.com/support/addons/communic.asp

    ------------------

    Leave a comment:


  • Doug Precure
    Guest started a topic Communications driver toolkit?

    Communications driver toolkit?

    Does anyone know of a good communications toolkit that can be used to build a serial communications driver with PB/DLL?

    ------------------
Working...
X