-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAN Socket support? #2
Comments
The daemon found here https://github.com/mjbots/fdcanusb/blob/master/sw/fdcanusb_daemon.cc can be used to provide a socketcan interface from the fdcanusb. |
Many thanks for the response. However, having searched high and low, yet not seeing the hardware for your code. What or where is the hardware? |
When they are in stock, you can also buy them at https://mjbots.com/products/fdcanusb |
The description of "serial-like" is confusing, despite me a embedded
engineer and familiar with CAN-bus not so sure it is a CAN-bus device or
Serial-like CAN-bus, please elaborate?
…On Mon, 15 Feb 2021 at 02:25, jpieper ***@***.***> wrote:
When they are in stock, you can also buy them at
https://mjbots.com/products/fdcanusb
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYQVUAFIZWYQHFZTFAB3LS67FNDANCNFSM4XS4TUYQ>
.
|
When inserted into a USB port, it implements the USB CDC interface. That means it looks like a virtual COM port to Windows or Linux. When you use a terminal emulator like hyperterminal or minicom, it allows you to send commands which cause CAN-FD frames to be emitted out the other side. CAN-FD frames that are successfully received, are reported as responses on that same USB CDC interface. |
Thank you for the explanation. I need a USB-FDCAN adapter. Your product
does not suit my needs. Thank you
…On Mon, 15 Feb 2021 at 02:37, jpieper ***@***.***> wrote:
When inserted into a USB port, it implements the USB CDC interface. That
means it looks like a virtual COM port to Window or Linux.
When you use a terminal emulator like hyperterminal or minicom, it allows
you to send commands which cause CAN-FD frames to be emitted out the other
side. CAN-FD frames that are successfully received, are reported as
responses on that same USB CDC interface.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYQVRH6IKFNT3C5MPYV5DS67GZ5ANCNFSM4XS4TUYQ>
.
|
No worries. Although, a USB CAN-FD adapter is exactly what this is. I'm not sure what else you would expect from such an adapter. |
Simply, USB<->CANFD, so that I can have an FDCAN device on my PC through
USB.
…On Mon, 15 Feb 2021 at 02:43, jpieper ***@***.***> wrote:
No worries. Although, a USB CAN-FD adapter is exactly what this is. I'm
not sure what else you would expect from such an adapter.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYQVSVEDUIX65OGKSYMYTS67HP5ANCNFSM4XS4TUYQ>
.
|
That is exactly what this device lets you do. Every USB to CAN-FD adapter has a unique protocol on the PC side. The fdcanusb's is documented in the README, and additionally there is the daemon linked above that lets it present as a linux socketcan device. |
I re-visited your explanation, and realize that the serial-like is an emulation. Without emulation, it is a USB-FDCAN device. I need a device for my research studies. Hence, do not have much time for trouble-shooting. Is the product as CAN Socket promising or working. I can compile the Linux driver, but just wanting to know it is not stable, not a beta release, is it? |
It is plenty stable for mjbots' needs. However, you may decide you'd rather get something like the PEAK USB CAN-FD adapter, which while significantly more expensive, is provided by a company with a longer history. |
However, the website says it is out of stock and sold out? |
Yes, as the website says, the ETA of new stock is approximately 1 week. |
How does it take an order? |
If you are asking how to place an order at mjbots.com, you can wait until it is in stock, then pay with a credit card or google pay using the automated online checkout. |
Got it! I was thinking if I can place an order now, and pay when it is in
stock. All good. Thanks
…On Mon, 15 Feb 2021 at 03:05, jpieper ***@***.***> wrote:
If you are asking how to place an order at mjbots.com, you can wait until
it is in stock, then pay with a credit card or google pay using the
automated online checkout.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYQVSAU6GLJGHOMVM3HPLS67KB7ANCNFSM4XS4TUYQ>
.
|
Great! I'll close this issue out for now then. If you have more questions, don't hesitate to mail [email protected] or joint the mjbots discord: https://discord.gg/W4hUpBb |
Hi there, |
Shipping to New Zealand should work. Can you mail [email protected] with a screenshot of any errors you are seeing? |
Sent
…On Thu, 25 Feb 2021 at 23:54, jpieper ***@***.***> wrote:
Shipping to New Zealand should work. Can you mail ***@***.*** with a
screenshot of any errors you are seeing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCYQVXXXFR62XPR6JCNP3LTAYT65ANCNFSM4XS4TUYQ>
.
|
Does it support CAN Socket?
The text was updated successfully, but these errors were encountered: