Search found 33 matches

by PIC-Speed32
Tue Oct 09, 2012 1:56 pm
Forum: Deutsch Support-Forum
Topic: ADC PIC18F46K80 keine Funktion
Replies: 19
Views: 20749

ADC PIC18F46K80 keine Funktion

Hallo an Alle! Brauche dringend Hilfe. Ich bekomme keine Eingangswerte egal von welchem Port. Ich bekomme keine Eingangswerte egal wie ich Werte einlesen will. Mit und ohne Spannung kommen immer im Wechsel 0.31xxxxx und 0.93xxxx. als Flot oder String ausgelesen Mit und ohne Spannung kommen immer im ...
by PIC-Speed32
Tue Oct 09, 2012 11:46 am
Forum: Flowcode V5
Topic: PIC18F46K80 ADC Config Adcon1 in C-Code
Replies: 10
Views: 7255

PIC18F46K80 ADC Config Adcon1 in C-Code

Hello all.

i have a problem with converting thinks from the datesheet in to C-Code for the PIC18F46K80 ADC Config Adcon1.
Pleas could someone help me out, i just need to know how to convert the 0-8 BIT to programm in Flowcode V5.

Best regards,

Uwe Kapuschinski
by PIC-Speed32
Tue Sep 18, 2012 3:17 pm
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Re: Baud rate change in the software

I have not seen.
One should be able to read!
Thank you.
This brings me on now.

Thanks again


Regards Uwe


How can I make the forum a self programmed baud error calculator is available?
by PIC-Speed32
Tue Sep 18, 2012 2:39 pm
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Re: Baud rate change in the software

Hi Benj, This change I do not unfortunately. I think the change in the PIC. In Flowcode RS232 is initialized at 9600 baud. So I can talk to the display. I can change the display to a different baud. Thereafter, the RS232 connection is interrupted. The PIC runs at 9600 and the display with 115000Baut...
by PIC-Speed32
Tue Sep 18, 2012 1:22 pm
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Re: Baud rate change in the software

Sorry, an error has crept.
a = 00 * 256 + 20
b = 00 * 256 + 35

Regards Uwe
by PIC-Speed32
Tue Sep 18, 2012 1:02 pm
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Re: Baud rate change in the software

The display is controlled via the serial interface with your own commands. I can write on the screen, draw, view pictures. I check the touchscreen. I query the TS whether an area is pressed. answer 1 I query the TS whether an area is pressed. answer 2 I query the TS whether an area is pressed. answe...
by PIC-Speed32
Tue Sep 18, 2012 11:37 am
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Re: Baud rate change in the software

I use PIC18f46k80 and the hardware interface. 64Mhz
The display uLCD-43PT.
It starts at 9600 baud.
Then I want to increase the baud.
so I analyze the data from the touch display quicker.
at 9600 baud, it takes about 0.5 seconds.

Regards Uwe
by PIC-Speed32
Sun Sep 16, 2012 7:12 pm
Forum: Flowcode V5
Topic: Baud rate change in the software
Replies: 9
Views: 4679

Baud rate change in the software

Sorry? Translated with Google I use a serial LCD display from 4D Systems. It always starts with 9600 baud. How can I start at 9600 baud, and then switch to 38.000baud (115.000 baud). The command for the display, I can send. Then I have to change the baud from the PIC. Are there any C code for it? I ...