what library use?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hello, I want write a simple analogue Sence and Controll Dashbord , tell me what library a can use, programing language is C#, thank`s for help.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

No C#, only pure  C for PSoC1

   

There is no need for a special library. For PSoC1 download PSoC Designer 5.3 and for PSoC3, 4 and 5 download PSoC Creator 2.2. There are a handful of very instructive videos (click item at top of this page) to give you a start-off.

   

 

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

No C#, only pure  C for PSoC1

   

There is no need for a special library. For PSoC1 download PSoC Designer 5.3 and for PSoC3, 4 and 5 download PSoC Creator 2.2. There are a handful of very instructive videos (click item at top of this page) to give you a start-off.

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

The problem you have is two fold -

   

 

   

1) The signal conditioning and measurement side, PSOC excellent for this.

   

 

   

2) PC GUI dashboard side, Visual Basic or C# can solve this. Note PSOC 3/5

   

can support graphic TFT displays, in case you do not want burden of PC to imp-

   

lement dashboard or the attendant communication interface requirement needed

   

between PC and PSOC. In this case you would write dashboard in C.

   

 

   

PSOC has UART as well as USB capability in all families.

   

 

   

Regards, Dana.

0 Likes