ArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2012-11-30T13:59:39+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/3559 2012-11-30T13:59:39+02:00 2012-11-30T13:59:39+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24882#p24882 <![CDATA[Patch for serial communication?]]>
thanks

Statistics: Posted by headphoner — 30 Nov 2012, 12:59


]]>
2012-11-30T00:08:43+02:00 2012-11-30T00:08:43+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24881#p24881 <![CDATA[Patch for serial communication?]]> Statistics: Posted by nay-seven — 29 Nov 2012, 23:08


]]>
2012-11-29T23:54:47+02:00 2012-11-29T23:54:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24880#p24880 <![CDATA[Patch for serial communication?]]>

I've started writing a SerialCommunication module. SDK installed and the first steps are done(Modulebodies and so on). If I have enough time I'll finish it until the end of the year. Hope so.

There must be a set of 3 modules

1. Serial Info - Get's information about the exisiting ComPorts. Must have a refresh pin it com ports are added dynamic (Eg. FTTI ports)
2. SerialOut - A buffered Serial output. Receives values and array data. Sending must bei buffered in a backgroundprocess (not sure if this a good idea in Usine, but I'll find out)
3. SerialIn - A buffered Serial input. Pin receives values as array data, pin current buffer length, pin overflow.

SerialIn/Out needs some configuration pins like baud, parity etc. (Mabe in the first version 1n8 is OK)

Peter

Statistics: Posted by hesspet — 29 Nov 2012, 22:54


]]>
2012-09-08T18:45:57+02:00 2012-09-08T18:45:57+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24247#p24247 <![CDATA[Patch for serial communication?]]> to understand technical details in english
good evening ;-)

Statistics: Posted by waolelaid — 08 Sep 2012, 18:45


]]>
2012-09-08T08:24:15+02:00 2012-09-08T08:24:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24242#p24242 <![CDATA[Patch for serial communication?]]> but i suppose we still need a serial port module.. ;-)
if you looking for info about arduino, here a French website : http://arduino.cc/fr/

Statistics: Posted by nay-seven — 08 Sep 2012, 08:24


]]>
2012-09-08T01:41:15+02:00 2012-09-08T01:41:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24241#p24241 <![CDATA[Patch for serial communication?]]> trying to learn something and i found this
http://www.kickstarter.com/projects/dig ... oard?ref=l
in the "elektor newsletter" if it interest someone ?

Statistics: Posted by waolelaid — 08 Sep 2012, 01:41


]]>
2012-09-02T17:38:12+02:00 2012-09-02T17:38:12+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24197#p24197 <![CDATA[Patch for serial communication?]]> Statistics: Posted by Floego — 02 Sep 2012, 17:38


]]>
2012-08-25T08:44:22+02:00 2012-08-25T08:44:22+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24140#p24140 <![CDATA[Patch for serial communication?]]>

it would be very great!

Statistics: Posted by headphoner — 25 Aug 2012, 08:44


]]>
2012-08-25T08:41:48+02:00 2012-08-25T08:41:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24139#p24139 <![CDATA[Patch for serial communication?]]> About arduino, yes could be interesting to have a serial solution and the best way will be to develop a specific module with the SDK , feel free to test !

Statistics: Posted by nay-seven — 25 Aug 2012, 08:41


]]>
2012-08-25T01:56:18+02:00 2012-08-25T01:56:18+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24136#p24136 <![CDATA[Patch for serial communication?]]>
I work as a proffessional software developer and I've writte serveral communication implementations. Is there a interesst to develop a serial communication patch like the patches in PD or MAX?

Peter

BTW: for simple communication to an arduino I prefer this solution :-)

journeyToUnknownSoundscapes - Midi over Usb, a simple solution.

Statistics: Posted by hesspet — 25 Aug 2012, 01:56


]]>
BrainModular BrainModular Users Forum 2012-11-30T13:59:39+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/3559 2012-11-30T13:59:39+02:00 2012-11-30T13:59:39+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24882#p24882 <![CDATA[Patch for serial communication?]]>
thanks

Statistics: Posted by headphoner — 30 Nov 2012, 12:59


]]>
2012-11-30T00:08:43+02:00 2012-11-30T00:08:43+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24881#p24881 <![CDATA[Patch for serial communication?]]> Statistics: Posted by nay-seven — 29 Nov 2012, 23:08


]]>
2012-11-29T23:54:47+02:00 2012-11-29T23:54:47+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24880#p24880 <![CDATA[Patch for serial communication?]]>

I've started writing a SerialCommunication module. SDK installed and the first steps are done(Modulebodies and so on). If I have enough time I'll finish it until the end of the year. Hope so.

There must be a set of 3 modules

1. Serial Info - Get's information about the exisiting ComPorts. Must have a refresh pin it com ports are added dynamic (Eg. FTTI ports)
2. SerialOut - A buffered Serial output. Receives values and array data. Sending must bei buffered in a backgroundprocess (not sure if this a good idea in Usine, but I'll find out)
3. SerialIn - A buffered Serial input. Pin receives values as array data, pin current buffer length, pin overflow.

SerialIn/Out needs some configuration pins like baud, parity etc. (Mabe in the first version 1n8 is OK)

Peter

Statistics: Posted by hesspet — 29 Nov 2012, 22:54


]]>
2012-09-08T18:45:57+02:00 2012-09-08T18:45:57+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24247#p24247 <![CDATA[Patch for serial communication?]]> to understand technical details in english
good evening ;-)

Statistics: Posted by waolelaid — 08 Sep 2012, 18:45


]]>
2012-09-08T08:24:15+02:00 2012-09-08T08:24:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24242#p24242 <![CDATA[Patch for serial communication?]]> but i suppose we still need a serial port module.. ;-)
if you looking for info about arduino, here a French website : http://arduino.cc/fr/

Statistics: Posted by nay-seven — 08 Sep 2012, 08:24


]]>
2012-09-08T01:41:15+02:00 2012-09-08T01:41:15+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24241#p24241 <![CDATA[Patch for serial communication?]]> trying to learn something and i found this
http://www.kickstarter.com/projects/dig ... oard?ref=l
in the "elektor newsletter" if it interest someone ?

Statistics: Posted by waolelaid — 08 Sep 2012, 01:41


]]>
2012-09-02T17:38:12+02:00 2012-09-02T17:38:12+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24197#p24197 <![CDATA[Patch for serial communication?]]> Statistics: Posted by Floego — 02 Sep 2012, 17:38


]]>
2012-08-25T08:44:22+02:00 2012-08-25T08:44:22+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24140#p24140 <![CDATA[Patch for serial communication?]]>

it would be very great!

Statistics: Posted by headphoner — 25 Aug 2012, 08:44


]]>
2012-08-25T08:41:48+02:00 2012-08-25T08:41:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24139#p24139 <![CDATA[Patch for serial communication?]]> About arduino, yes could be interesting to have a serial solution and the best way will be to develop a specific module with the SDK , feel free to test !

Statistics: Posted by nay-seven — 25 Aug 2012, 08:41


]]>
2012-08-25T01:56:18+02:00 2012-08-25T01:56:18+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=3559&p=24136#p24136 <![CDATA[Patch for serial communication?]]>
I work as a proffessional software developer and I've writte serveral communication implementations. Is there a interesst to develop a serial communication patch like the patches in PD or MAX?

Peter

BTW: for simple communication to an arduino I prefer this solution :-)

journeyToUnknownSoundscapes - Midi over Usb, a simple solution.

Statistics: Posted by hesspet — 25 Aug 2012, 01:56


]]>