Search found 3 matches

by Thomas1337
Tue 29. Apr 2014, 14:19
Forum: PCAN-Basic
Topic: How to connect to a net
Replies: 5
Views: 9275

Re: How to connect to a net

I get following error message when starting the program first, then PCAN-View:

http://www7.pic-upload.de/29.04.14/gqsxco1km8e9.png

/edit
Seems you are right. It works when clicking on the USB Hardware symbol. I found out (with the program
PCAN nets Configuration) that the PCAN api uses a net ...
by Thomas1337
Mon 28. Apr 2014, 16:31
Forum: PCAN-Basic
Topic: How to connect to a net
Replies: 5
Views: 9275

Re: How to connect to a net

Thanks for your fast reply. The baud rate is right. Receiving works, when PCAN-View isnt open.
I think it blocks the connection.
I wonder if it is even possible with the Basic API? The documentation states that more than one application
can access one hardware with CanApi2. I am not sure if this is ...
by Thomas1337
Mon 28. Apr 2014, 15:04
Forum: PCAN-Basic
Topic: How to connect to a net
Replies: 5
Views: 9275

How to connect to a net

Hi,
I am currently trying to connect to a net via an USB PCAN adapter.
I can already receive data with the PCAN View program. But the following code snippet doesnt work.
It says that the PCAN Hardware is used by another PCAN net. If I change the channel to PCAN_USBBUS2,
it says that the handle isnt ...