Add another baud rate to PLX-DAQ
CyberBob
Posts: 2
Hi
I have an older version of PLX-DAQ (older because my Excel 2003 can't handle the newer version).
The Baud rate selector in the version that I am using doesn't have the option of 115200. I need to know how to add this to the PLX-DAQ spreadsheet.
I understand that this can be done in VBA but I'm a newbie to this.
Any help will be really appreciated
Thanks
I have an older version of PLX-DAQ (older because my Excel 2003 can't handle the newer version).
The Baud rate selector in the version that I am using doesn't have the option of 115200. I need to know how to add this to the PLX-DAQ spreadsheet.
I understand that this can be done in VBA but I'm a newbie to this.
Any help will be really appreciated
Thanks
Comments
On UserForm I have added the following line:
cboBAUD.AddItem ("115200")
When I reload the spreadsheet and select 115200 from the Baud rate drop down box, I get -
Run-time error "1000" Invalid port settings
What else do I need to do to get it working?
I hope you can help
BTW, I'm assuming the PLX-DAQ software worked for you previously when selecting a slower baud rate.