Search found 16 matches

by st9905
Sun Dec 09, 2012 12:59 pm
Forum: General Programming
Topic: ECIO and Flowkit
Replies: 3
Views: 4772

Re: ECIO and Flowkit

Hi,

I'm using external power to the board.
by st9905
Sat Dec 08, 2012 10:19 pm
Forum: General Programming
Topic: ECIO and Flowkit
Replies: 3
Views: 4772

ECIO and Flowkit

Hello, I'm trying to connect my flowkit to an ECIO-40, which is inserted into a EB061 board. I have selected Port E, since I have CAN and RF modules connected to port B. When I select "Go/continue" in the Debug window I get "ICD has failed to communicate with the target". The LEDs on the Flowkit are...
by st9905
Wed Oct 24, 2012 9:02 pm
Forum: General Programming
Topic: CAN & RF board connection to ECIO-40
Replies: 1
Views: 1832

CAN & RF board connection to ECIO-40

Hello, I'm working on a project where I will connect a RF board and a CAN board to the same ECIO-40. AS far as I understand I can change the pin configuration for the EB063 RF board, but only the CK pin for the EB018 CAN board. How should I connect the CAN and RF boards to the ECIO-40? If I like to ...
by st9905
Thu Jul 01, 2010 4:23 pm
Forum: General Programming
Topic: baud rate for bluetooth
Replies: 3
Views: 3940

Re: baud rate for bluetooth

Hello Steve, I changed S520 and S521 to 19200. Then I changed the [Defines] code for the baud rate to 15= 19200. #define BLU232_BAUD 15 As you wrote something must have gone wrong since I no longer has communication with the module. Is it possible to write a reset program in Flowcode that can change...
by st9905
Thu May 06, 2010 6:53 pm
Forum: General Programming
Topic: baud rate for bluetooth
Replies: 3
Views: 3940

baud rate for bluetooth

Hello, I have a project in which I use bluetooth for transmitting data to a controller. The baud rate is set by default to 9600 by the program (flowcode 4). I would need higher baud rate for the data transfer. Is it possible to change the baud rate in any macro? If so in which macro should i make th...
by st9905
Wed Oct 07, 2009 4:16 pm
Forum: Flowcode V4
Topic: USB conection to PIC18F4550
Replies: 8
Views: 6689

Re: USB conection to PIC18F4550

Hello,

I have updated the USB library, but still I can not connect.

In the complier option I have change to "boostc.pic18.flowcode.exe", but still no communication.
Do I have to make any other changes in the complier option?

/Erik
by st9905
Mon Oct 05, 2009 4:51 pm
Forum: Flowcode V4
Topic: USB conection to PIC18F4550
Replies: 8
Views: 6689

Re: USB conection to PIC18F4550

Hello Ben, I have tried with the example file called "USB Slave Demo 3-Byte" and change the PIC to PIC18F4550. I did also the configuration as in the link you sent. The computer now find and install the USB driver, but still I can not download or modify any program via the USB port. The only way is ...
by st9905
Mon Sep 28, 2009 2:51 pm
Forum: Flowcode V4
Topic: USB conection to PIC18F4550
Replies: 8
Views: 6689

Re: USB conection to PIC18F4550

Hello Ben, I am using Flowcode 4 to make my program with. Just to try the communication I have used Joystick example program and changed the ECIO to my PIC. I were able to download the program with the PIC programmer (EB006), but I don't know if the USB function is running as it should since I don't...
by st9905
Sun Sep 27, 2009 4:32 pm
Forum: Flowcode V4
Topic: USB conection to PIC18F4550
Replies: 8
Views: 6689

USB conection to PIC18F4550

Hello, I planing to use a PIC18F4550 in a project were I can connect my PC to the PIC via the USB to download new programs as well as receive data. My PC recognize that a new USB device is attached, but doesn't find any driver for communication. Is it possible to modify the USB driver for the ECIO t...
by st9905
Mon Aug 17, 2009 3:36 pm
Forum: E-blocks
Topic: ECIO compatibility
Replies: 7
Views: 5784

ECIO compatibility

Hello,

Is the ECIO compatible 1:1 with the SPI- and bluetooth board or do I have to make any other configuration and how in that case.

Brgds
Erik
by st9905
Fri Apr 17, 2009 4:09 pm
Forum: General / Misc
Topic: Port A
Replies: 1
Views: 3012

Port A

Hi, I can not get A4 to go high, even if I force all bits in port A to high. I am using a PIC16F877A in a project. I have tried the PIC in your PIC programmer and the result is the same. I have also tried other PIC, but no difference. Is there anything in Flowcode that is using that bit and is there...
by st9905
Mon Jan 19, 2009 6:38 pm
Forum: Suggestions
Topic: New CAN option
Replies: 0
Views: 10616

New CAN option

Hi Sean,

Some of the PIC18..... has already a built in CAN function. It would be great if could be possible to configure the CAN module to use these pins, then it's possible to connect other functions like USB or RS232 to port C and use the PIC as a protocol converter.

Regards

Erik
by st9905
Mon Apr 02, 2007 9:16 am
Forum: Flowcode V2 & V3
Topic: Baud rate conflicts?
Replies: 1
Views: 2797

Baud rate conflicts?

Hello,

The baud rate in the bluetooth is by default 9600. At the same time the baud rate on the development board is 19200 when using the crystal. Will it not be a conflict with the two baud rates if continues data is transmitted?

Regards
by st9905
Wed Mar 14, 2007 8:34 pm
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10382

Hi evrybody,

I have an AMD X2 dual core. After I did the update for the processor it now seems to work.

For the links see the latest reply from Steve.
by st9905
Tue Mar 06, 2007 10:48 pm
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10382

Error -1073741819

Hello, After I upgraded to Flowcode v3.1.0.31 I have problems to compile the program to ASM. The success rate is ~ 1/10 even if I try to compile an old program made in Flowcode v2. I have reinstalled the program and I have also downloaded and installed the version from your homepage. Regards Erik.
by st9905
Wed Oct 25, 2006 10:42 pm
Forum: E-blocks
Topic: EB-024-00-1 BLUETOOTH
Replies: 2
Views: 5632

EB-024-00-1 BLUETOOTH

I tried to change the baud rate using the S521 register. Something went wrong and after that the transmitter is not longer communicating with the receiver. Is there any command that will clear the memory and bring the bluetooth device back to original? Where should it be written in that case? I’m ...