Search found 140 matches

by DAVIDJOINER
Fri Dec 03, 2021 10:27 am
Forum: Bug Reports
Topic: APP DEVELOPER ISSUE
Replies: 5
Views: 2376

APP DEVELOPER ISSUE

Hi Ben Have a small issue with APP developer If i send a string to a com port ie "FA;" 1. It is received fine if i connect a terminal program to the comm port ie FA; is received 2 However on the flowcode console the string is shown but printed twice ie FA;FA; Am i being thick here or is there an iss...
by DAVIDJOINER
Thu Dec 02, 2021 9:39 am
Forum: General
Topic: BCD
Replies: 5
Views: 2334

Re: BCD

Folks Thanks for all your help / suggestions As i cannot change both ends I had to use BCD. But as i already had a string representation of the long integer for other reasons in the program i chose the first suggestion IE manipulate a string Able to do this very simple in circa 8 lines in a calculat...
by DAVIDJOINER
Wed Dec 01, 2021 10:18 am
Forum: General
Topic: BCD
Replies: 5
Views: 2334

Re: BCD

Hi

Many thanks to both of you for the quick responses I will investigate both today and will revert

Note Unfortunately i am not in control of both sides of the communication hence the request for help with the BCD

David
by DAVIDJOINER
Wed Dec 01, 2021 8:01 am
Forum: General
Topic: BCD
Replies: 5
Views: 2334

BCD

Hi Ben Can you advise simplest flowchart way to break down large integer values ie 144000000 into a separate byte array as i need to send serially to another device in bcd format Ie re above example of 144000000 ie byte[0] = bcd of 1 ie byte[1] = bcd of 4 ie byte[2] = bcd of 4 etc etc Also The rever...
by DAVIDJOINER
Tue Sep 07, 2021 3:12 pm
Forum: General
Topic: Virtual serial port
Replies: 4
Views: 2122

Re: Virtual serial port

Hi Ben

I have changed to another virtual port supplier com0com as will be easier

And this appears to be detected fine by FC9 so i will now use this in my application

Anyway many thanks for help looking into it

Best Regards
David
by DAVIDJOINER
Tue Sep 07, 2021 11:18 am
Forum: General
Topic: Virtual serial port
Replies: 4
Views: 2122

Re: Virtual serial port

Hi ben I understand but the other standard software packages allow you select the port Can't you provide the option to allow you to select say ports 1 to 10 even if V9 does not initially see them as being available Thats the way SDR Console and SDR UNO appear to do it and windows then appears to han...
by DAVIDJOINER
Tue Sep 07, 2021 10:02 am
Forum: General
Topic: Virtual serial port
Replies: 4
Views: 2122

Virtual serial port

Hi Ben Have a problem seeing a new virtual serial port (I created using Eterlogic VSPE IN Windows 10) in V9 Debug mode I think the likely issue is that Eterlogic stores the new VSP in "other devices" rather than "Ports (Com & LPT)" However all the other programs i am using ie Real Term , SDR Console...
by DAVIDJOINER
Thu Aug 19, 2021 4:52 pm
Forum: General
Topic: ECIO40P16 PULLUP RESISTORS
Replies: 2
Views: 1590

Re: ECIO40P16 PULLUP RESISTORS

Steve

Many thanks using CNPU works fine


David
by DAVIDJOINER
Thu Aug 19, 2021 8:01 am
Forum: General
Topic: ECIO40P16 PULLUP RESISTORS
Replies: 2
Views: 1590

ECIO40P16 PULLUP RESISTORS

Hi Ben

I need to use the dspic internal pull up resistors on E0 E1 E2

can you advise me of the C code to achieve this

Best regards
David
by DAVIDJOINER
Tue Aug 10, 2021 1:51 pm
Forum: Bug Reports
Topic: ENCODER
Replies: 4
Views: 2124

Re: ENCODER

Ben

Yes running 9.2 could it get corrupted in anyway ?

Have checked windows performance whilst running it and no obvious windows problems

I wonder if any others in the forum could run it and see if they have similar problems

As hitting a brick wall until i can overcome it

David