Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: c# development
Eric Williams
Where are people purchasing vs 2008 pro from. I'm finding nothing but shady looking resources (old software). I'm not seeing it on Microsoft. I've been told that vs 2012 pro would include down grade rites?
toggle quoted message
Show quoted text
-----Original Message-----
From: "Neil Dorin" <neildorin@...> Sent: �6/�10/�2013 6:55 PM To: "Crestron@..." <Crestron@...> Subject: Re: [Crestron] c# development You need to check on creatronlabs.com Full c# programming is very much in beta still On 2013-06-10, at 4:45 PM, Bradley Seman <el_perro_azul@...> wrote: I did a search for c# in the Crestron group and it returned no results. Maybe i'm doing it wrong, but i'm new here. [Non-text portions of this message have been removed] |
Re: Error: CConsoleListenSocket::AcceptConnection: unable to disable Nagle algorithm
Im seeing these once a minute in the log and im not sure whats causing them
toggle quoted message
Show quoted text
--- In Crestron@..., "xymox1357" <public2@...> wrote:
|
Re: Device Firmware
4.003.0015 is the latest released firmware for MP2E and QM-RMC style processors.
toggle quoted message
Show quoted text
But yes, it is indeed lagging behind the rest of the 2 series so you might want to see if you need a beta firmware for your processor depending on what you're trying to do. --- In Crestron@..., Heather Baiman <heather@...> wrote:
|
Re: Device Firmware
Heather Baiman
4.003.0015 is not the latest firmware for the 2-series.
Most programs don't need to upgrade beyond this version unless you're doing stuff with Smart Graphics I think. ________________________________________ From: Crestron@... [Crestron@...] on behalf of Sebastian [s.marszalek11@...] Sent: Monday, June 10, 2013 7:36 PM To: Crestron@... Subject: [Crestron] Device Firmware Hey All, I keep getting this message when I upload a program to a processor. " The device firmware does not meet the minimum requirements of the File. Device:4.003.0015(Oct 04 2010) File:4.006" This is the latest firmware for the device, anyone know why it's asking that? Thank you, ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links |
Re: The extended ASCII codes in 3-series
Kool-Aid Drinker
Using the built in S+ SendMailAdvance() function.
On Mon, 10 Jun 2013 18:05:30 -0000, "Andy A" <aandrea@...> wrote: Using a Crestron send email module or home-made? |
Re: c# development
Neil,
toggle quoted message
Show quoted text
OP is trying to do C# from his computer, you'll notice he's trying to create a viewport (toolbox) session to upload files. Not on a controller. Also... SIMPL# - the ability to write libraries in C# and call them from your SIMPL+ modules - is released. It's not in beta. --- In Crestron@..., Neil Dorin <neildorin@...> wrote:
|
Re: Launching Sonos App from inside Mobile
Use the multitasking dock or a four/five-finger swipe.
toggle quoted message
Show quoted text
--- In Crestron@..., "peterjablonicky" <jablonko@...> wrote:
|
Re: Launching Sonos App from inside Mobile
peterjablonicky
The string works nice.
toggle quoted message
Show quoted text
But how to switch back to Crestron? --- In Crestron@..., "appelguy123" <appelguy@...> wrote:
|
Re: c# development
You need to check on creatronlabs.com
toggle quoted message
Show quoted text
Full c# programming is very much in beta still On 2013-06-10, at 4:45 PM, Bradley Seman <el_perro_azul@...> wrote:
I did a search for c# in the Crestron group and it returned no results. Maybe i'm doing it wrong, but i'm new here. |
c# development
Bradley Seman
I did a search for c# in the Crestron group and it returned no results. Maybe i'm doing it wrong, but i'm new here.
We are trying to write a program in c# and part of the functionality needed to for it to be able to connect to a DMPS or MC2E and upload a new program for it and it's connected touch panel. Our attempts at connecting to a device on the local network have not been successful. The code we have been using is this (this is just test code, the actual code will use variable names instead of hard coded info): VptSessionset = newVptSession(); private void btn_Load_Click(object sender, EventArgs e) { DialogResult result; Form LoadForm = new LoadForm(listboxLoadList, txtControlPanel.Text, txtTPProgram.Text, txtWebInterface.Text, txtControlFirmware.Text, txtTPFirmware.Text); result = LoadForm.ShowDialog(); if (result == System.Windows.Forms.DialogResult.OK) { //Here is where we load the list Console.WriteLine("New VtpSession created!"); set.OpenSession("tcp 10.25.146.126", "C# test"); Console.WriteLine("Session opened!"); int TransID = 0; String program = ;//fill in your own path/file here set.AsyncActivateStr(0, program, 10000, TransID, 0, 0); Console.WriteLine("Session program send!"); } else if (result == System.Windows.Forms.DialogResult.Cancel) { // Don't load the list ; } } The program string is blank since you guys will have a different file and directory to use. after this function is called the set_OnActivateStrComplete function is called: private void set_OnActivateStrComplete(int nTransactionID, int nAbilityCode, byte bSuccess, string pszOutputs, int nUserPassBack) { Console.WriteLine("Inside of the complete!"); Console.WriteLine(bSuccess); Console.WriteLine(pszOutputs); } when bSuccess is output to the Console, a zero is printed, indicating failure. does anyone have any suggestions? [Non-text portions of this message have been removed] |
Re: The extended ASCII codes in 3-series
When using UTF-16, you don't use the "\x" notation, you have to use "\u" notation.
toggle quoted message
Show quoted text
If you want codepoint U+AABB, then you write "\uAABB". You don't write "\xAA\xBB" or such. --- In Crestron@..., "kabza" <kabzaa@...> wrote:
|
Adagio Processor: Type of Internal Flash - Number of program reload cycles
Just a short question about the internal Flash Memory that is used in the Adagio processors, e.g. AES:
Flash Memory has normally a limited number of rewrite cycles. Does anyone know, what type is built in in the AES and how many program reloads to the internal Flash are possible? Thanks for any Input. -Werner |
Re: Hd-ext-1c question
Thanks.
toggle quoted message
Show quoted text
{Paf} Le 10 juin 2013 08:29, "Jeremy Weatherford" <jweather@...> a crit : ** |
Re: The extended ASCII codes in 3-series
kabza
I use e-mail client from the crestron database without any problem.
From: Crestron@... [mailto:Crestron@...] On Behalf Of Andy A Sent: Monday, June 10, 2013 5:47 PM To: Crestron@... Subject: [Crestron] Re: The extended ASCII codes in 3-series So if I am reading correctly...you have been able to get a 3-series processor to send an email message? Ever since I upgraded firmware to the latest available (as of a week or so ago) my email has been non-existent. Any help/guidance you could provide would be greatly appreciated! --- In Crestron@... <mailto:Crestron%40yahoogroups.com> , Kool-Aid Drinker <herald@...> wrote: that [mailto:Crestron@... <mailto:Crestron%40yahoogroups.com> ] Onis working well in 2-series but in 3-series degree sign is not show. Behalf <mailto:%26%2339%3BCrestron%40yahoogroups.com> 'Of Lincoln King-Cliby reportedSubject: RE: [Crestron] The extended ASCII codes in 3-series weeksquite a while ago, and AFAIK still not fixed (though it's been a few since I've had time to play with it) |
Re: The extended ASCII codes in 3-series
kabza
Thanks for reply.
Also thought about it, but I had no way to check this. At the end of the week I'll be working on it so check it out. Regards From: Crestron@... [mailto:Crestron@...] On Behalf Of sebastiaanheemskerk Sent: Monday, June 10, 2013 10:52 AM To: Crestron@... Subject: [Crestron] Re: The extended ASCII codes in 3-series There is a change in character encoding. With a 3-series you can have ASCII and UTF16. If you are using UTF16, you need to put in 2 bytes to represent 1 character. To make it more 2-series compatible, you can put in the compiler directive: #ENCODING_ASCII Or probably put a \x00 in front of your \xB0 (may be behind the \xB0 as well, as Crestron uses UTF16-Little Endian.) Kind regards, Sebastiaan --- In Crestron@... <mailto:Crestron%40yahoogroups.com> , "kabza" <kabzaa@...> wrote:
|
Re: Vtpro-e or Windows (saving a file with version number no longer works)
Use a dash 1-1, 1-2.
toggle quoted message
Show quoted text
--- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:
|
Re: Vtpro-e or Windows (saving a file with version number no longer works)
Don't save as in VTP, copy and rename? :)
toggle quoted message
Show quoted text
-- Lincoln King-Cliby, CTS Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Services Provider -----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of avsystemdesign Sent: Monday, June 10, 2013 3:07 PM To: Crestron@... Subject: [Crestron] Re: Vtpro-e or Windows (saving a file with version number no longer works) This has to be a Vtpro-e thing, as Simpl Windows still lets me save version numbers. For some very strange reason Vtpro-e cuts off any file name characters after the period. WTF!? --- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:
------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links |
Re: Vtpro-e or Windows (saving a file with version number no longer works)
This has to be a Vtpro-e thing, as Simpl Windows still lets me save version numbers. For some very strange reason Vtpro-e cuts off any file name characters after the period. WTF!?
toggle quoted message
Show quoted text
--- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:
|
Vtpro-e or Windows (saving a file with version number no longer works)
I'm not sure if this is a Vtpro-e thing or Windows...
I normally save a new file as v1.1, followed by v1.2 etc. But, Vtpro-e won't do that anymore, it does not see the .2 for example, so instead it saves it as v1 (which can for obvious reason wreck havoc). Anyone come across this? Is there a patch or workaround? |
to navigate to use esc to dismiss