Thank you. Will read it and try it. And will report the outcome.
João
Search found 26 matches
- Tue Jan 25, 2022 6:56 pm
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
- Tue Jan 25, 2022 4:44 pm
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
And i don't have this folder in the documents folder.. Do I have to download some file and create the folders?Documents\Arduino\hardware\Arduino_STM32\drivers\win\
Thanks
João
- Tue Jan 25, 2022 4:36 pm
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Thank you for your tips. That would explain it.. I am still using windows 7 as this machine has not enough power for win 10 
So I guess that the maple driver will work with the sketch you posted? I think I have installed it anyway, but maybe I might have done it wrong
João

So I guess that the maple driver will work with the sketch you posted? I think I have installed it anyway, but maybe I might have done it wrong

João
- Sun Jan 23, 2022 8:15 pm
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Thank you. will try all. I normally change the ID but I didn't change yours, so it should be different anyway.
will report later.. Banging my head against the wall at the moment because of "Processing"
João
will report later.. Banging my head against the wall at the moment because of "Processing"


João
- Sun Jan 23, 2022 1:37 pm
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Yes, they are both used in same time. As if you plugged in two different USB devices.
Go to device manager, and see if there is problem with driver (if you are using Windows OS).
Also, how do you upload sketch to bluepill?
Here is how my computer sees it.. The Midi Port is recognized.
I ...
- Sun Jan 23, 2022 12:24 am
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Funny, it detects the driver for the midi device, but it doesn't give me a COM port for the serial 
João

João
- Sun Jan 23, 2022 12:01 am
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Oh, this is great. I will give it a try tomorrow. Thank you so much..
Could both be used at the same time? Or should I find a way to deactivate one when I use the other.. It can be in Setup as I only have one USB cable I won't use both obviously
João
Could both be used at the same time? Or should I find a way to deactivate one when I use the other.. It can be in Setup as I only have one USB cable I won't use both obviously

João
- Fri Jan 21, 2022 3:46 am
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
If all you want is a single serial stream over USB, you should just use Serial, instead of USBComposite. USBComposite is overkill for that.
No, what I really want is to sometimes use normal serial over USB, for configuring settings for example, and in normal operation use the USB for Midi.
I am ...
- Fri Jan 21, 2022 3:39 am
- Forum: General discussion
- Topic: USB Composite + Roger Clark's Core, Serial over USB
- Replies: 20
- Views: 15583
Re: USB Composite + Roger Clark's Core, Serial over USB
Can you check your previous thread and look for my first post there for example? That should give you both midi and usb virtual com port over one usb cable. I used st-link for upload, not stm32duino bootloader.
Ok, here is your code from the other thread:
#include <USBComposite.h>
#define ...
- Mon Jan 17, 2022 3:50 pm
- Forum: General discussion
- Topic: USB Composite library MIDI Get Bytes without using Callbacks
- Replies: 28
- Views: 15045